summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* buildsystem - fix more uninitialized cmake variablesAllen Winter2022-03-051-1/+3
|
* Fix typos and misspellings found by CodeSpell 2.1.0.Shaun Case2021-07-122-3/+3
| | | | Fix a few Python whitespace errors found by Syntastic.
* Merge branch '3.0'Allen Winter2020-07-201-2/+2
|\
| * Standardize verb formsMichael McClurg2020-06-301-2/+2
| |
* | Remove our hand-written FindICU.cmake with the CMake versionallen/findicuAllen Winter2019-05-261-5/+2
| |
* | Deprecate foo_new_clone() in favor of foo_clone()Emiel Bruijntjes2019-05-261-1/+1
|/ | | | Consistency between const and non-const args for clone functions
* buildsystem: setup feature_summary for icu, bdb and python3.Allen Winter2017-01-061-1/+1
| | | | bdb support is built by default if the Berkeley db is found
* Remove deprecated icaltime_from_timetKent Sutherland2016-12-181-6/+6
| | | Use icaltime_from_timet_with_zone instead.
* Remove deprecated icalproperty_remove_parameterKent Sutherland2016-12-181-1/+1
| | | | Use icalproperty_remove_parameter_by_kind instead.
* buildsystem - handle parallel builds when cross-compilingAllen Winter2016-09-051-13/+5
| | | | might fix issues: 233 and 238
* Change RFC2445/2446 references to RFC5545/5546Ken Murchison2015-08-181-1/+1
|
* CMakeLists.txts - make parallel builds with (eg. make -j4)Allen Winter2015-08-171-0/+1
|
* finish header cleaning on linux anway. need to test other platforms nowAllen Winter2015-04-286-234/+224
|
* remove 2 examples of unknown usefulnessAllen Winter2015-04-262-307/+0
|
* Seems to link on Windows with MSVC now, albeit with some warnings.Allen Winter2015-02-161-5/+13
|
* buildsystem - add ${CMAKE_BINARY_DIR}/src to include_directoriesAllen Winter2015-02-151-0/+3
| | | | to make the build on Mac with Clang happy.
* document how to build with Clang and cleanup some Clang warningsAllen Winter2015-02-151-9/+1
|
* linking fixes found on LinuxAllen Winter2015-02-141-0/+1
|
* first attempt at fixing visibility for C++Allen Winter2015-02-141-1/+18
| | | | as well as re-arraning the CMakeLists.txt for each of the libs.
* remove .svnignore filesAllen Winter2014-11-281-7/+0
|
* new _unused() macro to deal with unused argumentsAllen Winter2014-09-081-3/+1
| | | | as MSVC doesn't like the void trick.
* Eliminate many compiler warnings from gccAllen Winter2014-09-073-7/+4
|
* Re-arrange after svn to git conversionAllen Winter2014-05-3111-0/+1022