Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeLists.txt - set the STATIC_DEFINES when building static-only | Allen Winter | 2017-07-19 | 1 | -0/+8 |
| | | | | issue#237 | ||||
* | buildsystem: use more cmake set_package_properties and add_feature_info() | Allen Winter | 2017-06-03 | 1 | -26/+141 |
| | | | | Issue#259 | ||||
* | s/GObjectIntrospection/INTROSPECTION/g | Allen Winter | 2017-06-03 | 1 | -1/+6 |
| | |||||
* | icaltzutil_fetch_timezone now creates VTIMEZONE components using RRULEs ↵ | Kent Sutherland | 2017-05-27 | 1 | -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 VTIMEZONEs | Allen Winter | 2017-05-24 | 1 | -3/+3 |
| | | | | Issue#256 | ||||
* | CMakeLists.txt - add an 'uninstall' build target | Allen Winter | 2017-03-24 | 1 | -0/+15 |
| | | | | ISSUE: 290 | ||||
* | CMakeLists.txt - ignore new warning from MSVC2015 about stat() | Allen Winter | 2017-02-01 | 1 | -0/+1 |
| | |||||
* | buildsystem: setup feature_summary for icu, bdb and python3. | Allen Winter | 2017-01-06 | 1 | -13/+14 |
| | | | | bdb support is built by default if the Berkeley db is found | ||||
* | Require CMake v3.1.0 or higher | Allen Winter | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | Generate Vala vapi file on the go | Corentin Noël | 2016-12-21 | 1 | -0/+22 |
| | |||||
* | Merge remote-tracking branch 'libical/master' into remove-deprecated | Kent Sutherland | 2016-12-18 | 1 | -2/+2 |
|\ | |||||
| * | CMakeLists.txt, ReleaseNotes.txt - we're going to version 3.0.0 | Allen Winter | 2016-12-18 | 1 | -2/+2 |
| | | |||||
* | | Removed NO_WARN_DEPRECATED build flag | Kent Sutherland | 2016-12-18 | 1 | -11/+0 |
|/ | |||||
* | CMakeLists.txt - ignore unknown pragmas in C++ with MSVC | Allen Winter | 2016-12-18 | 1 | -0/+1 |
| | |||||
* | CMakeLists.txt, libical.pc.in - ICU must appear as Requires in pkgconfig | Allen Winter | 2016-12-03 | 1 | -2/+1 |
| | | | | issue#244 | ||||
* | CMakeLists.txt - quiet MSVC unknown pragma warnings | Allen Winter | 2016-11-28 | 1 | -1/+2 |
| | |||||
* | deal with -Wvarargs | Allen Winter | 2016-11-28 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt - don't allow GObject building with the address sanitizer | Allen Winter | 2016-11-27 | 1 | -2/+9 |
| | |||||
* | CMakeLists.txt - add compiler option -Wredundant-decls | Allen Winter | 2016-11-23 | 1 | -0/+8 |
| | |||||
* | CMakeLists.txt, libical.pc.in - fix iculibs (remove full path) | Allen Winter | 2016-09-03 | 1 | -0/+2 |
| | | | | ISSUE: 227 | ||||
* | CMakeLists.txt - add new developer-only option for address sanitizer | Allen Winter | 2016-08-28 | 1 | -1/+18 |
| | |||||
* | CMakeLists.txt - add new developer-only option for abi-dumper | Allen Winter | 2016-08-28 | 1 | -0/+19 |
| | |||||
* | -Wwrite-strings | Allen Winter | 2016-08-03 | 1 | -2/+2 |
| | |||||
* | CMakeLists.txt - warn about static-only builds with GOBJECT_INTROSPECTION | Allen Winter | 2016-08-03 | 1 | -0/+4 |
| | |||||
* | pkgconfig: Add correct version to .pc file | Dominique Leuenberger | 2016-07-21 | 1 | -1/+1 |
| | | | | Fixes issue#239 | ||||
* | CMakeLists.txt - for now CMake 2.8.9 is ok | Allen Winter | 2016-06-26 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt - remove -Wpedantic | Allen Winter | 2016-05-24 | 1 | -1/+1 |
| | |||||
* | compile with -Wpedantic and fix the warnings | Allen Winter | 2016-05-24 | 1 | -1/+1 |
| | |||||
* | Require CMake v3.0.2 now | Allen Winter | 2016-05-03 | 1 | -1/+1 |
| | |||||
* | Provide libical-glib, a GObject-based interface for libical with introspection | Milan Crha | 2016-04-26 | 1 | -0/+22 |
| | |||||
* | CMakeLists.txt - pass -Wtype-limits to gcc and clang | Allen Winter | 2016-01-19 | 1 | -2/+2 |
| | |||||
* | CMakeLists.txt - change VERSION. this branch will be 2.1 some day | Allen Winter | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt - set cmake policy 0042 for MACOS_RPATH warning | Allen Winter | 2015-12-27 | 1 | -0/+3 |
| | |||||
* | CMakeLists.txt - don't break strings; makes older CMake versions unhappy | Allen Winter | 2015-08-16 | 1 | -10/+2 |
| | |||||
* | CMakeLists.txt - add a little bit of doc and shorten some long lines | Allen Winter | 2015-08-16 | 1 | -3/+18 |
| | |||||
* | CMakeLists.txt - linux with gcc or clang, define _XOPEN_SOURCE=500 and | Allen Winter | 2015-06-20 | 1 | -0/+6 |
| | | | | _DEFAULT_SOURCE and _GNU_SOURCE | ||||
* | BuildTime+RunTime preference for exact vs. inter-operable timezones | Allen Winter | 2015-06-15 | 1 | -0/+14 |
| | | | | ISSUE: #95 | ||||
* | FindICU.cmake - try to find ICU on Windows | Allen Winter | 2015-06-02 | 1 | -0/+5 |
| | | | | if ICU_BASE or PROGRAMFILES envvars are set to help out. | ||||
* | Merge branch 'master' of https://github.com/tintou/libical into tintou-master | Allen Winter | 2015-06-01 | 1 | -4/+6 |
|\ | |||||
| * | Use GNUInstallDirs. | Corentin Noël | 2015-06-01 | 1 | -4/+6 |
| | | |||||
* | | try to eliminate -Weffc++ warnings | Allen Winter | 2015-05-21 | 1 | -1/+1 |
| | | |||||
* | | hide all symbols by default. make symbols visible only as needed. | Allen Winter | 2015-05-05 | 1 | -1/+1 |
| | | | | | | | | and other minor cleaning | ||||
* | | ported to MSVC 2005, 2012 and MinGW 64 | Allen Winter | 2015-05-03 | 1 | -5/+15 |
|/ | |||||
* | Use SHARE_INSTALL_DIR to install gobject-instrospection files | Heiko Becker | 2015-05-01 | 1 | -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 7529 | Ken Murchison | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Seems to link on Windows with MSVC now, albeit with some warnings. | Allen Winter | 2015-02-16 | 1 | -5/+0 |
| | |||||
* | document how to build with Clang and cleanup some Clang warnings | Allen Winter | 2015-02-15 | 1 | -0/+7 |
| | |||||
* | first attempt at fixing visibility for C++ | Allen Winter | 2015-02-14 | 1 | -1/+2 |
| | | | | as well as re-arraning the CMakeLists.txt for each of the libs. | ||||
* | CMakeLists.txt - add gcc options for -Wreorder and -Wformat-security | Allen Winter | 2015-02-11 | 1 | -7/+19 |
| | | | | when avaiable | ||||
* | restore the CXX-bindings feature | Allen Winter | 2014-12-23 | 1 | -0/+8 |
| | | | | also cleanup some code: coding style, licenses, copyrights |