summaryrefslogtreecommitdiff
path: root/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Rename cmFileTimeComparison to cmFileTimeCacheSebastian Holtermann2019-03-181-1/+1
* New cmFileTime classSebastian Holtermann2019-03-181-0/+1
* Merge topic 'refactor_cmfilecopier'Brad King2019-03-141-0/+2
|\
| * cmFileCommand: Factor out cmFileCopier and cmFileInstallerBryon Bean2019-03-131-0/+2
* | CMake: Enable use of zstd in libarchiveBrad King2019-03-131-2/+4
|/
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-1/+0
* cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-231-0/+1
* libuv: Update CMake-internal buildsystemBrad King2019-01-171-3/+5
* Add support for using C++17 string_view or a fallbackBrad King2018-12-111-0/+1
* add_subdirectory: Run subdirectory install rules in correct orderKyle Edwards2018-10-101-0/+1
* bootstrap: Add missing libraries for kFreeBSDGregor Jasny2018-09-161-0/+3
* cmLinkItem: Convert to a "sum type" over a string and target pointerBrad King2018-09-071-0/+1
* Utilities/Sphinx: Add option to build and install Info manualOrivej Desh2018-06-121-0/+8
* bootstrap: Use ccache in script-generated makefileShane Parris2018-05-251-4/+6
* Merge topic 'bootstrap_system_libuv_option'Brad King2018-04-171-2/+4
|\
| * bootstrap: Add option to enable/disable usage of system libuvKirill Erofeev2018-04-171-2/+4
* | string() Refactoring: creates an helper for REGEX REPLACEMarc Chevrier2018-04-161-0/+1
* | Add cmGlobVerificationManager class, integrate with cmake and cmStateShane Parris2018-03-291-0/+1
* | bootstrap: Add support for VAR=value options to specify tools and flagsJames Lee2018-03-221-0/+8
* | bootstrap: Clarify error when building with invalid CXXFLAGSBen Chaney2018-03-141-1/+3
|/
* Merge topic 'bootstrap-try-clang'Brad King2018-02-051-2/+2
|\
| * bootstrap: Add Clang to known compiler candidatesAxel Huebl2018-02-051-2/+2
* | Merge topic 'libuv-raii'Brad King2017-12-011-0/+1
|\ \
| * | cmUVHandlePtr: Move to CMakeLib to make it available everywhereBrad King2017-11-301-0/+1
* | | Merge topic 'bootstrap-clang-5'Brad King2017-12-011-0/+1
|\ \ \ | |/ / |/| |
| * | bootstrap: Check support for unordered_map from compiler modeAdam CiarciƄski2017-11-301-0/+1
* | | AIX: Add -pthread flag to enable std::thread with GCCBrad King2017-11-281-1/+12
* | | bootstrap: Add infrastructure to detect threading flagsBrad King2017-11-281-18/+24
* | | Move file/dir permissions code to common file.Domen Vrankar2017-11-081-0/+1
|/ /
* | Use C++11 '= delete' instead of CM_EQ_DELETEBrad King2017-09-281-1/+0
* | Merge topic 'libuv-bootstrap'Brad King2017-09-181-1/+113
|\ \
| * | bootstrap: Make libuv available during bootstrapBrad King2017-09-171-1/+109
| * | bootstrap: Require compiler mode aware of C99 on SolarisBrad King2017-09-171-0/+4
* | | Drop now-unused definition of CM_OVERRIDEBrad King2017-09-151-1/+0
* | | Merge topic 'bootstrap-twice-in-source'Brad King2017-09-141-0/+6
|\ \ \ | |/ / |/| |
| * | bootstrap: Fix running multiple times in-sourceBrad King2017-09-131-0/+6
* | | bootstrap: Require compiler mode aware of C++11Brad King2017-08-291-2/+6
* | | server: always enable serverDaniel Pfeifer2017-08-261-11/+0
* | | Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+0
* | | Merge topic 'bootstrap-target-commands'Brad King2017-08-211-0/+6
|\ \ \
| * | | bootstrap: make target_* commands availableDaniel Pfeifer2017-08-181-0/+6
* | | | Merge topic 'bootstrap'Brad King2017-08-211-56/+12
|\ \ \ \
| * | | | bootstrap: Require a standard C compilerDaniel Pfeifer2017-08-161-21/+12
| * | | | bootstrap: Remove check that identifies GNU compilerDaniel Pfeifer2017-08-151-25/+0
| * | | | bootstrap: remove dead branchesDaniel Pfeifer2017-08-151-10/+0
| |/ / /
* | | | Merge topic 'bootstrap-grep-solaris'Brad King2017-08-211-10/+10
|\ \ \ \
| * | | | bootstrap: Restore output redirection instead of "grep -q"Brad King2017-08-161-10/+10
| |/ / /
* | | | Require C++11 to build CMake itselfBrad King2017-08-161-32/+19
|/ / /
* | | HP-UX: Drop support for building CMake on HP-UXBrad King2017-08-071-54/+5
| |/ |/|
* | include_guard: implement new commandPavel Solodovnikov2017-06-221-0/+1