| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bootstrap: Use ccache in script-generated makefile | Shane Parris | 2018-05-25 | 1 | -4/+6 |
|
|
* | Merge topic 'bootstrap_system_libuv_option' | Brad King | 2018-04-17 | 1 | -2/+4 |
|\ |
|
| * | bootstrap: Add option to enable/disable usage of system libuv | Kirill Erofeev | 2018-04-17 | 1 | -2/+4 |
|
|
* | | string() Refactoring: creates an helper for REGEX REPLACE | Marc Chevrier | 2018-04-16 | 1 | -0/+1 |
|
|
* | | Add cmGlobVerificationManager class, integrate with cmake and cmState | Shane Parris | 2018-03-29 | 1 | -0/+1 |
|
|
* | | bootstrap: Add support for VAR=value options to specify tools and flags | James Lee | 2018-03-22 | 1 | -0/+8 |
|
|
* | | bootstrap: Clarify error when building with invalid CXXFLAGS | Ben Chaney | 2018-03-14 | 1 | -1/+3 |
|/ |
|
* | Merge topic 'bootstrap-try-clang' | Brad King | 2018-02-05 | 1 | -2/+2 |
|\ |
|
| * | bootstrap: Add Clang to known compiler candidates | Axel Huebl | 2018-02-05 | 1 | -2/+2 |
|
|
* | | Merge topic 'libuv-raii' | Brad King | 2017-12-01 | 1 | -0/+1 |
|\ \ |
|
| * | | cmUVHandlePtr: Move to CMakeLib to make it available everywhere | Brad King | 2017-11-30 | 1 | -0/+1 |
|
|
* | | | Merge topic 'bootstrap-clang-5' | Brad King | 2017-12-01 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | bootstrap: Check support for unordered_map from compiler mode | Adam CiarciĆski | 2017-11-30 | 1 | -0/+1 |
|
|
* | | | AIX: Add -pthread flag to enable std::thread with GCC | Brad King | 2017-11-28 | 1 | -1/+12 |
|
|
* | | | bootstrap: Add infrastructure to detect threading flags | Brad King | 2017-11-28 | 1 | -18/+24 |
|
|
* | | | Move file/dir permissions code to common file. | Domen Vrankar | 2017-11-08 | 1 | -0/+1 |
|/ / |
|
* | | Use C++11 '= delete' instead of CM_EQ_DELETE | Brad King | 2017-09-28 | 1 | -1/+0 |
|
|
* | | Merge topic 'libuv-bootstrap' | Brad King | 2017-09-18 | 1 | -1/+113 |
|\ \ |
|
| * | | bootstrap: Make libuv available during bootstrap | Brad King | 2017-09-17 | 1 | -1/+109 |
|
|
| * | | bootstrap: Require compiler mode aware of C99 on Solaris | Brad King | 2017-09-17 | 1 | -0/+4 |
|
|
* | | | Drop now-unused definition of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -1/+0 |
|
|
* | | | Merge topic 'bootstrap-twice-in-source' | Brad King | 2017-09-14 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | bootstrap: Fix running multiple times in-source | Brad King | 2017-09-13 | 1 | -0/+6 |
|
|
* | | | bootstrap: Require compiler mode aware of C++11 | Brad King | 2017-08-29 | 1 | -2/+6 |
|
|
* | | | server: always enable server | Daniel Pfeifer | 2017-08-26 | 1 | -11/+0 |
|
|
* | | | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+0 |
|
|
* | | | Merge topic 'bootstrap-target-commands' | Brad King | 2017-08-21 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | bootstrap: make target_* commands available | Daniel Pfeifer | 2017-08-18 | 1 | -0/+6 |
|
|
* | | | | Merge topic 'bootstrap' | Brad King | 2017-08-21 | 1 | -56/+12 |
|\ \ \ \ |
|
| * | | | | bootstrap: Require a standard C compiler | Daniel Pfeifer | 2017-08-16 | 1 | -21/+12 |
|
|
| * | | | | bootstrap: Remove check that identifies GNU compiler | Daniel Pfeifer | 2017-08-15 | 1 | -25/+0 |
|
|
| * | | | | bootstrap: remove dead branches | Daniel Pfeifer | 2017-08-15 | 1 | -10/+0 |
| |/ / / |
|
* | | | | Merge topic 'bootstrap-grep-solaris' | Brad King | 2017-08-21 | 1 | -10/+10 |
|\ \ \ \ |
|
| * | | | | bootstrap: Restore output redirection instead of "grep -q" | Brad King | 2017-08-16 | 1 | -10/+10 |
| |/ / / |
|
* | | | | Require C++11 to build CMake itself | Brad King | 2017-08-16 | 1 | -32/+19 |
|/ / / |
|
* | | | HP-UX: Drop support for building CMake on HP-UX | Brad King | 2017-08-07 | 1 | -54/+5 |
| |/
|/| |
|
* | | include_guard: implement new command | Pavel Solodovnikov | 2017-06-22 | 1 | -0/+1 |
|
|
* | | bootstrap: remove leftover empty variable dereference | Rolf Eike Beer | 2017-06-08 | 1 | -1/+1 |
|
|
* | | bootstrap: implement cmake_extract_standard_flags() without loop | Rolf Eike Beer | 2017-06-07 | 1 | -5/+2 |
|
|
* | | bootstrap: use "grep -q" instead of output redirection | Rolf Eike Beer | 2017-06-07 | 1 | -10/+10 |
|
|
* | | bootstrap: implement cmake_toupper() using tr | Rolf Eike Beer | 2017-06-07 | 1 | -1/+1 |
|
|
* | | bootstrap: don't use 'cat x | sed', let sed open the file instead | Rolf Eike Beer | 2017-06-07 | 1 | -18/+15 |
|/ |
|
* | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 1 | -0/+1 |
|
|
* | Merge topic 'bootstrap-std-flags' | Brad King | 2017-06-01 | 1 | -28/+37 |
|\ |
|
| * | bootstrap: prefer to use standard flags for C and CXX | Daniel Pfeifer | 2017-05-31 | 1 | -28/+37 |
|
|
* | | bootstrap: remove explicit support for Tru64 UNIX | Daniel Pfeifer | 2017-05-30 | 1 | -50/+0 |
|
|
* | | bootstrap: remove support for IRIX | Daniel Pfeifer | 2017-05-28 | 1 | -28/+0 |
|/ |
|
* | bootstrap: prefer Clang over GNU on Darwin | Daniel Pfeifer | 2017-05-22 | 1 | -1/+1 |
|
|
* | Merge topic 'mingw-w64-compile' | Brad King | 2017-05-16 | 1 | -0/+1 |
|\ |
|
| * | bootstrap: fix build on mingw-w64 | Aleksey Chernov | 2017-05-15 | 1 | -0/+1 |
|
|