summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Typos a/anДилян Палаузов2022-12-101-1/+1
|
* Merge branch '3.0'Allen Winter2022-11-134-5/+5
|\
| * misc: Update sources to more modern CMilan Crha2022-11-134-5/+5
| | | | | | | | | | | | | | | | | | | | The code fails to build when having enabled (gcc) warnings: -Werror=implicit -Werror=implicit-function-declaration -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition -Werror=strict-prototypes
| * make sure files end with a newline (end-of-file-fixer)Allen Winter2022-10-101-1/+1
| |
| * fix trailing-whitespace issuesAllen Winter2022-10-101-5/+5
| |
* | Merge branch '3.0'Allen Winter2022-10-063-7/+7
|\ \ | |/
| * fix a few resource leaks in the tests and examplesAllen Winter2022-10-061-4/+2
| | | | | | | | as found by Coverity.
| * Ensure all vanew_foo() calls finish with (void*)0 (not 0)Allen Winter2022-10-052-5/+5
| |
| * lots of spelling fixes found by codespellAllen Winter2021-11-282-3/+3
| |
| * Copy in and Use the Kitware FindICU.cmake from CMake 3.21Allen Winter2021-11-071-4/+1
| | | | | | | | | | | | | | | | | | Rather than increase the CMake version requirement to 3.7, in order to upgrade from our less-than-perfect home-grown FindICU we copy in the official CMake version and use that. This seems to fix static linking problems with ICU on Windows. It may also fix static linking on other platforms.
* | end-of-file-fixer for entire projectAllen Winter2022-09-241-1/+1
| |
* | fix trailing-whitespace for entire projectAllen Winter2022-09-241-5/+5
| |
* | full REUSE compilanceAllen Winter2022-06-071-4/+0
| |
* | REUSE complianceAllen Winter2022-06-066-31/+28
| | | | | | | | fixes: #489
* | 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