summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmake: avoid marking local or unused variables as advancedBen Boeckel2020-01-202-2/+0
* FindOpenSSL: do not mark a local variable as advancedBen Boeckel2020-01-201-1/+1
* FindCurses: only mark CURSES_EXTRA_LIBRARY when it is usedBen Boeckel2020-01-201-1/+4
* FindOpenGL: only mark declared cache variables as advancedBen Boeckel2020-01-201-11/+32
* FindLua: only mark LUA_MATH_LIBRARY as advanced if requiredBen Boeckel2020-01-141-1/+2
* FindBoost: only mark Boost_DIR as advanced if definedBen Boeckel2020-01-141-1/+4
* CTest: avoid marking undeclared cache variables as advancedBen Boeckel2020-01-141-4/+0
* CPack: mark options as advanced only if definedBen Boeckel2020-01-141-32/+39
* Merge topic 'ninja_multi_config_support_cuda'Kyle Edwards2020-01-149-8/+145
|\
| * CUDA: Mult-Config Ninja generator now supports CUDARobert Maynard2020-01-139-8/+145
* | Merge topic 'tutorial'Brad King2020-01-1422-254/+242
|\ \
| * | Tutorial: Add the PRIVATE keyword to target_link_libraries commandBetsy McPhail2020-01-103-3/+3
| * | Tutorial: Remove 'Consumer' exampleBetsy McPhail2020-01-103-76/+0
| * | Tutorial: Improve "MultiPackage" exampleBetsy McPhail2020-01-1017-50/+95
| * | Tutorial: Add links to relevant CMake documentationBetsy McPhail2020-01-091-126/+145
* | | Merge topic 'cross-ninja-improve-error-handling'Brad King2020-01-143-9/+11
|\ \ \
| * | | Ninja Multi-Config: Improve error handling when not doing cross-config buildKyle Edwards2020-01-133-9/+11
| | |/ | |/|
* | | Merge branch 'release-3.16'Brad King2020-01-140-0/+0
|\ \ \
| * \ \ Merge topic 'vs-Fortran-link-flags' into release-3.16Brad King2020-01-141-0/+8
| |\ \ \
* | \ \ \ Merge topic 'vs-Fortran-link-flags'Brad King2020-01-141-0/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | VS: Add Fortran link flag table entries for /OPT:*Pavel Liavonau2020-01-131-0/+8
* | | | | Merge topic 'fix-global-autogen-target-help'Brad King2020-01-141-1/+1
|\ \ \ \ \
| * | | | | Help: Fix variable name on CMAKE_GLOBAL_AUTOGEN_TARGET pageJoerg Bornemann2020-01-131-1/+1
* | | | | | Merge topic 'xcode-default-warnings'Brad King2020-01-142-3/+5
|\ \ \ \ \ \
| * | | | | | Xcode: Drop hard-coded default warning flags like -WmostBrad King2020-01-132-3/+5
* | | | | | | Merge topic 'doc-user-interaction'Brad King2020-01-1410-1/+922
|\ \ \ \ \ \ \
| * | | | | | | Help: Add guides for user interactionStephen Kelly2020-01-138-0/+917
| * | | | | | | Utilities/Sphinx: Index guide-level documents for cross-referencingBrad King2020-01-132-0/+4
| * | | | | | | Utilities/Sphinx: Index document types only by top level directoryBrad King2020-01-131-1/+1
* | | | | | | | Merge branch 'release-3.16'Brad King2020-01-140-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge topic 'FindMatlab-r2019' into release-3.16Brad King2020-01-141-0/+2
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'FindMatlab-r2019'Brad King2020-01-141-0/+2
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | FindMatlab: add R2019a and R2019b MATLAB_VERSIONS_MAPPINGSilvio Traversaro2020-01-131-0/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'release-3.16'Brad King2020-01-140-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge topic 'FindMatlab-only-CXX' into release-3.16Brad King2020-01-141-4/+13
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'FindMatlab-only-CXX'Brad King2020-01-141-4/+13
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | FindMatlab: in matlab_add_mex use the correct version fileSilvio Traversaro2020-01-131-4/+13
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'vs_populate_CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES'Brad King2020-01-142-27/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | CUDA: MSVC generators fill CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIESRobert Maynard2020-01-102-27/+27
* | | | | | | | | CMake Nightly Date StampKitware Robot2020-01-141-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge topic 'target_compile_options-BEFORE-keyword'Brad King2020-01-1313-3/+92
|\ \ \ \ \ \ \ \
| * | | | | | | | target_compile_options: ensure BEFORE keyword is handled in all scopesMarc Chevrier2020-01-1113-3/+92
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'ninja-cross-build-disable'Brad King2020-01-1322-12/+148
|\ \ \ \ \ \ \ \
| * | | | | | | | Ninja Multi-Config: Make cross-config building opt-inKyle Edwards2020-01-1022-12/+148
* | | | | | | | | Merge topic 'findmpi-preserve-include-order'Brad King2020-01-131-28/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindMPI: Preserve include order when extracting component directoriesChuck Atkins2020-01-101-28/+8
* | | | | | | | | | Merge topic 'std-string'Brad King2020-01-133-40/+41
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmCacheManager: more members use std::stringVitaly Stakhovsky2020-01-063-40/+41
* | | | | | | | | | | Merge topic 'refactoring-STL-erase_if'Brad King2020-01-1317-23/+387
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Refactoring: suppress cmEraseIf in favor of cm::erase_ifMarc Chevrier2020-01-097-21/+18