summaryrefslogtreecommitdiff
path: root/src/test/regression-cxx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* regression-cxx.cpp: fix test by explicitly setting errnoSergei Trofimovich2022-11-051-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 complianceAllen Winter2022-06-061-10/+2
| | | | fixes: #489
* various - use https instead of http where we canAllen Winter2019-12-141-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.0Allen Winter2017-05-071-3/+3
| | | | | | | | fix urls. make source license headers consistent GNU "Lesser" vs. GNU "Library" etc. issue: #297
* Set visibility of icalerrorenum to defaultKent Sutherland2016-12-171-3/+0
| | | Fixes not being able to catch exceptions from libraries in clang.
* plug various memory leaks found by CoverityAllen Winter2016-12-051-9/+10
|
* test/regression.c, test/regression-cxx.cpp - plug some memory leaksAllen Winter2016-11-271-2/+14
|
* lots of clang-tidy cleaning in the C++ wrapper codeAllen Winter2016-11-261-6/+6
|
* more pedantic fixesAllen Winter2016-05-241-1/+1
|
* remove all the ifdef UNCLEAN blocksAllen Winter2015-05-031-6/+0
| | | | so some cleaning along the way
* finish header cleaning on linux anway. need to test other platforms nowAllen Winter2015-04-281-4/+6
|
* massive include file cleaning. partially doneAllen Winter2015-04-271-0/+6
|
* make sure all C++ file names are of the form foo_cxx, for consistency.Allen Winter2015-02-191-1/+1
|
* more fixes for the C++ bindings:Allen Winter2015-02-191-21/+23
| | | | | + use std::string instead of the string typedef + more passing args as const refs
* Improvements for the C++ bindings:Allen Winter2015-02-181-3/+8
| | | | | | - pass args by const ref - namespace - minor stuff
* temporarily disable the C++ exceptions test on APPLEAllen Winter2015-02-161-0/+3
| | | | unknown reason, although I spent quite some time investigating.
* first attempt at fixing visibility for C++Allen Winter2015-02-141-1/+0
| | | | as well as re-arraning the CMakeLists.txt for each of the libs.
* restore the CXX-bindings featureAllen Winter2014-12-231-57/+76
| | | | also cleanup some code: coding style, licenses, copyrights
* Re-arrange after svn to git conversionAllen Winter2014-05-311-0/+137