summaryrefslogtreecommitdiffstats
path: root/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bootstrap: remove leftover empty variable dereferenceRolf Eike Beer2017-06-081-1/+1
* | bootstrap: implement cmake_extract_standard_flags() without loopRolf Eike Beer2017-06-071-5/+2
* | bootstrap: use "grep -q" instead of output redirectionRolf Eike Beer2017-06-071-10/+10
* | bootstrap: implement cmake_toupper() using trRolf Eike Beer2017-06-071-1/+1
* | bootstrap: don't use 'cat x | sed', let sed open the file insteadRolf Eike Beer2017-06-071-18/+15
|/
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-0/+1
* Merge topic 'bootstrap-std-flags'Brad King2017-06-011-28/+37
|\
| * bootstrap: prefer to use standard flags for C and CXXDaniel Pfeifer2017-05-311-28/+37
* | bootstrap: remove explicit support for Tru64 UNIXDaniel Pfeifer2017-05-301-50/+0
* | bootstrap: remove support for IRIXDaniel Pfeifer2017-05-281-28/+0
|/
* bootstrap: prefer Clang over GNU on DarwinDaniel Pfeifer2017-05-221-1/+1
* Merge topic 'mingw-w64-compile'Brad King2017-05-161-0/+1
|\
| * bootstrap: fix build on mingw-w64Aleksey Chernov2017-05-151-0/+1
* | Merge topic 'command-name'Brad King2017-05-121-0/+1
|\ \
| * | cmState: introduce methods for adding builtin commandsDaniel Pfeifer2017-05-111-0/+1
* | | bootstrap: fix Bad substitutionDaniel Pfeifer2017-05-111-13/+24
|/ /
* | bootstrap: Remove leftovers from cmBootstrapCommandsDaniel Pfeifer2017-05-091-2/+0
* | LexerParser: move to custom directoryDaniel Pfeifer2017-04-281-7/+18
* | cmConfigure: provide macros CM_EQ_DELETE and CM_DISABLE_COPYDaniel Pfeifer2017-04-221-0/+2
* | cmWorkingDirectory: add class for changing the workdirBen Boeckel2017-03-061-0/+1
|/
* Combine all unexpected commands to a single classDaniel Pfeifer2016-11-291-6/+1
* Add cmProcessOutput class to be used for decoding text dataDāvis Mosāns2016-11-141-1/+4