| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | regression-cxx.cpp: fix test by explicitly setting errno | Sergei Trofimovich | 2022-11-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | When embedded timezone data is not enabled errors from previous tests set icalerrno to non-default and cause exception handling to throw wrong exception: not ok 1186 - Testing exception handling # test failed: "" # at: /build/libical/src/test/regression-cxx.cpp:170 # got: 0 # expected: 1 The change explicitly drops icalerrno to isolate the test result from other tests. | ||||
| * | REUSE compliance | Allen Winter | 2022-06-06 | 1 | -10/+2 |
| | | | | | fixes: #489 | ||||
| * | various - use https instead of http where we can | Allen Winter | 2019-12-14 | 1 | -2/+2 |
| | | | | | | Update Eric's email Remove softwarestudio.com which no longer exists as a domain | ||||
| * | Relicense to MPL 2.0 instead of MPL 1.0 | Allen Winter | 2017-05-07 | 1 | -3/+3 |
| | | | | | | | | | fix urls. make source license headers consistent GNU "Lesser" vs. GNU "Library" etc. issue: #297 | ||||
| * | Set visibility of icalerrorenum to default | Kent Sutherland | 2016-12-17 | 1 | -3/+0 |
| | | | | Fixes not being able to catch exceptions from libraries in clang. | ||||
| * | plug various memory leaks found by Coverity | Allen Winter | 2016-12-05 | 1 | -9/+10 |
| | | |||||
| * | test/regression.c, test/regression-cxx.cpp - plug some memory leaks | Allen Winter | 2016-11-27 | 1 | -2/+14 |
| | | |||||
| * | lots of clang-tidy cleaning in the C++ wrapper code | Allen Winter | 2016-11-26 | 1 | -6/+6 |
| | | |||||
| * | more pedantic fixes | Allen Winter | 2016-05-24 | 1 | -1/+1 |
| | | |||||
| * | remove all the ifdef UNCLEAN blocks | Allen Winter | 2015-05-03 | 1 | -6/+0 |
| | | | | | so some cleaning along the way | ||||
| * | finish header cleaning on linux anway. need to test other platforms now | Allen Winter | 2015-04-28 | 1 | -4/+6 |
| | | |||||
| * | massive include file cleaning. partially done | Allen Winter | 2015-04-27 | 1 | -0/+6 |
| | | |||||
| * | make sure all C++ file names are of the form foo_cxx, for consistency. | Allen Winter | 2015-02-19 | 1 | -1/+1 |
| | | |||||
| * | more fixes for the C++ bindings: | Allen Winter | 2015-02-19 | 1 | -21/+23 |
| | | | | | | + use std::string instead of the string typedef + more passing args as const refs | ||||
| * | Improvements for the C++ bindings: | Allen Winter | 2015-02-18 | 1 | -3/+8 |
| | | | | | | | - pass args by const ref - namespace - minor stuff | ||||
| * | temporarily disable the C++ exceptions test on APPLE | Allen Winter | 2015-02-16 | 1 | -0/+3 |
| | | | | | unknown reason, although I spent quite some time investigating. | ||||
| * | first attempt at fixing visibility for C++ | Allen Winter | 2015-02-14 | 1 | -1/+0 |
| | | | | | as well as re-arraning the CMakeLists.txt for each of the libs. | ||||
| * | restore the CXX-bindings feature | Allen Winter | 2014-12-23 | 1 | -57/+76 |
| | | | | | also cleanup some code: coding style, licenses, copyrights | ||||
| * | Re-arrange after svn to git conversion | Allen Winter | 2014-05-31 | 1 | -0/+137 |
