| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify condition for using rpcrt4 library on Windows | Brad King | 2015-08-27 | 1 | -11/+0 |
|
|
* | Do not install 3rd-party dependencies by default | Brad King | 2015-08-05 | 1 | -1/+1 |
|
|
* | CMake: Add CMake_INSTALL_DEPENDENCIES option | Konstantin Podsvirov | 2015-07-27 | 1 | -0/+5 |
|
|
* | CMake: New option CMake_INSTALL_COMPONENTS | Konstantin Podsvirov | 2015-07-07 | 1 | -1/+11 |
|
|
* | CMake: Install COMPONENTs | Konstantin Podsvirov | 2015-07-07 | 1 | -0/+1 |
|
|
* | Check for std::unordered_map only if we are building CMake | Brad King | 2015-05-20 | 1 | -1/+3 |
|
|
* | Use std::unordered_map instead of hash_map where available. | Stephen Kelly | 2015-05-18 | 1 | -0/+1 |
|
|
* | Avoid using C++14 to build CMake if cstdio breaks | Brad King | 2015-05-08 | 1 | -1/+6 |
|
|
* | Simplify logic to compute install prefix in OS X CMake.app | Brad King | 2015-04-09 | 1 | -4/+1 |
|
|
* | Add options to build CMake without any language dialects | Brad King | 2015-03-10 | 1 | -2/+2 |
|
|
* | FindJsonCpp: Drop new module due to upstream jsoncpp providing package | Brad King | 2015-02-20 | 1 | -4/+2 |
|
|
* | Require libarchive 3.0.0 or later | Gregor Jasny | 2015-01-29 | 1 | -1/+1 |
|
|
* | drop reference to removed Windows 9x support | Rolf Eike Beer | 2015-01-27 | 1 | -1/+0 |
|
|
* | curl: Add CURL_CA_PATH option to CMake build process | Brad King | 2015-01-23 | 1 | -0/+7 |
|
|
* | Add option to build CMake against a system jsoncpp | Brad King | 2015-01-20 | 1 | -3/+20 |
|
|
* | Merge topic 'windows-utf-8' | Brad King | 2015-01-16 | 1 | -1/+1 |
|\ |
|
| * | Encoding: Switch to use UTF-8 internally by default on Windows. | Clinton Stimpson | 2015-01-16 | 1 | -1/+1 |
|
|
* | | jsoncpp: Build the library within CMake | Brad King | 2015-01-15 | 1 | -0/+5 |
|/ |
|
* | Add options to build CMake without latest language dialects | Brad King | 2014-12-05 | 1 | -2/+6 |
|
|
* | Merge topic 'use-latest-language-dialects' | Brad King | 2014-12-01 | 1 | -0/+4 |
|\ |
|
| * | Build CMake with most-recent available language dialect. | Stephen Kelly | 2014-11-18 | 1 | -0/+4 |
|
|
* | | ccmake: Add CMAKE_USE_SYSTEM_FORM option to use libform instead of cmForm | Ådne Hovda | 2014-11-25 | 1 | -2/+7 |
|/ |
|
* | curl: Configure build to work within CMake | Brad King | 2014-11-10 | 1 | -4/+1 |
|
|
* | Merge topic 'cmake-cmp0054-warnings' | Brad King | 2014-10-21 | 1 | -1/+1 |
|\ |
|
| * | Avoid if() quoted auto-dereference | Ben Boeckel | 2014-10-20 | 1 | -1/+1 |
|
|
* | | Remove borland workarounds. | Stephen Kelly | 2014-10-15 | 1 | -1/+1 |
|/ |
|
* | Remove unused legacy 'DartLocal.conf' file | Brad King | 2014-09-24 | 1 | -4/+0 |
|
|
* | Fix if() checks of CMAKE_SYSTEM_NAME on Cygwin | Brad King | 2014-09-11 | 1 | -1/+1 |
|
|
* | CMake: Enable use of liblzma in libarchive (#14504) | Daniel Pfeifer | 2014-07-29 | 1 | -2/+21 |
|
|
* | Tests: Build and test KWIML even when testing an external CMake | Brad King | 2014-07-07 | 1 | -6/+5 |
|
|
* | Update CDash server URL | Brad King | 2014-06-24 | 1 | -2/+2 |
|
|
* | Update libarchive configuration within CMake | Brad King | 2014-04-03 | 1 | -0/+6 |
|
|
* | Encoding: Provide option to configure CMake to use UTF-8 encoding. | Clinton Stimpson | 2014-03-14 | 1 | -0/+7 |
|
|
* | Tests: Optionally configure tests exclusively, with an external CMake | Brad King | 2014-03-03 | 1 | -137/+165 |
|
|
* | Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variables | Brad King | 2014-03-03 | 1 | -4/+1 |
|
|
* | Tests: Drop CMAKE_TEST_MSVC and test MSVC directly | Brad King | 2014-03-03 | 1 | -11/+0 |
|
|
* | Tests: Drop CMAKE_TEST_GENERATOR and CMAKE_TEST_MAKEPROGRAM options | Brad King | 2014-03-03 | 1 | -11/+2 |
|
|
* | Remove compatibility CTest code. | Stephen Kelly | 2014-02-28 | 1 | -2/+0 |
|
|
* | Remove obsolete workaround for old cmake versions. | Stephen Kelly | 2014-01-07 | 1 | -11/+0 |
|
|
* | Tests: Move CMAKE_TEST_MAKEPROGRAM into Tests/CMakeLists.txt | Brad King | 2013-11-18 | 1 | -5/+0 |
|
|
* | OS X: Drop version number from CMake.app bundle name (#11693) | Brad King | 2013-11-12 | 1 | -2/+1 |
|
|
* | Teach --help-* options to load documentation from .rst files | Brad King | 2013-10-16 | 1 | -1/+1 |
|
|
* | Drop CMAKE_STRICT mode | Brad King | 2013-10-15 | 1 | -4/+0 |
|
|
* | Set IDE folder for CMake 'documentation' target only if it exists | Brad King | 2013-10-15 | 1 | -1/+3 |
|
|
* | Rename Docs to Auxiliary | Brad King | 2013-10-15 | 1 | -2/+2 |
|
|
* | Cleanup use of CMake version in install destinations | Brad King | 2013-10-15 | 1 | -21/+2 |
|
|
* | Factor CMake version logic into dedicated module | Brad King | 2013-10-15 | 1 | -21/+2 |
|
|
* | Require CMake 2.8.4 or greater to build CMake | Stephen Kelly | 2013-10-15 | 1 | -16/+4 |
|
|
* | Merge topic 'osx-cmake-app-info-plist' | Brad King | 2013-10-09 | 1 | -2/+3 |
|\ |
|
| * | OS X: Set CMake.app bundle Info.plist fields (#11694) | Brad King | 2013-10-08 | 1 | -2/+3 |
|
|