summaryrefslogtreecommitdiff
path: root/src/libical/icalvalue_cxx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Deprecate foo_new_clone() in favor of foo_clone()Emiel Bruijntjes2019-05-261-2/+2
| | | | Consistency between const and non-const args for clone functions
* various C++ files - remove the deprecated throw(icalerrnum)Allen Winter2018-11-111-8/+6
|
* 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
* lots of clang-tidy cleaning in the C++ wrapper codeAllen Winter2016-11-261-22/+17
|
* try to eliminate -Weffc++ warningsAllen Winter2015-05-211-3/+3
|
* cleanup _unused() function variablesAllen Winter2015-05-071-1/+1
|
* massive include file cleaning. partially doneAllen Winter2015-04-271-1/+0
|
* more fixes for the C++ bindings:Allen Winter2015-02-191-35/+33
| | | | | + use std::string instead of the string typedef + more passing args as const refs
* Improvements for the C++ bindings:Allen Winter2015-02-181-40/+58
| | | | | | - pass args by const ref - namespace - minor stuff
* Seems to link on Windows with MSVC now, albeit with some warnings.Allen Winter2015-02-161-2/+0
|
* restore the CXX-bindings featureAllen Winter2014-12-231-178/+277
| | | | also cleanup some code: coding style, licenses, copyrights
* Re-arrange after svn to git conversionAllen Winter2014-05-311-0/+273