summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Typos a/anДилян Палаузов2022-12-101-2/+2
* src/test/icaltm_test.c - minor code styleAllen Winter2022-11-221-2/+2
* CMAKE option LIBICAL_SYNC_MODE_THREADLOCAL: Allow compiling all global variab...Markus Minichmayr2022-11-222-3/+17
* various - fix strict-prototype warningsAllen Winter2022-11-204-7/+8
* Merge branch '3.0'Allen Winter2022-11-138-63/+64
|\
| * misc: Update sources to more modern CMilan Crha2022-11-138-63/+64
| * regression-cxx.cpp: fix test by explicitly setting errnoSergei Trofimovich2022-11-051-0/+1
| * regression: avoid SIGSEGV in test_timezone_from_builtin()Sergei Trofimovich2022-11-051-0/+4
* | regression-cxx.cpp: fix test by explicitly setting errnoSergei Trofimovich2022-11-051-0/+1
* | regression: avoid SIGSEGV in test_timezone_from_builtin()Sergei Trofimovich2022-11-051-0/+4
* | Merge branch '3.0'Allen Winter2022-10-251-2/+18
|\ \ | |/
| * Escape comma in x-property TEXT valuesRobert Stepanek2022-10-251-0/+16
| * Fix regression test function name mix-upRobert Stepanek2022-10-251-2/+2
* | Merge branch '3.0'Allen Winter2022-10-111-0/+32
|\ \ | |/
| * regrression.c: Extend test_icaltime_as_timet.Markus Minichmayr2022-10-111-0/+32
| * fix trailing-whitespace issuesAllen Winter2022-10-101-8/+8
* | Merge branch '3.0'Allen Winter2022-10-071-1/+1
|\ \ | |/
| * fix problem found with gcc fortify buildsAllen Winter2022-10-071-1/+1
* | Merge branch '3.0'Allen Winter2022-10-063-33/+45
|\ \ | |/
| * fix a few resource leaks in the tests and examplesAllen Winter2022-10-062-14/+9
| * Ensure all vanew_foo() calls finish with (void*)0 (not 0)Allen Winter2022-10-053-17/+17
| * icalcomponent_vanew - document passing NULL as final argumentissue585Allen Winter2022-10-051-11/+1
| * src/test/regression.c - test_icalcomponent_with_lastmodifiedAllen Winter2022-10-051-2/+13
| * Merge branch '3.0' into issue585Allen Winter2022-10-043-8/+11
| |\
| * | regression.c - add test for segfault in icalcomponent_vanew with lastmodified...Allen Winter2022-10-011-2/+18
* | | libical-glib/recurrence: Return arrays with the right computed size.Corentin Noël2022-10-041-43/+18
* | | src/test/regression.c - suppress Coverity warning for weak_cryptoAllen Winter2022-10-031-0/+1
* | | src/test/test-malloc.h - remove 'extern'. no neededAllen Winter2022-10-031-6/+6
* | | Merge branch '3.0'Allen Winter2022-10-033-8/+11
|\ \ \ | | |/ | |/|
| * | add clang diagnostic pragmas to quiet unreachable-code warningsAllen Winter2022-10-031-0/+3
| * | fix coverity warnings - mostly related to YEAR2038 issuesAllen Winter2022-10-012-8/+8
| |/
* | src/test/test-malloc.h - use extern vice LIBICAL_ICAL_EXPORTAllen Winter2022-10-031-8/+6
* | src/test/libical-glib/*.py - fix PyGIWarning by setting ICalGLib min versionAllen Winter2022-09-2713-40/+18
* | src/test/libical-glib/*.py - pylint and autopep cleaningAllen Winter2022-09-2613-704/+699
* | src/test/regression.c - SIZEOF_TIME_T => SIZEOF_ICALTIME_TAllen Winter2022-09-241-1/+1
* | Merge branch '3.0'Allen Winter2022-09-241-0/+24
|\ \ | |/
| * Fix icaltime_as_timet to support dates after year 2100.Markus Minichmayr2022-09-241-0/+24
* | fix trailing-whitespace for entire projectAllen Winter2022-09-241-8/+8
* | Merge branch '3.0'Allen Winter2022-09-241-0/+19
|\ \ | |/
| * Fixes to x-property comma handling and escapingKent Sutherland2022-09-241-0/+19
* | src/test/test-malloc.[c,h] - fix misspellingAllen Winter2022-06-182-2/+2
* | Fix Stack-buffer-overflow in simple_str_to_doublestrAllen Winter2022-06-121-0/+12
* | Internally represent GEO properties as textAllen Winter2022-06-111-0/+45
* | consider libical-glib as stable nowAllen Winter2022-06-061-2/+0
* | REUSE complianceAllen Winter2022-06-0637-340/+76
* | Use `icalctime`, `icalmktime`, `icallocaltime_r` instead of `ctime`, etc.Markus Minichmayr2022-06-035-22/+22
* | time_t - replace type `time_t` and related functions with our own `icaltime_t...Markus Minichmayr2022-06-037-28/+28
* | CMake files - cmake-lintingAllen Winter2022-06-011-5/+8
* | buildsystem - fix more uninitialized cmake variablesAllen Winter2022-03-051-1/+3
* | buildsystem - fix all uninitialized cmake warningsAllen Winter2022-03-051-2/+15