summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Features: Add cxx_final.Stephen Kelly2014-04-084-0/+9
| * | | | Features: Add cxx_static_assert.Stephen Kelly2014-04-084-0/+11
| * | | | Features: Add cxx_constexpr.Stephen Kelly2014-04-084-0/+14
| * | | | Features: Add cxx_variadic_templates.Stephen Kelly2014-04-084-1/+85
| * | | | Features: Add cxx_delegating_constructors.Stephen Kelly2014-04-084-1/+25
* | | | | Merge topic 'target_compile_features'Brad King2014-04-15118-21/+1209
|\ \ \ \ \ | |/ / / /
| * | | | Export: Populate INTERFACE_COMPILE_FEATURES property.Stephen Kelly2014-04-085-1/+29
| * | | | Add target_compile_features command.Stephen Kelly2014-04-0749-0/+342
| * | | | cmTargetPropCommandBase: Change the interface to return bool.Stephen Kelly2014-04-0710-16/+22
| * | | | cmTarget: Transitively evaluate compiler features.Stephen Kelly2014-04-0721-14/+203
| * | | | cmTarget: Allow populating COMPILE_FEATURES using generator expressions.Stephen Kelly2014-04-0710-9/+44
| * | | | Features: Add cxx_auto_type.Stephen Kelly2014-04-0716-2/+105
| * | | | cmTarget: Add COMPILE_FEATURES target property.Stephen Kelly2014-04-077-0/+184
| * | | | project: Add infrastructure for recording CXX compiler featuresStephen Kelly2014-04-077-0/+124
| * | | | cmTarget: Add CXX_STANDARD and CXX_EXTENSION target properties.Stephen Kelly2014-04-0715-0/+137
| * | | | Add some COMPILE_OPTIONS for specifying C++ dialect.Stephen Kelly2014-04-073-0/+30
| * | | | Tests: Require CMake 3.0 for the SystemInformation test.Stephen Kelly2014-04-071-1/+1
| * | | | Don't load Clang-CXX from AppleClang-CXX.Stephen Kelly2014-04-072-1/+11
* | | | | Merge topic 'aix-no-sstream'Brad King2014-04-151-1/+1
|\ \ \ \ \
| * | | | | AIX: fix compilation error because of missing <sstream>Rolf Eike Beer2014-04-141-1/+1
* | | | | | Merge topic 'CMP0051-typo'Brad King2014-04-151-1/+1
|\ \ \ \ \ \
| * | | | | | Help: Fix typo in CMP0051.Stephen Kelly2014-04-141-1/+1
* | | | | | | Merge topic 'openbsd-sign-warning'Brad King2014-04-151-6/+9
|\ \ \ \ \ \ \
| * | | | | | | cmELF: fix signedness warning on OpenBSDRolf Eike Beer2014-04-141-6/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'mingw-archive-no-replace'Brad King2014-04-151-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Windows-GNU: Support duplicate object names in large archives (#14874)Brad King2014-04-141-2/+2
* | | | | | | Merge topic 'matches-cleanup'Brad King2014-04-1576-224/+192
|\ \ \ \ \ \ \
| * | | | | | | Replace MATCHES test on numbers with EQUAL testRolf Eike Beer2014-04-143-4/+4
| * | | | | | | Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-1414-18/+17
| * | | | | | | Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM where sufficientRolf Eike Beer2014-04-144-8/+8
| * | | | | | | Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-1432-55/+55
| * | | | | | | Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-1419-34/+32
| * | | | | | | Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-1426-109/+80
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'ninja-link-with-compile-flags'Brad King2014-04-152-151/+165
|\ \ \ \ \ \ \
| * | | | | | | Ninja: set correct LANGUAGE_COMPILE_FLAGS when linkingPeter Kümmel2014-04-151-15/+14
| * | | | | | | Ninja: cmake formatting, make code more readablePeter Kümmel2014-04-151-138/+153
| * | | | | | | MinGW: link like on Unix and use compile flags when linkingPeter Kümmel2014-04-151-2/+2
* | | | | | | | Merge topic 'libarchive-no-acl'Brad King2014-04-151-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | libarchive: Skip finding libacl.h when ENABLE_ACL is OFF (#14866)Mike Crowe2014-04-141-1/+5
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'CMakeDetermineVSServicePack-warn-deprecated'Brad King2014-04-152-0/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | CMakeDetermineVSServicePack: Add deprecation diagnosticBrad King2014-04-142-0/+13
* | | | | | | | | Merge topic 'fix-qthelp-installation'Brad King2014-04-151-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help: Fix installation of the Qt qch file.Stephen Kelly2014-04-141-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'ninja-win-link-path'Brad King2014-04-151-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ninja: replace \ in LINK_PATH for MinGWPeter Kümmel2014-04-151-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge topic 'fix-SourceFiles-configure-time'Brad King2014-04-157-21/+92
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmTarget: Fix listing of source files at configure-time.Stephen Kelly2014-04-137-21/+92
* | | | | | | | | | Merge topic 'openbsd-warnings'Brad King2014-04-151-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CTestCustom: Suppress warnings about rand() and srand() on OpenBSDRolf Eike Beer2014-04-151-0/+2
* | | | | | | | | | | Merge topic 'hpux-acc-ansi98'Brad King2014-04-151-2/+6
|\ \ \ \ \ \ \ \ \ \ \