summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* icalproperty.c - use location as TZID fallback in icalproperty_get_datetime_w...Allen Winter2019-04-281-0/+43
* various - doc for icalproperty_get_datetime_with_component()Allen Winter2019-04-201-0/+18
* recurrence.py - remove references to new functions3.0-libical-glibAllen Winter2019-04-131-20/+0
* remove no longer needed files from src/test/libical-glibAllen Winter2019-04-063-227/+0
* merge test/libical-glib from masterAllen Winter2019-04-0614-43/+649
* Fixed incorrect handling of a weekly RRULE at the beginning of the yearKent Sutherland2019-01-121-0/+15
* Set of DATE/DATE-TIME doesn't reset VALUE parameterMilan Crha2018-11-171-0/+49
* various - follow cppcheck incode suppression changesAllen Winter2018-11-111-1/+1
* Fix includes when BDB is found.Christophe Giboudeaux2018-11-061-0/+4
* various - icalderived(value|parameter|property) enum iterationAllen Winter2018-08-121-0/+74
* test/stow.c - better fix for the -Wformat-truncation compiler warningsAllen Winter2018-08-041-10/+10
* TZID on DATE-TIME value can override time specified in UTCMilan Crha2018-08-041-0/+75
* libical/icalcomponent.c, test/stow.c - fix minor compiler warningsAllen Winter2018-07-211-5/+6
* skip over the Unicode byte order mark (BOM character) when parsing.Allen Winter2018-05-231-0/+20
* icalrecur.c: fix FREQ=MONTHLY;BYMONTH (With test)Ken Murchison2018-05-172-0/+9
* src/test/regression.c - plug a memory leak in test_recur_iterator_set_start()Allen Winter2018-03-241-0/+1
* Regression to demonstrate icalrecur_iterator_next is returning icaltimetype s...Kent Sutherland2018-02-281-0/+12
* src/test/regression.c - fix compile with older MSVC versionsAllen Winter2018-02-231-1/+3
* src/test/regression.c - silence unused parameters warning. fix coding styleAllen Winter2018-02-231-126/+124
* Added regression tests for icalcomponent_foreach_recurrence().Markus Minichmayr2018-02-231-0/+145
* test/CMakeLists.txt - Windows: if ICU is found add its bindir to %PATH%Allen Winter2018-02-171-1/+5
* src/test/timezones.c - Fix possible use-after-free in 'timezones' testAllen Winter2017-11-021-3/+8
* src/test/libical-glib/array.py - increase element sizeAllen Winter2017-11-021-1/+1
* src/test/icaltm_test.c - add new test for checking threadingAllen Winter2017-10-252-0/+68
* CMakeLists.txt, src/test/CMakeLists.txt - no longer support old CMake Policy ...Allen Winter2017-10-141-1/+1
* src/test/libical-glib/CMakeLists.txt - remove debugging printsAllen Winter2017-10-141-3/+0
* test/libical-glib/timezone.py, CMakeLists.txt - fix test when using BUILTIN_T...Allen Winter2017-10-142-1/+20
* Merge branch 'master' into remove-is_utcKent Sutherland2017-10-0133-505/+262
|\
| * CMakeLists.txt - set the STATIC_DEFINES when building static-onlyAllen Winter2017-07-191-4/+0
| * icaltzutil_fetch_timezone now creates VTIMEZONE components using RRULEs rathe...Kent Sutherland2017-05-271-8/+2
| * Relicense to MPL 2.0 instead of MPL 1.0Allen Winter2017-05-0730-267/+261
| * remove .dsp files, which we no longer support or maintainAllen Winter2017-05-062-227/+0
* | Remove is_utc and only use zone in icaltimetypeKent Sutherland2017-02-121-5/+0
|/
* icaltime_compare wouldn't compare correctly if one time had a zone set and on...Kent Sutherland2017-01-301-0/+23
* buildsystem: setup feature_summary for icu, bdb and python3.Allen Winter2017-01-064-7/+7
* libical-glib - document and test recur iteratorAllen Winter2017-01-051-0/+24
* icalrecur.c: added icalrecur_iterator_set_start()Ken Murchison2017-01-014-95/+263
* - handle properties which don't have "default" value typesKen Murchison2016-12-231-10/+13
* regression.c: enabled and fixed test for RFC6868 parameter value encodingKen Murchison2016-12-231-7/+2
* * Signature changed for functions:Allen Winter2016-12-215-40/+37
* created new DATE-TIME-DATE type for those properties that accept both DATE-TI...Ken Murchison2016-12-201-4/+4
* libical-glib/component.py, property.py - follow removal of deprecatedAllen Winter2016-12-192-4/+5
* minor formattingAllen Winter2016-12-191-2/+4
* Merge remote-tracking branch 'libical/master' into remove-deprecatedKent Sutherland2016-12-181-0/+7
|\
| * Add setprops after add_test to try to fix Windows build failureKent Sutherland2016-12-181-1/+2
| * Run parser test on all the ics files in test-dataKent Sutherland2016-12-181-0/+6
* | Remove deprecated icaltime_from_timetKent Sutherland2016-12-184-40/+32
* | Remove deprecated icaltime_start_doy_of_weekKent Sutherland2016-12-181-2/+2
|/
* Set visibility of icalerrorenum to defaultKent Sutherland2016-12-171-3/+0
* src/test/regression.c - fix a leak found by ASANAllen Winter2016-12-141-2/+0