Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install.txt - more Python bindings and gobject-introspection | Allen Winter | 2022-10-05 | 1 | -1/+16 |
| | |||||
* | Copy in and Use the Kitware FindICU.cmake from CMake 3.21 | Allen Winter | 2021-11-07 | 1 | -2/+2 |
| | | | | | | | | | 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. | ||||
* | various - use https instead of http where we can | Allen Winter | 2019-12-14 | 1 | -2/+2 |
| | | | | | Update Eric's email Remove softwarestudio.com which no longer exists as a domain | ||||
* | Install.txt - merge from master | Allen Winter | 2019-04-07 | 1 | -0/+14 |
| | |||||
* | various - cleanup after the new ENABLE_GTK_DOC option | Allen Winter | 2018-11-11 | 1 | -0/+1 |
| | |||||
* | CMakeLists.txt - turn-on C++ bindings only if a C++ compiler is found | Allen Winter | 2018-08-21 | 1 | -1/+2 |
| | | | | part of issue#352 | ||||
* | CMakeLists.txt, docs/CMakeLists.txt, Install.txt - new CMake option ↵ | Allen Winter | 2018-01-21 | 1 | -0/+4 |
| | | | | ICAL_BUILD_DOCS | ||||
* | icaltzutil_fetch_timezone now creates VTIMEZONE components using RRULEs ↵ | Kent Sutherland | 2017-05-27 | 1 | -7/+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 | -2/+2 |
| | | | | Issue#256 | ||||
* | buildsystem: setup feature_summary for icu, bdb and python3. | Allen Winter | 2017-01-06 | 1 | -5/+3 |
| | | | | 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 | -3/+2 |
| | |||||
* | Removed NO_WARN_DEPRECATED build flag | Kent Sutherland | 2016-12-18 | 1 | -4/+0 |
| | |||||
* | Install.txt - discuss how to skip optional dependencies | Allen Winter | 2016-12-03 | 1 | -0/+6 |
| | |||||
* | Install.txt - fix typo | Allen Winter | 2016-11-27 | 1 | -1/+1 |
| | |||||
* | Install.txt - minor improvements | Allen Winter | 2016-08-10 | 1 | -1/+4 |
| | |||||
* | Require CMake v3.0.2 now | Allen Winter | 2016-05-03 | 1 | -1/+1 |
| | |||||
* | Install.txt - new "Tweaking the Installation Directories" section | Allen Winter | 2016-01-19 | 1 | -0/+11 |
| | |||||
* | BuildTime+RunTime preference for exact vs. inter-operable timezones | Allen Winter | 2015-06-15 | 1 | -0/+29 |
| | | | | ISSUE: #95 | ||||
* | Install.txt - talk about libicu dependency | Allen Winter | 2015-06-02 | 1 | -0/+8 |
| | |||||
* | ported to MSVC 2005, 2012 and MinGW 64 | Allen Winter | 2015-05-03 | 1 | -0/+4 |
| | |||||
* | document how to build with Clang and cleanup some Clang warnings | Allen Winter | 2015-02-15 | 1 | -0/+5 |
| | |||||
* | restore the CXX-bindings feature | Allen Winter | 2014-12-23 | 1 | -0/+5 |
| | | | | also cleanup some code: coding style, licenses, copyrights | ||||
* | talk about optional dependencies | Allen Winter | 2014-12-07 | 1 | -0/+16 |
| | |||||
* | remove execute permissions | Allen Winter | 2014-12-06 | 1 | -0/+0 |
| | |||||
* | Saving files before refreshing line endings | Allen Winter | 2014-11-23 | 1 | -0/+0 |
| | |||||
* | Copy in the RSCALE support feature | Allen Winter | 2014-10-11 | 1 | -0/+1 |
| | |||||
* | remove more occurrences of libicu, because not used in this branch | Allen Winter | 2014-09-26 | 1 | -1/+0 |
| | |||||
* | fix issue87: build shared libs only with cmake -DSHARED_ONLY=True | Allen Winter | 2014-09-20 | 1 | -0/+1 |
| | |||||
* | issue87: rename the CMake STATIC_LIBRARY to STATIC_ONLY | Allen Winter | 2014-09-20 | 1 | -1/+5 |
| | | | | to better describe the actual behavior of this setting. | ||||
* | minor fixes for MSYS | Allen Winter | 2014-08-17 | 1 | -1/+1 |
| | |||||
* | add instructions for building on Windows with MSYS | Allen Winter | 2014-08-14 | 1 | -0/+7 |
| | |||||
* | cmake 2.8.9 is required and attempt to install a modern cmake for travis | Allen Winter | 2014-07-16 | 1 | -1/+1 |
| | |||||
* | reduce the minimum CMake version to 2.8.7 | Allen Winter | 2014-07-15 | 1 | -1/+1 |
| | | | | as Travis uses that version | ||||
* | Author: cgiboudeaux@gmx.com | Allen Winter | 2014-07-15 | 1 | -1/+1 |
| | | | | | CMAKE 2.8.9 Required! Create discovery files for cmake | ||||
* | minor clarification on making tests | Allen Winter | 2014-07-14 | 1 | -2/+5 |
| | |||||
* | Re-arrange after svn to git conversion | Allen Winter | 2014-05-31 | 1 | -0/+48 |