summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Configure KWSys to honor CMake_NO_CXX_STANDARDBrad King2019-01-301-0/+3
* Merge topic 'fileapi'Brad King2018-12-131-1/+1
|\
| * jsoncpp: Require version 1.4.1 when using system-provided libraryBrad King2018-12-111-1/+1
* | CTest: Remove submit method 'xmlrpc'Regina Pfeifer2018-11-291-22/+4
|/
* Add option to build CMake itself with IPO/LTOCristian Adam2018-10-251-0/+12
* Merge topic 'fix-no-testing'Brad King2018-10-251-3/+4
|\
| * Tests: Add missing BUILD_TESTING conditionsBrad King2018-10-241-3/+4
* | Merge topic 'update-curl'Brad King2018-10-231-1/+0
|\ \ | |/
| * curl: Update build within CMake to account for 7.61 changesBrad King2018-10-221-1/+0
* | Declare support for CMake versions through 3.12 for own buildBrad King2018-10-171-1/+1
|/
* Update CMake pre-cached values for libarchive 3.3.3Brad King2018-09-261-0/+1
* libarchive: Bump the minimum version from 3.0.0 to 3.1.0Chuck Atkins2018-08-291-1/+1
* IWYU: Fix workaround mapping for std::hashBrad King2018-08-071-1/+2
* IWYU: Define a macro to tell code it is preprocessing for iwyuBrad King2018-05-251-1/+1
* Merge topic 'libuv_version_bump'Brad King2018-04-171-1/+1
|\
| * Explicitly require LibUV 1.10 or higher to build CMakeErofeevK2018-04-161-1/+1
* | ccmake: Check for curses more robustly before enablingBrad King2018-03-211-12/+14
|/
* CMakeLib: Link to system thread libraries to support std::threadBrad King2018-02-221-0/+2
* Compile CMake as C++17 if supported by the compilerBrad King2017-12-221-4/+13
* Generalize check for C++14 constructsBrad King2017-12-221-2/+2
* AIX: Add -pthread flag to enable std::thread with GCCBrad King2017-11-281-0/+4
* Merge topic 'tidy-sha1-comment'Brad King2017-11-201-1/+6
|\
| * clang-tidy: Clarify comment explaining purpose of CLANG_TIDY_SHA1Brad King2017-11-171-1/+6
* | IWYU: Suppress warnings from the internal ClangBrad King2017-11-171-1/+1
|/
* clang-tidy: Make .clang-tidy a build-time dependencyMatthias Maennich2017-09-281-0/+6
* server: test buffer parsingJustin Berger2017-08-311-0/+3
* server: always enable serverDaniel Pfeifer2017-08-261-18/+0
* server: backport to C++11Daniel Pfeifer2017-08-261-4/+1
* Merge topic 'require-c++11'Brad King2017-08-211-0/+4
|\
| * Require C++11 to build CMake itselfBrad King2017-08-161-0/+4
* | Require CMake 3.1 to build CMake itselfBrad King2017-08-101-22/+4
|/
* Make libuv available to all parts of CMakeBrad King2017-08-081-38/+13
* HP-UX: Drop support for building CMake on HP-UXBrad King2017-08-071-3/+8
* 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