Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'GenerateExportHeader-custom-content' | Brad King | 2016-06-29 | 1 | -1/+1 |
|\ | |||||
| * | Tests: Run clang-format on GenerateExportHeader code | Brad King | 2016-06-29 | 1 | -1/+1 |
* | | Merge topic 'cmliblzma-static' | Brad King | 2016-06-29 | 1 | -5/+1 |
|\ \ | |||||
| * | | cmliblzma: always build as static library | Daniel Pfeifer | 2016-06-28 | 1 | -5/+1 |
* | | | Merge topic 'GenerateExportHeader-custom-content' | Brad King | 2016-06-29 | 5 | -4/+28 |
|\ \ \ | | |/ | |/| | |||||
| * | | GenerateExportHeader: Add option to specify custom content | Brad King | 2016-06-28 | 5 | -4/+28 |
| |/ | |||||
* | | Merge topic 'revert-try_compile-config-flags' | Brad King | 2016-06-29 | 5 | -34/+0 |
|\ \ | |||||
| * | | Revert "try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes" | Brad King | 2016-06-28 | 5 | -34/+0 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-29 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'doc-cross-reference-lang-standard-and-extensions' | Brad King | 2016-06-28 | 4 | -2/+8 |
|\ \ | |||||
| * | | Help: Cross reference CXX_STANDARD and CXX_EXTENSIONS (#16162) | Gregor Jasny | 2016-06-28 | 4 | -2/+8 |
| |/ | |||||
* | | Merge topic 'compiler-features' | Brad King | 2016-06-28 | 401 | -2124/+2303 |
|\ \ | |||||
| * \ | Merge branch 'unknown-aliased-target' into compiler-features | Brad King | 2016-06-28 | 2 | -20/+15 |
| |\ \ | |||||
| | * | | Validate target name in ALIASED_TARGET property getter | Gregor Jasny | 2016-06-26 | 2 | -20/+15 |
| * | | | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 201 | -1075/+1143 |
| * | | | cxx features: add check for nullptr | Daniel Pfeifer | 2016-06-27 | 4 | -0/+23 |
| * | | | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 216 | -1034/+1125 |
| * | | | CM_OVERRIDE: mark destructor overridden in the feature test. | Daniel Pfeifer | 2016-06-27 | 1 | -0/+2 |
* | | | | Merge topic 'FindHDF5-handle-unsuffixed' | Brad King | 2016-06-28 | 1 | -4/+21 |
|\ \ \ \ | |||||
| * | | | | FindHDF5: create all the *_LIBRARIES when using hdf5-config.cmake | Robert Maynard | 2016-06-24 | 1 | -0/+4 |
| * | | | | FindHDF5: cache the correct path to the high level libraries | Robert Maynard | 2016-06-24 | 1 | -3/+3 |
| * | | | | FindHDF5: When component targets not found fallback to compiler wrappers | Robert Maynard | 2016-06-23 | 1 | -0/+6 |
| * | | | | FindHDF5: Handle HDF5 builds with non-suffixed components | Robert Maynard | 2016-06-23 | 1 | -0/+7 |
| * | | | | FindHDF5: correctly add lang to each component target name. | Robert Maynard | 2016-06-23 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'ninja-no-rsp-for-rc' | Brad King | 2016-06-28 | 6 | -2/+28 |
|\ \ \ \ | |||||
| * | | | | ninja, rc: ignore CMAKE_NINJA_FORCE_RESPONSE_FILE for RC files | Ben Boeckel | 2016-06-27 | 6 | -2/+28 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-28 | 1 | -1/+1 |
* | | | | Merge branch 'release' | Brad King | 2016-06-27 | 0 | -0/+0 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Merge branch 'doc-osx-versions' into release | Brad King | 2016-06-23 | 3 | -13/+43 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'backport-GetPrerequisites-typo' into release | Brad King | 2016-06-23 | 1 | -1/+1 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'compiler-features' | Brad King | 2016-06-27 | 31 | -179/+243 |
|\ \ \ \ \ | |||||
| * | | | | | Add CM_OVERRIDE to some functions | Daniel Pfeifer | 2016-06-27 | 16 | -138/+146 |
| * | | | | | cxx features: add check for override | Daniel Pfeifer | 2016-06-27 | 4 | -0/+29 |
| * | | | | | Use <unordered_set> where available | Daniel Pfeifer | 2016-06-27 | 5 | -2/+18 |
| * | | | | | Make C++ feature checks extensible | Daniel Pfeifer | 2016-06-27 | 10 | -39/+50 |
* | | | | | | Merge topic 'ios-universal-fixes' | Brad King | 2016-06-27 | 1 | -2/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CMakeIOSInstallCombined: add some sanity checks | Ruslan Baratov | 2016-06-25 | 1 | -0/+7 |
| * | | | | | | CMakeIOSInstallCombined: do not merge content of OUTPUT and ERROR variables | Ruslan Baratov | 2016-06-25 | 1 | -2/+5 |
* | | | | | | | Merge topic 'ninja-osx-content-on-target' | Brad King | 2016-06-27 | 2 | -2/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ninja: Make bundle resources a dependency of their target | Florent Castelli | 2016-06-23 | 2 | -2/+7 |
* | | | | | | | | Merge topic 'doc-osx-versions' | Brad King | 2016-06-27 | 3 | -13/+43 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Help: Describe VERSION and SOVERSION meanings for Mach-O binaries | Bartosz Kosiorek | 2016-06-23 | 3 | -13/+43 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'GetPrerequisites-typo' | Brad King | 2016-06-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'backport-GetPrerequisites-typo' into GetPrerequisites-typo | Brad King | 2016-06-23 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| | * | | | | | | GetPrerequisites: fix typo in comment | Rolf Eike Beer | 2016-06-22 | 1 | -1/+1 |
| | |/ / / / / | |||||
| * | | | | | | GetPrerequisites: fix typo in comment | Rolf Eike Beer | 2016-06-23 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-27 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-26 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-25 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-24 | 1 | -1/+1 |
| |_|/ / |/| | | |