summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Collapse)AuthorAgeFilesLines
* icaltime_compare wouldn't compare correctly if one time had a zone set and ↵Kent Sutherland2017-01-301-0/+23
| | | | | one was a UTC time where is_utc = 1 and zone = NULL. It would not convert the time with a zone to UTC before doing the comparison.
* buildsystem: setup feature_summary for icu, bdb and python3.Allen Winter2017-01-064-7/+7
| | | | bdb support is built by default if the Berkeley db is found
* 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
| | | | | - better handling of multi-valued properties and valid value type checking - suppress VALUE= parameter on properties when they contain the default value type
* 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
| | | | | | | | | | | | + VObject *Parse_MIME_FromFileName(const char *fname) + icalgauge *icalgauge_new_from_sql(const char *sql, int expand) + const char *icallangbind_property_eval_string(icalproperty *prop, const char *sep) + const char *icallangbind_property_eval_string_r(icalproperty *prop, const char *sep) + void set_zone_directory(const char *path) + icalcalendar *icalcalendar_new(const char *dir) + int icalrecur_expand_recurrence(const char *rule, time_t start, int count, time_t *array) issue#276
* created new DATE-TIME-DATE type for those properties that accept both ↵Ken Murchison2016-12-201-4/+4
| | | | | | DATE-TIME and DATE. DATE and DATE-TIME now only accept the proper values (date without time and date with time respectively)
* 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
| | | | | | Use icaltime_from_timet_with_zone instead.
* | Remove deprecated icaltime_start_doy_of_weekKent Sutherland2016-12-181-2/+2
|/ | | | Use icaltime_start_doy_week instead. The generated SWIG interface in Net-ICal-Libical hasn't been regenerated.
* Set visibility of icalerrorenum to defaultKent Sutherland2016-12-171-3/+0
| | | Fixes not being able to catch exceptions from libraries in clang.
* 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
| | | | might fix issues: 233 and 238
* 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
| | | | | | | | | | | During comparison, float time would be converted to UTC if compared to anything else resulting in wrong comparison as float time should be time zone indenpendent. Also removed non-existing function icaltime_compare_with_zone from icaltime.h https://github.com/libical/libical/issues/231
* 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
| | | | we'll catch mkdir failures later anyway.
* test/regression - fix a bunch Coverity issues. more needed thoughAllen Winter2016-07-033-49/+45
|
* Merge branch 'glib'Allen Winter2016-06-2614-0/+1226
|\ | | | | | | | | | | Conflicts: appveyor.yml scripts/mkderivedproperties.pl
| * 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
| | | | | | | | When it returns NULL, the output variable is not set.
| * 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
|/ | | | When it returns NULL, the output variable is not set.
* recur.c, testvcal.c - use TEST_DATADIR to point to the test dataAllen Winter2016-03-242-2/+2
| | | | | | thereby fixing in-source building ISSUE#228 https://bugs.gentoo.org/show_bug.cgi?id=532296