summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix some minor coding style issues after recent commitsAllen Winter2022-02-262-6/+5
* | test - check for memory leaks during regression testsMarkus Minichmayr2022-02-251-8/+37
* | test-malloc - Export functions and access global members only via getters to ...Markus Minichmayr2022-02-252-7/+17
* | regression-utils - fix inconsistent function signatures of _ok() and related.Markus Minichmayr2022-02-251-3/+3
* | src/test/test-malloc.c - use liberror_assertAllen Winter2022-02-201-4/+10
* | Fix inconsistencies in use of icalmemory.Markus Minichmayr2022-02-191-1/+1
* | buildsystem - entire project can be built with memory consistencyAllen Winter2022-02-182-3/+7
* | src/test/test-malloc.c - remove bad cppcheck-suppressAllen Winter2022-02-181-1/+0
* | minor coding style fixes after latest mergeAllen Winter2022-02-182-205/+199
* | Tests: Introducing custom memory allocation functions that allow testing for ...Markus Minichmayr2022-02-155-0/+270
* | Merge branch '3.0'Allen Winter2022-01-221-0/+22
|\ \ | |/
| * icalcomponent_set_due wasn't removing TZID when the icaltimetype doesn't have...Kent Sutherland2022-01-221-0/+22
* | Replaced malloc, realloc, free and strdup with corresponding icalmemory_* fun...Markus Minichmayr2022-01-221-4/+4