Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Features: Add cxx_deleted_functions. | Stephen Kelly | 2014-04-08 | 1 | -0/+1 | |
| * | | | | | Features: Add cxx_defaulted_functions. | Stephen Kelly | 2014-04-08 | 1 | -0/+1 | |
| * | | | | | Features: Add cxx_decltype. | Stephen Kelly | 2014-04-08 | 1 | -0/+1 | |
| * | | | | | Features: Add cxx_strong_enums. | Stephen Kelly | 2014-04-08 | 1 | -0/+1 | |
| * | | | | | Features: Add cxx_auto_function. | Stephen Kelly | 2014-04-08 | 1 | -0/+1 | |
| * | | | | | Features: Add cxx_override. | Stephen Kelly | 2014-04-08 | 1 | -0/+1 | |
| * | | | | | Features: Add cxx_final. | Stephen Kelly | 2014-04-08 | 1 | -0/+1 | |
| * | | | | | Features: Add cxx_static_assert. | Stephen Kelly | 2014-04-08 | 1 | -0/+3 | |
| * | | | | | Features: Add cxx_constexpr. | Stephen Kelly | 2014-04-08 | 1 | -0/+3 | |
| * | | | | | Features: Add cxx_variadic_templates. | Stephen Kelly | 2014-04-08 | 1 | -0/+13 | |
| * | | | | | 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 | |
| |/ / |