summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed comparison of float time with timezoned timeStanislav Laznicka2016-08-281-0/+28
* test/regression.c - fix crash found by clangAllen Winter2016-08-041-4/+4
* -Wwrite-stringsAllen Winter2016-08-0312-87/+101
* fix some warnings found by cppcheckAllen Winter2016-07-162-4/+11
* src/test/regression.c - fix by ignoring return values from mkdir()Allen Winter2016-07-041-4/+4
* test/regression - fix a bunch Coverity issues. more needed thoughAllen Winter2016-07-033-49/+45
* Merge branch 'glib'Allen Winter2016-06-2614-0/+1226
|\
| * more pedantic fixesAllen Winter2016-05-241-1/+1
| * src/test/libical-glib - detabify, coding-style, cleaningAllen Winter2016-05-1313-573/+567
| * cleaning, coding style, fixing FSF urlAllen Winter2016-05-111-1/+1
| * Check return value of gmtime_r()Milan Crha2016-05-091-1/+3
| * Provide libical-glib, a GObject-based interface for libical with introspectionMilan Crha2016-04-2614-0/+1232
* | Don't emit VALUE= parameter when the property contains the default value typeKen Murchison2016-06-261-3/+23
* | more pedantic fixesAllen Winter2016-05-241-1/+1
* | Check return value of gmtime_r()Milan Crha2016-05-091-1/+3
|/
* recur.c, testvcal.c - use TEST_DATADIR to point to the test dataAllen Winter2016-03-242-2/+2