313 Commits (b93b3b55003d4f7467569320061ae8a2b536ae97)

Author SHA1 Message Date
Kyle Edwards fc8955e889 add_subdirectory: Run subdirectory install rules in correct order 7 years ago
Gregor Jasny 6b7b54d476 bootstrap: Add missing libraries for kFreeBSD 7 years ago
Brad King fc7e4d1ed8 cmLinkItem: Convert to a "sum type" over a string and target pointer 7 years ago
Orivej Desh 276e369813 Utilities/Sphinx: Add option to build and install Info manual 7 years ago
Shane Parris 1f994d9fdc bootstrap: Use ccache in script-generated makefile 7 years ago
Kirill Erofeev bbf64794ac bootstrap: Add option to enable/disable usage of system libuv 7 years ago
Marc Chevrier cdae12f8f8 string() Refactoring: creates an helper for REGEX REPLACE 7 years ago
Shane Parris 599c93e22d Add cmGlobVerificationManager class, integrate with cmake and cmState 8 years ago
James Lee 850cfe3a3b bootstrap: Add support for VAR=value options to specify tools and flags 7 years ago
Ben Chaney 25eb6e60d7 bootstrap: Clarify error when building with invalid CXXFLAGS 7 years ago
Axel Huebl 04167e39c3 bootstrap: Add Clang to known compiler candidates 8 years ago
Adam Ciarciński 375eca7881 bootstrap: Check support for unordered_map from compiler mode 8 years ago
Brad King 32cfa7b324 cmUVHandlePtr: Move to CMakeLib to make it available everywhere 8 years ago
Brad King 4ff89fb608 AIX: Add -pthread flag to enable std::thread with GCC 8 years ago
Brad King 6e613ff399 bootstrap: Add infrastructure to detect threading flags 8 years ago
Domen Vrankar 670ad047b3 Move file/dir permissions code to common file. 8 years ago
Brad King b8018135b5 Use C++11 '= delete' instead of CM_EQ_DELETE 8 years ago
Brad King 714ce72882 bootstrap: Make libuv available during bootstrap 8 years ago
Brad King 6a2d967de0 bootstrap: Require compiler mode aware of C99 on Solaris 8 years ago
Brad King 4e14498f4f Drop now-unused definition of CM_OVERRIDE 8 years ago
Brad King a3deae7199 bootstrap: Fix running multiple times in-source 8 years ago
Brad King 4a275f6320 bootstrap: Require compiler mode aware of C++11 8 years ago
Daniel Pfeifer 7f29bbe6f2 server: always enable server 8 years ago
Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 years ago
Daniel Pfeifer 7814d75023 bootstrap: make target_* commands available 8 years ago
Brad King e488c7f9ee bootstrap: Restore output redirection instead of "grep -q" 8 years ago
Daniel Pfeifer d12837afe6 bootstrap: Require a standard C compiler 8 years ago
Brad King fd4fd9a276 Require C++11 to build CMake itself 8 years ago
Daniel Pfeifer dc0befb6a1 bootstrap: Remove check that identifies GNU compiler 8 years ago
Daniel Pfeifer 6fdcf02aaf bootstrap: remove dead branches 8 years ago
Brad King 49640d3629 HP-UX: Drop support for building CMake on HP-UX 8 years ago
Pavel Solodovnikov d44bd1c25f include_guard: implement new command 8 years ago
Rolf Eike Beer 83784ed18b bootstrap: remove leftover empty variable dereference 8 years ago
Rolf Eike Beer 9c0d1e7531 bootstrap: implement cmake_extract_standard_flags() without loop 8 years ago
Rolf Eike Beer 567bac890c bootstrap: use "grep -q" instead of output redirection 8 years ago
Rolf Eike Beer 380bd70cc2 bootstrap: implement cmake_toupper() using tr 8 years ago
Rolf Eike Beer e61979a71c bootstrap: don't use 'cat x | sed', let sed open the file instead 8 years ago
Daniel Pfeifer 8d7b3ef5d4 Provide and use CM_FALLTHROUGH 8 years ago
Daniel Pfeifer 6181a9e00e bootstrap: prefer to use standard flags for C and CXX 8 years ago
Daniel Pfeifer 5dd0b5312c bootstrap: remove explicit support for Tru64 UNIX 8 years ago
Daniel Pfeifer 39fc348f57 bootstrap: remove support for IRIX 8 years ago
Daniel Pfeifer 4edcc3750d bootstrap: prefer Clang over GNU on Darwin 8 years ago
Aleksey Chernov 845f5e3c51 bootstrap: fix build on mingw-w64 8 years ago
Daniel Pfeifer e1e8f27ff2 bootstrap: fix Bad substitution 8 years ago
Daniel Pfeifer 587084052b cmState: introduce methods for adding builtin commands 8 years ago
Daniel Pfeifer 0c519c7029 bootstrap: Remove leftovers from cmBootstrapCommands 8 years ago
Daniel Pfeifer 9bad0dfcce LexerParser: move to custom directory 8 years ago
Daniel Pfeifer 5d1671324b cmConfigure: provide macros CM_EQ_DELETE and CM_DISABLE_COPY 8 years ago
Ben Boeckel 047a5e4d66 cmWorkingDirectory: add class for changing the workdir 9 years ago
Daniel Pfeifer 67303794f0 Combine all unexpected commands to a single class 9 years ago