summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* plug various memory leaks found by CoverityAllen Winter2016-12-055-42/+64
* icalrecur_test.c: free RSCALE stringKen Murchison2016-12-021-0/+2
* icaltestparser.c: don't leak parser and line bufferKen Murchison2016-12-021-0/+4
* src/test/regression.c - fix build with MSVCAllen Winter2016-11-281-1/+2
* test/regression.c - test a really bad calendar that might cause a CVEAllen Winter2016-11-281-0/+17
* test/regression.c, test/regression-cxx.cpp - plug some memory leaksAllen Winter2016-11-272-6/+23
* src/test/process.c - plug memory leaksAllen Winter2016-11-261-3/+4
* various cppcheck suppressionsAllen Winter2016-11-261-1/+7
* libical/icalerror.c, test/regression-utils.c - cppcheck suppressionsAllen Winter2016-11-261-0/+1
* lots of clang-tidy cleaning in the C++ wrapper codeAllen Winter2016-11-261-6/+6
* tools/generator.c, libicalvcal/vcc.c, test/timezones.c - cppcheck fixesAllen Winter2016-11-261-1/+1
* fix problems found by -Wredundant-declsAllen Winter2016-11-232-3/+0
* regression: fix boolean value testsKen Murchison2016-09-271-4/+5
* buildsystem - handle parallel builds when cross-compilingAllen Winter2016-09-051-42/+21
* test/timezones.c - don't leak. handle case of empty zone_locationAllen Winter2016-09-031-0/+3
* test/testmime.c - handle case of nothing to read, found by scan-buildAllen Winter2016-09-031-1/+2
* test/stow.c - handle if mime_test returns NULL, found by scan-buildAllen Winter2016-09-031-3/+12