summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Build with libuv on Cygwin to enable server-modeBrad King2017-05-281-3/+0
* Update SunPro flags used for CMake itself to support C++11Brad King2017-05-081-4/+8
* Choose compiler-specific flags earlier in CMake's own buildBrad King2017-05-081-3/+4
* clang-tidy: add option CMake_RUN_CLANG_TIDYDaniel Pfeifer2017-05-041-0/+14
* Add include-what-you-use mappingDaniel Pfeifer2017-04-131-0/+11
* Help/dev: Exclude this directory from user-facing documentationBrad King2017-03-011-0/+1
* Enable libuv on Solaris 10Brad King2017-02-281-6/+0
* Update CMake pre-cached values for libarchive 3.3.0Brad King2017-02-231-11/+13
* Disable libuv on Solaris 10Eric Berge2016-12-211-0/+3
* Add option to build CMake against a system librhashBrad King2016-11-101-4/+18
* librhash: Build the library within CMakeBrad King2016-11-101-0/+4
* Encoding: Remove option to use ANSI code page internallyClinton Stimpson2016-11-021-6/+2
* Enable Unicode output to Windows consolesDāvis Mosāns2016-10-261-0/+1
* Allow custom built libarchive to use custom built expat.Daniel Pfeifer2016-10-101-18/+20
* Don't require liblzma when using system libarchiveDaniel Pfeifer2016-10-101-12/+14
* Don't require libbz2 when using system libarchiveDaniel Pfeifer2016-10-101-8/+13
* 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