Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Features: Add cxx_delegating_constructors. | Stephen Kelly | 2014-04-08 | 1 | -0/+3 | |
* | | | | Merge topic 'target_compile_features' | Brad King | 2014-04-15 | 8 | -1/+163 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Features: Add cxx_auto_type. | Stephen Kelly | 2014-04-07 | 2 | -0/+20 | |
| * | | | project: Add infrastructure for recording CXX compiler features | Stephen Kelly | 2014-04-07 | 4 | -0/+106 | |
| * | | | Add some COMPILE_OPTIONS for specifying C++ dialect. | Stephen Kelly | 2014-04-07 | 2 | -0/+26 | |
| * | | | Don't load Clang-CXX from AppleClang-CXX. | Stephen Kelly | 2014-04-07 | 2 | -1/+11 | |
* | | | | 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 branch 'rc-windres-with-dot' into release | Brad King | 2014-04-11 | 1 | -5/+6 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'Fortran-pgi-intel-arch' into release | Brad King | 2014-04-10 | 1 | -0/+4 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'CMakeDetermineVSServicePack-vs-11-update-4' into release | Brad King | 2014-04-10 | 1 | -41/+17 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'matches-cleanup' | Brad King | 2014-04-15 | 63 | -201/+169 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Replace MATCHES test on numbers with EQUAL test | Rolf Eike Beer | 2014-04-14 | 1 | -2/+2 | |
| * | | | | | | | 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 | 2 | -5/+5 | |
| * | | | | | | | Remove .* expressions from beginning and end of MATCHES regexs | Rolf Eike Beer | 2014-04-14 | 26 | -46/+46 | |
| * | | | | | | | Replace string(REGEX REPLACE) with string(REPLACE) where possible | Rolf Eike Beer | 2014-04-14 | 15 | -27/+25 | |
| * | | | | | | | Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex) | Rolf Eike Beer | 2014-04-14 | 24 | -105/+76 | |
* | | | | | | | | Merge topic 'ninja-link-with-compile-flags' | Brad King | 2014-04-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MinGW: link like on Unix and use compile flags when linking | Peter Kümmel | 2014-04-15 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'CMakeDetermineVSServicePack-warn-deprecated' | Brad King | 2014-04-15 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | CMakeDetermineVSServicePack: Add deprecation diagnostic | Brad King | 2014-04-14 | 1 | -0/+7 | |
| |/ / / / / / / | ||||||
* | | | | | | | | FindMPI: Use compiler implicit link dirs for matching language (#14870) | Melven Roehrig-Zoellner | 2014-04-11 | 1 | -9/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge topic 'CMakeDetermineVSServicePack-vs-11-update-4' | Brad King | 2014-04-11 | 1 | -41/+17 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | CMakeDetermineVSServicePack: Add VS 11 update 4 | Brad King | 2014-04-10 | 1 | -1/+3 | |
| * | | | | | | CMakeDetermineVSServicePack: Match versions more robustly | Brad King | 2014-04-10 | 1 | -31/+7 | |
| * | | | | | | CMakeDetermineVSServicePack: Format documentation | Brad King | 2014-04-10 | 1 | -10/+8 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge topic 'Fortran-pgi-intel-arch' | Brad King | 2014-04-11 | 1 | -0/+4 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Fortran: Detect pointer size on Intel archs with PGI (#14870) | Brad King | 2014-04-10 | 1 | -0/+4 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'revert-Android-platform' | Brad King | 2014-04-11 | 1 | -5/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Revert "Modules: Add an Andriod platform file" | Stephen Kelly | 2014-04-10 | 1 | -5/+0 | |
* | | | | | | Merge topic 'rc-windres-with-dot' | Brad King | 2014-04-11 | 1 | -5/+6 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | CMakeRCInformation: Recognize 'windres' tools with '.' in name (#14865) | Brad King | 2014-04-11 | 1 | -3/+4 | |
| * | | | | | CMakeRCInformation: Do not mention 'Fortran' in documentation | Brad King | 2014-04-11 | 1 | -2/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'watcom-link-quoting' | Brad King | 2014-04-11 | 1 | -2/+2 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Watcom: Use single quote for all file/path items in wlink command | Jiri Malak | 2014-04-08 | 1 | -2/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge topic 'ExternalProject_VCS-quiet' | Brad King | 2014-04-10 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | ExternalProject: Find VCS packages quietly | Daniele E. Domenichelli | 2014-04-04 | 1 | -4/+4 | |
* | | | | Merge topic 'Qt4Macros-moc-performance' | Brad King | 2014-04-04 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | Qt4Macros: Make QT4_CREATE_MOC_COMMAND a function | Robert Maynard | 2014-04-03 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge branch 'intel-14-version' into release | Brad King | 2014-03-14 | 2 | -2/+10 | |
| |\ | ||||||
* | \ | Merge topic 'watcom-platform-module-cleanup' | Brad King | 2014-04-03 | 1 | -23/+27 | |
|\ \ \ | ||||||
| * | | | Watcom: Cleanup Windows-wcl386 configuration | Jiri Malak | 2014-04-02 | 1 | -23/+27 | |
* | | | | Merge topic 'ExternalProject_exclude-from-all' | Brad King | 2014-04-03 | 1 | -5/+19 | |
|\ \ \ \ | ||||||
| * | | | | ExternalProject: Add EXCLUDE_FROM_ALL option to ExternalProject_Add | Daniele E. Domenichelli | 2014-04-01 | 1 | -0/+10 | |
| * | | | | ExternalProject: Add EXCLUDE_FROM_MAIN option to ExternalProject_Add_Step | Daniele E. Domenichelli | 2014-04-01 | 1 | -5/+9 | |
| |/ / / | ||||||
* | | | | Merge topic 'FindGTest-TEST_P' | Brad King | 2014-04-03 | 1 | -2/+10 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | FindGTest: Teach GTEST_ADD_TESTS about TEST_P | Jack Morrison | 2014-04-01 | 1 | -2/+10 | |
* | | | | Merge topic 'find_package-check-quiet' | Brad King | 2014-04-01 | 29 | -49/+186 | |
|\ \ \ \ | ||||||
| * | | | | Find*: Make find_package(.. QUIET) affect Check* modules. | Clinton Stimpson | 2014-03-30 | 13 | -11/+54 | |