Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'FindBoost-meta-component-ALL' | Brad King | 2019-11-06 | 1 | -0/+3 |
|\ | |||||
| * | FindBoost: Prevent warning due to new meta-component "ALL" of Boost 1.73 | Deniz Bahadir | 2019-11-05 | 1 | -0/+3 |
* | | Merge branch 'release-3.16' | Brad King | 2019-11-06 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Merge topic 'xcode-restore-CMakeLists' into release-3.16 | Brad King | 2019-11-06 | 4 | -10/+35 |
| |\ \ | |||||
* | \ \ | Merge topic 'xcode-restore-CMakeLists' | Brad King | 2019-11-06 | 4 | -10/+35 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Xcode: Fix generated references to CMakeLists.txt files | Brad King | 2019-11-05 | 4 | -6/+27 |
| * | | | cmGlobalXCodeGenerator: Mark known source locations | Brad King | 2019-11-05 | 1 | -4/+8 |
| | |/ | |/| | |||||
* | | | Merge branch 'release-3.16' | Craig Scott | 2019-11-06 | 0 | -0/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge topic 'doc-discourse' into release-3.16 | Craig Scott | 2019-11-06 | 5 | -22/+19 |
| |\ \ | |||||
* | \ \ | Merge topic 'doc-discourse' | Craig Scott | 2019-11-06 | 5 | -22/+19 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | CMakeSystemSpecificInformation: Replace mailing list with Discourse Forum | Brad King | 2019-11-06 | 1 | -3/+3 |
| * | | | README: Replace link to mailing list the CMake Discourse Forum | Brad King | 2019-11-06 | 1 | -3/+3 |
| * | | | README: Update links to cmake.org pages | Brad King | 2019-11-05 | 1 | -3/+3 |
| * | | | Help: Replace links to mailing lists with links to our Discourse Forum | Brad King | 2019-11-05 | 1 | -7/+3 |
| * | | | CMakeCPack: Update Debian package contact email | Brad King | 2019-11-05 | 1 | -1/+1 |
| * | | | Help/dev: Update maintainer guide for Discourse transition | Brad King | 2019-11-05 | 1 | -5/+6 |
| | |/ | |/| | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-06 | 1 | -1/+1 |
* | | | Merge topic 'remove_sh_error_mingw' | Brad King | 2019-11-05 | 2 | -6/+6 |
|\ \ \ | |||||
| * | | | MinGW Makefiles: do not fail if sh.exe is present in the path | Johnny Jazeix | 2019-11-04 | 2 | -6/+6 |
* | | | | Merge branch 'release-3.16' | Brad King | 2019-11-05 | 0 | -0/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge branch 'findpostgres-10-and-older' into release-3.16 | Brad King | 2019-11-05 | 2 | -8/+28 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'source_group-tree' into release-3.16 | Brad King | 2019-11-05 | 3 | -5/+43 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'objc-pch' into release-3.16 | Brad King | 2019-11-05 | 4 | -10/+31 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'clarify_compile_features_documentation' into release-3.16 | Brad King | 2019-11-05 | 3 | -15/+15 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'docs-INSTALL_REMOVE_ENVIRONMENT_PATH' into release-3.16 | Brad King | 2019-11-05 | 3 | -12/+18 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge topic 'source_group-tree' | Brad King | 2019-11-05 | 3 | -5/+43 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| * | | | | | | | | source_group: ensure that passed file is not a directory | Mateusz Janek | 2019-11-04 | 3 | -5/+43 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'clarify_compile_features_documentation' | Brad King | 2019-11-05 | 3 | -15/+15 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | Help: Clarify what 'aware' means as it relates to C++ standards | Robert Maynard | 2019-11-04 | 3 | -15/+15 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'objc-pch' | Brad King | 2019-11-05 | 4 | -10/+31 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | PCH: Add support for OBJC/OBJCXX languages | Cristian Adam | 2019-11-03 | 4 | -10/+31 |
* | | | | | | | Merge topic 'findpostgres-10-and-older' | Brad King | 2019-11-05 | 2 | -8/+28 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | FindPostgreSQL: support version encoding used in pre-10 releases | Ben Boeckel | 2019-11-04 | 2 | -8/+28 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'FindCUDA-find-nvcc' | Brad King | 2019-11-05 | 1 | -3/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindCUDA: Use find_program instead of find_path when searching for nvcc. | Hong Xu | 2019-11-04 | 1 | -3/+6 |
* | | | | | | | Merge topic 'docs-INSTALL_REMOVE_ENVIRONMENT_PATH' | Brad King | 2019-11-05 | 3 | -12/+18 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Help: Fix inaccuracies in INSTALL_REMOVE_ENVIRONMENT_RPATH docs | Craig Scott | 2019-11-04 | 2 | -11/+17 |
| * | | | | | | RPATH: Remove stray indent in generated file(RPATH_CHANGE) command | Craig Scott | 2019-11-04 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'ctest-repeat-until-pass' | Brad King | 2019-11-05 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tests: Extend RunCMake.CTestCommandLine internal timeout for valgrind | Brad King | 2019-11-04 | 1 | -1/+1 |
* | | | | | | | Merge branch 'release-3.16' | Craig Scott | 2019-11-05 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Merge branch 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY' into release... | Craig Scott | 2019-11-05 | 12 | -6/+65 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY' | Craig Scott | 2019-11-05 | 12 | -6/+65 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY | Robert Maynard | 2019-11-04 | 12 | -6/+65 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-11-05 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge topic 'FindCUDA-find-nvcc' | Brad King | 2019-11-04 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindCUDA: Revert "Use find_program instead of find_path to find nvcc" | Brad King | 2019-11-04 | 1 | -2/+2 |
* | | | | | | | Merge topic 'message-check-types' | Craig Scott | 2019-11-04 | 58 | -194/+463 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Refactor: Use added message types in various modules | Alex Turbov | 2019-11-02 | 50 | -167/+213 |
| * | | | | | | | message: New message types to mark checks performed by CMake | Alex Turbov | 2019-11-02 | 8 | -27/+250 |