summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* README.md becomes the definite "readme"Allen Winter2022-01-162-2/+3
* ReleaseNotes.txt - add blurb about BDB and ICU discovery on MacAllen Winter2022-01-161-0/+1
* cmake/modules/FindBerkeleyDB.cmake - fix searching with find_pathsAllen Winter2022-01-161-9/+7
* CMakeLists.txt - Apple Xcodec provided BDB doesn't work hereAllen Winter2022-01-161-1/+7
* CMakeLists.txt - Mac provided ICU doesn't have development filesAllen Winter2022-01-161-0/+6
* src/test/regression-component.c - fix compile warningAllen Winter2022-01-161-1/+1
* src/libicalss/icalbdbset.c - fix the Krazy excludeAllen Winter2022-01-161-1/+1
* config.h.cmake, icalbdbset.c - fix compile with BDB on WindowsAllen Winter2022-01-162-0/+6
* buildsystem - replace our ancient FindBDB with more modern FindBerkeleyDBAllen Winter2022-01-164-5/+194
* icalcomponent_get_duration() — calculate the duration differently for VEVEN...Дилян Палаузов2022-01-154-23/+129
* Add include path to the exported target definitionNicolas Fella2022-01-151-0/+2
* This becomes version 3.0.13Allen Winter2021-12-082-1/+5
* ReleaseNotes.txt - prep for 3.0.12 releasev3.0.12Allen Winter2021-12-081-2/+2
* ReleaseNotes.txt - updateAllen Winter2021-12-081-1/+3
* update zoneinfo to tzdata2021eAllen Winter2021-12-08594-1199/+1199
* Fix a crash in cleanVObject on invalid valuesMilan Crha2021-12-062-2/+50
* lots of spelling fixes found by codespellAllen Winter2021-11-2853-1054/+1054
* .codespellrc - whitelist "Thur"Allen Winter2021-11-281-1/+1
* scripts/buildtests.sh - pass '-badflag' to splintAllen Winter2021-11-281-0/+1
* .codespellrc - add codespell configurationAllen Winter2021-11-281-0/+4
* ReleaseNotes.txt - mention buildsystem fixes for NinjaAllen Winter2021-11-271-1/+2
* scripts/buildtests.sh - add more build test for NinjaAllen Winter2021-11-271-3/+8
* buildsystem - disable building Gtk docs with STATIC_ONLYAllen Winter2021-11-272-7/+16
* CMakeLists.txt - Disallow Vala with STATIC_ONLYAllen Winter2021-11-271-1/+9
* Merge pull request #530 from wrobelda/libical_glib_fixAllen Winter2021-11-271-5/+5
|\
| * Fix building libical-glib when STATIC_ONLY is enabled.Dawid Wróbel2021-11-251-5/+5
* | libical-glib: Get rid of all the allow-none annotationsCorentin Noël2021-11-2012-64/+63
* | generator.c - Handle the optional parameterCorentin Noël2021-11-201-1/+32
* | ReleaseNotes.txt - updateAllen Winter2021-11-201-0/+2
* | Remove doc/UsingLibical.txt in favor of doc/UsingLibical.mdAllen Winter2021-11-202-1370/+1
* | doc/UsingLibical.md – typosДилян Палаузов2021-11-201-5/+5
* | icalcomponent.c: protect against NULL property valuesKen Murchison2021-11-201-2/+8
* | restrictions.csv: DECLINECOUNTER,VEVENT: DURATION and DTEND are mutually excl...Дилян Палаузов2021-11-201-3/+3
* | icalcomponent.c: handle the case, when DTEND and DURATION are missingДилян Палаузов2021-11-202-24/+25
* | icalcomponent_get_duration() clarification in commentДилян Палаузов2021-11-201-1/+1
* | Update UsingLibical.txtTyler Polen2021-11-161-7/+7
* | appveyor.yml - move Ubuntu first in the images listAllen Winter2021-11-091-1/+1
* | buildsystem - use native FindPackageHandleStandardArgsAllen Winter2021-11-073-654/+1
* | .krazy - skip cmake/KitwareAllen Winter2021-11-071-0/+1
* | Copy in and Use the Kitware FindICU.cmake from CMake 3.21Allen Winter2021-11-0712-158/+1204
* | Merge pull request #515 from mcrha/3.0Allen Winter2021-11-074-15/+155
|\ \
| * | libical-glib: Simplify memory management around ICalCompIterMilan Crha2021-11-044-15/+155
* | | appveyor - try again to setup msvc envAllen Winter2021-11-072-22/+9
* | | appveyor.yml - attempt to fix using msvc on WindowsAllen Winter2021-11-071-1/+18
* | | src/test/regression.c - fix some conversion warningsAllen Winter2021-11-071-13/+13
* | | appveyor.yml - gobject-introspection build fails on MacAllen Winter2021-11-071-1/+1
* | | appveyor.yml - on Mac, try specifying the PKG_CONFIG_PATHAllen Winter2021-11-071-1/+1
* | | scripts/buildtests.sh - explictly this is a bash scriptAllen Winter2021-11-071-1/+1
* | | libical-glib: Enhance comments on i_cal_time_get_timezoneCorentin Noël2021-11-061-2/+2
* | | appveyor.yml - install pkg-config on MacAllen Winter2021-11-061-1/+1