summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists.txt - set the STATIC_DEFINES when building static-onlyAllen Winter2017-07-191-0/+8
| | | | issue#237
* buildsystem: use more cmake set_package_properties and add_feature_info()Allen Winter2017-06-031-26/+141
| | | | Issue#259
* s/GObjectIntrospection/INTROSPECTION/gAllen Winter2017-06-031-1/+6
|
* icaltzutil_fetch_timezone now creates VTIMEZONE components using RRULEs ↵Kent Sutherland2017-05-271-14/+0
| | | | | | | | rather than expanding out every year (if USE_INTEROPERATIVE_VTIMEZONES was off) or using a single time zone back to 1970 (if it was one). This creates more accurate time zones that are compatible with dates whose time zones have since transitioned to a different offset (such as a date in America/New_York in 1980). Removed icaltzutil_set_exact_vtimezones_support and icaltzutil_get_exact_vtimezones_support. Removed USE_INTEROPERABLE_VTIMEZONES.
* We now default to using inter-operable VTIMEZONEsAllen Winter2017-05-241-3/+3
| | | | Issue#256
* CMakeLists.txt - add an 'uninstall' build targetAllen Winter2017-03-241-0/+15
| | | | ISSUE: 290
* CMakeLists.txt - ignore new warning from MSVC2015 about stat()Allen Winter2017-02-011-0/+1
|
* buildsystem: setup feature_summary for icu, bdb and python3.Allen Winter2017-01-061-13/+14
| | | | bdb support is built by default if the Berkeley db is found
* Require CMake v3.1.0 or higherAllen Winter2017-01-011-1/+1
|
* Generate Vala vapi file on the goCorentin Noël2016-12-211-0/+22
|
* Merge remote-tracking branch 'libical/master' into remove-deprecatedKent Sutherland2016-12-181-2/+2
|\
| * CMakeLists.txt, ReleaseNotes.txt - we're going to version 3.0.0Allen Winter2016-12-181-2/+2
| |
* | Removed NO_WARN_DEPRECATED build flagKent Sutherland2016-12-181-11/+0
|/
* CMakeLists.txt - ignore unknown pragmas in C++ with MSVCAllen Winter2016-12-181-0/+1
|
* CMakeLists.txt, libical.pc.in - ICU must appear as Requires in pkgconfigAllen Winter2016-12-031-2/+1
| | | | issue#244
* CMakeLists.txt - quiet MSVC unknown pragma warningsAllen Winter2016-11-281-1/+2
|
* deal with -WvarargsAllen Winter2016-11-281-1/+1
|
* CMakeLists.txt - don't allow GObject building with the address sanitizerAllen Winter2016-11-271-2/+9
|
* CMakeLists.txt - add compiler option -Wredundant-declsAllen Winter2016-11-231-0/+8
|
* CMakeLists.txt, libical.pc.in - fix iculibs (remove full path)Allen Winter2016-09-031-0/+2
| | | | ISSUE: 227
* CMakeLists.txt - add new developer-only option for address sanitizerAllen Winter2016-08-281-1/+18
|
* CMakeLists.txt - add new developer-only option for abi-dumperAllen Winter2016-08-281-0/+19
|
* -Wwrite-stringsAllen Winter2016-08-031-2/+2
|
* CMakeLists.txt - warn about static-only builds with GOBJECT_INTROSPECTIONAllen Winter2016-08-031-0/+4
|
* pkgconfig: Add correct version to .pc fileDominique Leuenberger2016-07-211-1/+1
| | | | Fixes issue#239
* CMakeLists.txt - for now CMake 2.8.9 is okAllen Winter2016-06-261-1/+1
|
* CMakeLists.txt - remove -WpedanticAllen Winter2016-05-241-1/+1
|
* compile with -Wpedantic and fix the warningsAllen Winter2016-05-241-1/+1
|
* Require CMake v3.0.2 nowAllen Winter2016-05-031-1/+1
|
* Provide libical-glib, a GObject-based interface for libical with introspectionMilan Crha2016-04-261-0/+22
|
* CMakeLists.txt - pass -Wtype-limits to gcc and clangAllen Winter2016-01-191-2/+2
|
* CMakeLists.txt - change VERSION. this branch will be 2.1 some dayAllen Winter2016-01-071-1/+1
|
* CMakeLists.txt - set cmake policy 0042 for MACOS_RPATH warningAllen Winter2015-12-271-0/+3
|
* CMakeLists.txt - don't break strings; makes older CMake versions unhappyAllen Winter2015-08-161-10/+2
|
* CMakeLists.txt - add a little bit of doc and shorten some long linesAllen Winter2015-08-161-3/+18
|
* CMakeLists.txt - linux with gcc or clang, define _XOPEN_SOURCE=500 andAllen Winter2015-06-201-0/+6
| | | | _DEFAULT_SOURCE and _GNU_SOURCE
* BuildTime+RunTime preference for exact vs. inter-operable timezonesAllen Winter2015-06-151-0/+14
| | | | ISSUE: #95
* FindICU.cmake - try to find ICU on WindowsAllen Winter2015-06-021-0/+5
| | | | if ICU_BASE or PROGRAMFILES envvars are set to help out.
* Merge branch 'master' of https://github.com/tintou/libical into tintou-masterAllen Winter2015-06-011-4/+6
|\
| * Use GNUInstallDirs.Corentin Noël2015-06-011-4/+6
| |
* | try to eliminate -Weffc++ warningsAllen Winter2015-05-211-1/+1
| |
* | hide all symbols by default. make symbols visible only as needed.Allen Winter2015-05-051-1/+1
| | | | | | | | and other minor cleaning
* | ported to MSVC 2005, 2012 and MinGW 64Allen Winter2015-05-031-5/+15
|/
* Use SHARE_INSTALL_DIR to install gobject-instrospection filesHeiko Becker2015-05-011-1/+1
| | | | | This is helpful on a multiarch layout where the prefix is /usr/${host} but arch-independent files should still be installed to /usr/share.
* Updated RSCALE references to soon-to-be RFC 7529Ken Murchison2015-04-291-1/+1
|
* Seems to link on Windows with MSVC now, albeit with some warnings.Allen Winter2015-02-161-5/+0
|
* document how to build with Clang and cleanup some Clang warningsAllen Winter2015-02-151-0/+7
|
* first attempt at fixing visibility for C++Allen Winter2015-02-141-1/+2
| | | | as well as re-arraning the CMakeLists.txt for each of the libs.
* CMakeLists.txt - add gcc options for -Wreorder and -Wformat-securityAllen Winter2015-02-111-7/+19
| | | | when avaiable
* restore the CXX-bindings featureAllen Winter2014-12-231-0/+8
| | | | also cleanup some code: coding style, licenses, copyrights