summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Set minimum version for LibUV to 1.0.0Chuck Atkins2016-10-071-1/+1
* Use find_package for JsonCpp and LibUV instead of includeChuck Atkins2016-10-071-2/+6
* server-mode: Add option to enable/disable test case explicitlyBrad King2016-09-291-0/+3
* server-mode: Add option to enable/disable the mode explicitlyBrad King2016-09-291-6/+16
* server-mode: Rename variable CMake_{HAVE => ENABLE}_SERVER_MODEBrad King2016-09-291-2/+2
* server-mode: Enable from bootstrapped CMake buildBrad King2016-09-291-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+3
* cmake-server: Bare-bones server implementationTobias Hunger2016-09-191-0/+12
* Require CMake 2.8.12.2 to build CMake itselfBrad King2016-09-151-1/+1
* Do not build libuv on HP-UXBrad King2016-08-311-0/+3
* Do not build libuv on SPARCBrad King2016-08-311-0/+3
* Do not build libuv on CygwinBrad King2016-08-311-0/+3
* Do not build libuv on Mac OS X 10.4 and lowerBrad King2016-08-311-0/+14
* Add option to build CMake against a system libuvBrad King2016-08-311-4/+18
* libuv: Build the library within CMakeBrad King2016-08-311-0/+13
* Added CMake_BUILD_DEVELOPER_REFERENCE optionKonstantin Podsvirov2016-08-161-0/+5
* Make C++ feature checks extensibleDaniel Pfeifer2016-06-271-1/+1
* cmake-gui: Reference LGPLv3 when redistributing QtBrad King2016-06-171-0/+10
* Automatically use OpenSSL by default on Linux and FreeBSD if availableBrad King2016-02-291-1/+9
* Add option to use a system-installed KWIMLBrad King2015-12-181-3/+22
* Port CMake from cmIML to KWIMLBrad King2015-12-181-3/+3
* Update libarchive configuration within CMakeBrad King2015-10-281-0/+2
* Build: Set CMP0053 to NEW.Stephen Kelly2015-09-261-0/+3
* Avoid using C11 to build CMake if _Thread_local support is brokenRaphael Kubo da Costa2015-09-151-1/+6
* Simplify condition for using rpcrt4 library on WindowsBrad King2015-08-271-11/+0
* Do not install 3rd-party dependencies by defaultBrad King2015-08-051-1/+1
* CMake: Add CMake_INSTALL_DEPENDENCIES optionKonstantin Podsvirov2015-07-271-0/+5
* CMake: New option CMake_INSTALL_COMPONENTSKonstantin Podsvirov2015-07-071-1/+11
* CMake: Install COMPONENTsKonstantin Podsvirov2015-07-071-0/+1
* Check for std::unordered_map only if we are building CMakeBrad King2015-05-201-1/+3
* Use std::unordered_map instead of hash_map where available.Stephen Kelly2015-05-191-0/+1
* Avoid using C++14 to build CMake if cstdio breaksBrad King2015-05-081-1/+6
* Simplify logic to compute install prefix in OS X CMake.appBrad King2015-04-091-4/+1
* Add options to build CMake without any language dialectsBrad King2015-03-101-2/+2
* FindJsonCpp: Drop new module due to upstream jsoncpp providing packageBrad King2015-02-201-4/+2
* Require libarchive 3.0.0 or laterGregor Jasny2015-01-291-1/+1
* drop reference to removed Windows 9x supportRolf Eike Beer2015-01-271-1/+0
* curl: Add CURL_CA_PATH option to CMake build processBrad King2015-01-231-0/+7
* Add option to build CMake against a system jsoncppBrad King2015-01-201-3/+20
* Merge topic 'windows-utf-8'Brad King2015-01-161-1/+1
|\
| * Encoding: Switch to use UTF-8 internally by default on Windows.Clinton Stimpson2015-01-161-1/+1
* | jsoncpp: Build the library within CMakeBrad King2015-01-151-0/+5
|/
* Add options to build CMake without latest language dialectsBrad King2014-12-051-2/+6
* Merge topic 'use-latest-language-dialects'Brad King2014-12-011-0/+4
|\
| * Build CMake with most-recent available language dialect.Stephen Kelly2014-11-191-0/+4
* | ccmake: Add CMAKE_USE_SYSTEM_FORM option to use libform instead of cmFormÅdne Hovda2014-11-251-2/+7
|/
* curl: Configure build to work within CMakeBrad King2014-11-101-4/+1
* Merge topic 'cmake-cmp0054-warnings'Brad King2014-10-211-1/+1
|\
| * Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-1/+1
* | Remove borland workarounds.Stephen Kelly2014-10-151-1/+1
|/