Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Features: Add cxx_final. | Stephen Kelly | 2014-04-08 | 4 | -0/+9 | |
| * | | | | Features: Add cxx_static_assert. | Stephen Kelly | 2014-04-08 | 4 | -0/+11 | |
| * | | | | Features: Add cxx_constexpr. | Stephen Kelly | 2014-04-08 | 4 | -0/+14 | |
| * | | | | Features: Add cxx_variadic_templates. | Stephen Kelly | 2014-04-08 | 4 | -1/+85 | |
| * | | | | Features: Add cxx_delegating_constructors. | Stephen Kelly | 2014-04-08 | 4 | -1/+25 | |
* | | | | | Merge topic 'target_compile_features' | Brad King | 2014-04-15 | 118 | -21/+1209 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Export: Populate INTERFACE_COMPILE_FEATURES property. | Stephen Kelly | 2014-04-08 | 5 | -1/+29 | |
| * | | | | Add target_compile_features command. | Stephen Kelly | 2014-04-07 | 49 | -0/+342 | |
| * | | | | cmTargetPropCommandBase: Change the interface to return bool. | Stephen Kelly | 2014-04-07 | 10 | -16/+22 | |
| * | | | | cmTarget: Transitively evaluate compiler features. | Stephen Kelly | 2014-04-07 | 21 | -14/+203 | |
| * | | | | cmTarget: Allow populating COMPILE_FEATURES using generator expressions. | Stephen Kelly | 2014-04-07 | 10 | -9/+44 | |
| * | | | | Features: Add cxx_auto_type. | Stephen Kelly | 2014-04-07 | 16 | -2/+105 | |
| * | | | | cmTarget: Add COMPILE_FEATURES target property. | Stephen Kelly | 2014-04-07 | 7 | -0/+184 | |
| * | | | | project: Add infrastructure for recording CXX compiler features | Stephen Kelly | 2014-04-07 | 7 | -0/+124 | |
| * | | | | cmTarget: Add CXX_STANDARD and CXX_EXTENSION target properties. | Stephen Kelly | 2014-04-07 | 15 | -0/+137 | |
| * | | | | Add some COMPILE_OPTIONS for specifying C++ dialect. | Stephen Kelly | 2014-04-07 | 3 | -0/+30 | |
| * | | | | Tests: Require CMake 3.0 for the SystemInformation test. | Stephen Kelly | 2014-04-07 | 1 | -1/+1 | |
| * | | | | Don't load Clang-CXX from AppleClang-CXX. | Stephen Kelly | 2014-04-07 | 2 | -1/+11 | |
* | | | | | Merge topic 'aix-no-sstream' | Brad King | 2014-04-15 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | AIX: fix compilation error because of missing <sstream> | Rolf Eike Beer | 2014-04-14 | 1 | -1/+1 | |
* | | | | | | Merge topic 'CMP0051-typo' | Brad King | 2014-04-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Help: Fix typo in CMP0051. | Stephen Kelly | 2014-04-14 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'openbsd-sign-warning' | Brad King | 2014-04-15 | 1 | -6/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmELF: fix signedness warning on OpenBSD | Rolf Eike Beer | 2014-04-14 | 1 | -6/+9 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'mingw-archive-no-replace' | Brad King | 2014-04-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Windows-GNU: Support duplicate object names in large archives (#14874) | Brad King | 2014-04-14 | 1 | -2/+2 | |
* | | | | | | | Merge topic 'matches-cleanup' | Brad King | 2014-04-15 | 76 | -224/+192 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Replace MATCHES test on numbers with EQUAL test | Rolf Eike Beer | 2014-04-14 | 3 | -4/+4 | |
| * | | | | | | | Replace MATCHES ".+" tests with NOT STREQUAL "" | Rolf Eike Beer | 2014-04-14 | 14 | -18/+17 | |
| * | | | | | | | Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM where sufficient | Rolf Eike Beer | 2014-04-14 | 4 | -8/+8 | |
| * | | | | | | | Remove .* expressions from beginning and end of MATCHES regexs | Rolf Eike Beer | 2014-04-14 | 32 | -55/+55 | |
| * | | | | | | | Replace string(REGEX REPLACE) with string(REPLACE) where possible | Rolf Eike Beer | 2014-04-14 | 19 | -34/+32 | |
| * | | | | | | | Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex) | Rolf Eike Beer | 2014-04-14 | 26 | -109/+80 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'ninja-link-with-compile-flags' | Brad King | 2014-04-15 | 2 | -151/+165 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Ninja: set correct LANGUAGE_COMPILE_FLAGS when linking | Peter Kümmel | 2014-04-15 | 1 | -15/+14 | |
| * | | | | | | | Ninja: cmake formatting, make code more readable | Peter Kümmel | 2014-04-15 | 1 | -138/+153 | |
| * | | | | | | | MinGW: link like on Unix and use compile flags when linking | Peter Kümmel | 2014-04-15 | 1 | -2/+2 | |
* | | | | | | | | Merge topic 'libarchive-no-acl' | Brad King | 2014-04-15 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | libarchive: Skip finding libacl.h when ENABLE_ACL is OFF (#14866) | Mike Crowe | 2014-04-14 | 1 | -1/+5 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'CMakeDetermineVSServicePack-warn-deprecated' | Brad King | 2014-04-15 | 2 | -0/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | CMakeDetermineVSServicePack: Add deprecation diagnostic | Brad King | 2014-04-14 | 2 | -0/+13 | |
* | | | | | | | | | Merge topic 'fix-qthelp-installation' | Brad King | 2014-04-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Help: Fix installation of the Qt qch file. | Stephen Kelly | 2014-04-14 | 1 | -1/+1 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'ninja-win-link-path' | Brad King | 2014-04-15 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Ninja: replace \ in LINK_PATH for MinGW | Peter Kümmel | 2014-04-15 | 1 | -0/+2 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'fix-SourceFiles-configure-time' | Brad King | 2014-04-15 | 7 | -21/+92 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmTarget: Fix listing of source files at configure-time. | Stephen Kelly | 2014-04-13 | 7 | -21/+92 | |
* | | | | | | | | | | Merge topic 'openbsd-warnings' | Brad King | 2014-04-15 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | CTestCustom: Suppress warnings about rand() and srand() on OpenBSD | Rolf Eike Beer | 2014-04-15 | 1 | -0/+2 | |
* | | | | | | | | | | | Merge topic 'hpux-acc-ansi98' | Brad King | 2014-04-15 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ |