| Commit message (Expand) | Author | Age | Files | Lines |
* | REUSE compliance | Allen Winter | 2022-06-06 | 1 | -0/+3 |
* | CMake files - cmake-linting | Allen Winter | 2022-06-01 | 1 | -5/+8 |
* | buildsystem - fix more uninitialized cmake variables | Allen Winter | 2022-03-05 | 1 | -1/+3 |
* | Tests: Introducing custom memory allocation functions that allow testing for ... | Markus Minichmayr | 2022-02-15 | 1 | -0/+2 |
* | Merge branch '3.0' | Allen Winter | 2021-01-10 | 1 | -6/+8 |
|\ |
|
| * | src/test/CMakeLists.txt - skip the timezones test on Cygwin | Allen Winter | 2021-01-09 | 1 | -1/+1 |
| * | src/test/CMakeLists.txt - disable icalrecurtests on Cygwin | Allen Winter | 2021-01-09 | 1 | -1/+1 |
| * | test/CMakeLists.txt, test/libical-glib/CMakeLists.txt - Cygwin support | Allen Winter | 2021-01-09 | 1 | -0/+1 |
| * | src/test/CMakeLists.txt - move add_subdirectory(libical-glib) | Allen Winter | 2021-01-09 | 1 | -4/+5 |
* | | src/test/CMakeLists.txt, icalrecur_test.c - post-merge fixes | Allen Winter | 2020-11-22 | 1 | -17/+17 |
* | | Merge branch '3.0' | Allen Winter | 2020-11-22 | 1 | -23/+26 |
|\ \
| |/ |
|
| * | buildsystem - allow icalrecurtests on Windows | Allen Winter | 2020-11-22 | 1 | -1/+6 |
| * | icalrecur_test.c - hand-parse command line and remove getopt | Allen Winter | 2020-11-22 | 1 | -30/+28 |
| * | Revert "src/test/CMakeLists.txt - icalrecur reference file for no-UIC" | Allen Winter | 2020-11-21 | 1 | -5/+1 |
| * | src/test/CMakeLists.txt - icalrecur reference file for no-UIC | Allen Winter | 2020-11-21 | 1 | -1/+5 |
| * | various - define DB_DBM_HSEARCH, another try | Allen Winter | 2020-01-25 | 1 | -1/+0 |
| * | various - better fix or defining DB_DBM_HSEARCH | Allen Winter | 2020-01-25 | 1 | -0/+1 |
| * | Don't build stow test on Android | Nicolas Fella | 2019-08-02 | 1 | -1/+1 |
| * | improve testing for icalproperty_get_datetime_with_compoment() | Milan Crha | 2019-05-11 | 1 | -1/+1 |
* | | various - define DB_DBM_HSEARCH, another try | Allen Winter | 2020-01-25 | 1 | -1/+0 |
* | | various - better fix or defining DB_DBM_HSEARCH | Allen Winter | 2020-01-25 | 1 | -0/+1 |
* | | Don't build stow test on Android | Nicolas Fella | 2019-08-02 | 1 | -1/+1 |
* | | CMakeLists.txt: run RSCALE tests even if we don't have ICU | Ken Murchison | 2019-06-10 | 1 | -17/+17 |
* | | Remove our hand-written FindICU.cmake with the CMake versionallen/findicu | Allen Winter | 2019-05-26 | 1 | -5/+2 |
* | | improve testing for icalproperty_get_datetime_with_compoment() | Milan Crha | 2019-05-11 | 1 | -1/+1 |
|/ |
|
* | Fix includes when BDB is found. | Christophe Giboudeaux | 2018-11-06 | 1 | -0/+4 |
* | test/CMakeLists.txt - Windows: if ICU is found add its bindir to %PATH% | Allen Winter | 2018-02-17 | 1 | -1/+5 |
* | src/test/icaltm_test.c - add new test for checking threading | Allen Winter | 2017-10-25 | 1 | -0/+6 |
* | CMakeLists.txt, src/test/CMakeLists.txt - no longer support old CMake Policy ... | Allen Winter | 2017-10-14 | 1 | -1/+1 |
* | CMakeLists.txt - set the STATIC_DEFINES when building static-only | Allen Winter | 2017-07-19 | 1 | -4/+0 |
* | buildsystem: setup feature_summary for icu, bdb and python3. | Allen Winter | 2017-01-06 | 1 | -1/+1 |
* | Add setprops after add_test to try to fix Windows build failure | Kent Sutherland | 2016-12-18 | 1 | -1/+2 |
* | Run parser test on all the ics files in test-data | Kent Sutherland | 2016-12-18 | 1 | -0/+6 |
* | buildsystem - handle parallel builds when cross-compiling | Allen Winter | 2016-09-05 | 1 | -42/+21 |
* | cleaning, coding style, fixing FSF url | Allen Winter | 2016-05-11 | 1 | -1/+1 |
* | Provide libical-glib, a GObject-based interface for libical with introspection | Milan Crha | 2016-04-26 | 1 | -0/+4 |
* | src/test/CMakeLists.txt: add build target for icalrecur_test | Ken Murchison | 2015-09-11 | 1 | -0/+7 |
* | CMakeLists.txts - make parallel builds with (eg. make -j4) | Allen Winter | 2015-08-17 | 1 | -0/+2 |
* | use cmake for getopt() discovery | Allen Winter | 2015-06-27 | 1 | -2/+2 |
* | BuildTime+RunTime preference for exact vs. inter-operable timezones | Allen Winter | 2015-06-15 | 1 | -1/+0 |
* | add new test 'builtin_timezones' from Milan Chra | Allen Winter | 2015-06-15 | 1 | -2/+6 |
* | finish header cleaning on linux anway. need to test other platforms now | Allen Winter | 2015-04-28 | 1 | -0/+1 |
* | massive include file cleaning. partially done | Allen Winter | 2015-04-27 | 1 | -1/+1 |
* | reduce warnings when building test regression test with static libs | Allen Winter | 2015-02-16 | 1 | -0/+4 |
* | fix linking the test programs with MSVC, albeit with warnings | Allen Winter | 2015-02-16 | 1 | -2/+0 |
* | Seems to link on Windows with MSVC now, albeit with some warnings. | Allen Winter | 2015-02-16 | 1 | -33/+50 |
* | linking fixes found on Linux | Allen Winter | 2015-02-14 | 1 | -0/+1 |
* | first attempt at fixing visibility for C++ | Allen Winter | 2015-02-14 | 1 | -10/+32 |
* | restore the CXX-bindings feature | Allen Winter | 2014-12-23 | 1 | -0/+7 |
* | remove execute permissions | Allen Winter | 2014-12-06 | 1 | -0/+0 |