| Commit message (Expand) | Author | Age | Files | Lines |
| * | buildsystem: setup feature_summary for icu, bdb and python3. | Allen Winter | 2017-01-06 | 3 | -11/+13 |
| * | libicalss/icalspanlist.* - minor comment fixes for doxygen. | Allen Winter | 2017-01-01 | 2 | -5/+5 |
| * | * Signature changed for functions: | Allen Winter | 2016-12-21 | 4 | -8/+5 |
| * | minor formatting | Allen Winter | 2016-12-19 | 1 | -3/+4 |
| * | Remove deprecated icaltime_from_timet | Kent Sutherland | 2016-12-18 | 4 | -15/+15 |
| * | remove declared but unimplemented functions | Allen Winter | 2016-12-18 | 5 | -25/+0 |
| * | plug various memory leaks found by Coverity | Allen Winter | 2016-12-05 | 1 | -4/+4 |
| * | various cppcheck suppressions | Allen Winter | 2016-11-26 | 2 | -0/+2 |
| * | libicalss/icalsslexer.c - ensure isatty() is declared (for Windows) | Allen Winter | 2016-11-26 | 1 | -0/+4 |
| * | lots of clang-tidy cleaning in the C++ wrapper code | Allen Winter | 2016-11-26 | 2 | -34/+34 |
| * | more redundancy-decls cleaning | Allen Winter | 2016-11-23 | 6 | -27/+0 |
| * | libicalss/icalbdbset.c,icalfileset.c - don't pass NULLs to strcmp | Allen Winter | 2016-09-03 | 2 | -9/+41 |
| * | libicalss/icalset.c - extra casting to make scan-build happy | Allen Winter | 2016-09-03 | 1 | -10/+19 |
| * | -Wwrite-strings | Allen Winter | 2016-08-03 | 4 | -7/+11 |
| * | fix some warnings found by cppcheck | Allen Winter | 2016-07-16 | 2 | -6/+19 |
| * | libical/icalrecur.c, libicalss/icalspanlist.c - minor compile warnings | Allen Winter | 2016-06-27 | 1 | -2/+2 |
| * | icalspanlist_cxx.cpp - in as_vector(), free the temp matrix array | Allen Winter | 2016-06-12 | 1 | -1/+5 |
| * | libicalss/icalgauge.c - ignore Coverity mixed_enums warning | Allen Winter | 2016-06-12 | 1 | -0/+1 |
| * | libicalss/icalcalendar.c - ignore Coverity fs_check_call | Allen Winter | 2016-06-12 | 1 | -0/+1 |
| * | src/libicalss/icalsslexer.c - ignore Coverity var_deref_op warnings | Allen Winter | 2016-06-12 | 1 | -0/+2 |
| * | ical_file.cmake, icalss_file.cmake - don't write empty lines | Allen Winter | 2016-06-11 | 1 | -1/+3 |
| * | libical/icalerror.c, libicalss/icalbdbset.c - suppress Coverity warning | Allen Winter | 2016-06-11 | 1 | -0/+2 |
| * | more pedantic fixes | Allen Winter | 2016-05-24 | 1 | -1/+1 |
| * | libicalss/icalbdbset_cxx.h - fix compile found by abi-compliance-checkerv2.0.0 | Allen Winter | 2015-12-28 | 1 | -4/+6 |
| * | CMakeLists.txts - make parallel builds with (eg. make -j4) | Allen Winter | 2015-08-17 | 1 | -13/+5 |
| * | say goodbye the global variable icalerror_errors_are_fatal | Allen Winter | 2015-08-14 | 1 | -3/+3 |
| * | install libical_foo_export headers | Allen Winter | 2015-07-20 | 1 | -0/+1 |
| * | Revert "insert the libical_foo_export.h" | Allen Winter | 2015-07-20 | 1 | -1/+0 |
| * | insert the libical_foo_export.h | Allen Winter | 2015-07-19 | 1 | -0/+1 |
| * | src/libicalss - consistent coding style enforced | Allen Winter | 2015-05-31 | 13 | -1462/+1249 |
| * | remove some Dead store | Etienne CHAMPETIER | 2015-05-27 | 2 | -3/+0 |
| * | remove possible Memory leaks | Etienne CHAMPETIER | 2015-05-27 | 1 | -1/+1 |
| * | minor cleaning for license and copyright header | Allen Winter | 2015-05-25 | 1 | -15/+10 |
| * | try to eliminate -Weffc++ warnings | Allen Winter | 2015-05-21 | 2 | -5/+24 |
| * | icaldirset.c - remove unused function icaldirset_next_uid_number() | Allen Winter | 2015-05-20 | 1 | -54/+0 |
| * | icalgauge.c - shouldn't need to include icalssyacc.h | Allen Winter | 2015-05-19 | 1 | -3/+1 |
| * | icaldirset.c, icalclassify.c - splint warnings fixed | Allen Winter | 2015-05-19 | 2 | -8/+8 |
| * | more staticness | Allen Winter | 2015-05-10 | 2 | -2/+3 |
| * | need stddef.h for ptrdiff_t to fix build | Allen Winter | 2015-05-10 | 1 | -1/+1 |
| * | coding style in effect | Allen Winter | 2015-05-10 | 18 | -283/+279 |
| * | static symbols for local functions that were never exported | Allen Winter | 2015-05-10 | 6 | -149/+142 |
| * | time to unhide all remaining symbols from headers | Allen Winter | 2015-05-10 | 10 | -290/+346 |
| * | Coverity Scan and Splint fixes | Allen Winter | 2015-05-09 | 3 | -25/+37 |
| * | Splint fixes. and unhide some symbols | Allen Winter | 2015-05-07 | 1 | -1/+1 |
| * | cleanup _unused() function variables | Allen Winter | 2015-05-07 | 5 | -85/+84 |
| * | fix linkage on Windows with MSVC2012 | Allen Winter | 2015-05-05 | 1 | -3/+0 |
| * | hide all symbols by default. make symbols visible only as needed. | Allen Winter | 2015-05-05 | 10 | -97/+100 |
| * | remove all the ifdef UNCLEAN blocks | Allen Winter | 2015-05-03 | 9 | -157/+52 |
| * | ported to MSVC 2005, 2012 and MinGW 64 | Allen Winter | 2015-05-03 | 1 | -2/+0 |
| * | icalbdbset, icalfileset, icalset - splint cleaning | Allen Winter | 2015-05-02 | 6 | -183/+104 |