Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'rename-macho-version-properties' | Craig Scott | 2020-03-12 | 8 | -37/+37 |
|\ | |||||
| * | macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSION | Brad King | 2020-03-12 | 8 | -37/+37 |
* | | Merge topic 'release-notes-minor-cleanups' | Brad King | 2020-03-10 | 1 | -13/+13 |
|\ \ | |||||
| * | | Help: Cleanup minor typos and grammar in 3.17 release notes | Craig Scott | 2020-03-10 | 1 | -13/+13 |
| * | | Merge topic 'doc-add_custom_command-depends' into release-3.17 | Brad King | 2020-03-06 | 1 | -14/+30 |
| |\ \ | |||||
| * \ \ | Merge topic 'doc-rel-3.16-updates' into release-3.17 | Brad King | 2020-03-04 | 1 | -0/+26 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'doc-3.17-relnotes' | Brad King | 2020-03-10 | 3 | -6/+9 |
|\ \ \ \ \ | |||||
| * | | | | | Help: Fix 3.17 release notes for Xcode scheme settings | Brad King | 2020-03-10 | 1 | -4/+7 |
| * | | | | | Help: Fix toctree order of Xcode scheme variable and property | Brad King | 2020-03-10 | 2 | -2/+2 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'file-CONFIGURE' | Brad King | 2020-03-10 | 2 | -0/+46 |
|\ \ \ \ \ | |||||
| * | | | | | file: Add CONFIGURE subcommand | Leander Beernaert | 2020-03-09 | 2 | -0/+46 |
* | | | | | | find_*: Add support for REQUIRED keyword | Sylvain Joubert | 2020-03-06 | 2 | -2/+13 |
* | | | | | | Merge topic 'doc-add_custom_command-depends' | Brad King | 2020-03-06 | 1 | -14/+30 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Help: Clarify add_custom_command DEPENDS conversion to file paths | Brad King | 2020-03-06 | 1 | -14/+30 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'FindPython-artifacts-scope' | Brad King | 2020-03-06 | 1 | -0/+6 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | FindPython: Add possibility to control scope of artifacts. | Marc Chevrier | 2020-03-05 | 1 | -0/+6 |
* | | | | | Merge topic 'macos_framework_postfix' | Kyle Edwards | 2020-03-05 | 6 | -0/+45 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG> | Alexandru Croitor | 2020-03-04 | 6 | -0/+45 |
* | | | | | Merge topic 'doc-rel-3.16-updates' | Brad King | 2020-03-04 | 1 | -0/+26 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Help: Update CMake 3.16 release notes for 3.16.5 | Brad King | 2020-02-27 | 1 | -0/+26 |
| * | | | | ObjC: Add _COMPILE_LAUNCHER support | Cristian Adam | 2020-01-09 | 2 | -2/+2 |
* | | | | | Merge topic 'FindPython-manage-SOABI-suffix' | Brad King | 2020-03-04 | 1 | -1/+3 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | FindPython: python_add_library can now manage SOABI suffix. | Marc Chevrier | 2020-03-03 | 1 | -1/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'cmake_command-eval' | Brad King | 2020-03-03 | 2 | -3/+53 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | cmake_command: Add command to EVAL a CMake script as a string | Cristian Adam | 2020-03-03 | 2 | -3/+53 |
* | | | | Merge topic 'ninja-multi-variable-shuffle-again' | Brad King | 2020-02-28 | 5 | -29/+30 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Ninja Multi-Config: Always generate build.ninja | Kyle Edwards | 2020-02-27 | 1 | -7/+8 |
| * | | | Ninja Multi-Config: Remove "NMC" from variable names | Kyle Edwards | 2020-02-27 | 5 | -22/+22 |
| * | | | Help: Clarify that the CTest resource allocation feature doesn't oversubscribe | Kyle Edwards | 2020-02-26 | 1 | -0/+9 |
* | | | | Merge topic 'tutorial-have-log-and-exp' | Brad King | 2020-02-27 | 2 | -2/+12 |
|\ \ \ \ | |||||
| * | | | | Tutorial: Update Step 5 to work on Windows | Betsy McPhail | 2020-02-27 | 2 | -2/+12 |
* | | | | | Merge topic 'Genex-LINK_LANGUAGE' | Brad King | 2020-02-27 | 2 | -0/+119 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...> | Marc Chevrier | 2020-02-26 | 2 | -0/+119 |
* | | | | | Merge topic 'cmake_command-command' | Brad King | 2020-02-27 | 5 | -0/+55 |
|\ \ \ \ \ | |||||
| * | | | | | cmake_command: Add command to INVOKE other commands by name | Cristian Adam | 2020-02-25 | 5 | -0/+55 |
* | | | | | | Merge topic 'execute_process_exclusive_capture' | Brad King | 2020-02-27 | 2 | -1/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | execute_process: Add ECHO_(OUTPUT|ERROR)_VARIABLE options | Cristian Adam | 2020-02-24 | 2 | -1/+17 |
* | | | | | | | Merge topic 'gen-tgt' | Brad King | 2020-02-27 | 1 | -31/+37 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: cmake-generator-expressions(7): Target-Dependent Queries | Joachim Wuttke (h) | 2020-02-25 | 1 | -31/+37 |
* | | | | | | | | Merge topic 'doc-cpack-ifw' | Brad King | 2020-02-27 | 1 | -38/+45 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: CPackIFW generator: offline installer | Joachim Wuttke (o) | 2020-02-20 | 1 | -38/+45 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'FindSWIG-components' | Marc Chevrier | 2020-02-27 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindSWIG: Add COMPONENTS support for SWIG target languages | Seth R Johnson | 2020-02-26 | 1 | -0/+5 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'vs-sln-deploy' | Brad King | 2020-02-26 | 3 | -0/+36 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||||
| * | | | | | | | VS: Add target property to explicitly control solution deployment | Alexander Boczar | 2020-02-25 | 3 | -0/+36 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'CPackRPM-trans-scripts' | Brad King | 2020-02-26 | 2 | -10/+21 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CPackRPM: Add PRE_/POST_TRANS scripts | Sarang Joshi | 2020-02-24 | 2 | -10/+21 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'cmake-cfg-intdir-ninja-multi' | Brad King | 2020-02-26 | 1 | -0/+7 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Help: Note that CMAKE_CFG_INTDIR is not fully supported on Ninja Multi-Config | Kyle Edwards | 2020-02-25 | 1 | -0/+7 |
* | | | | | | | Merge topic 'swig-fortran' | Marc Chevrier | 2020-02-25 | 1 | -0/+7 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | |