Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'cmake-presets-toolset-arch-config' into release-3.19 | Craig Scott | 2020-10-23 | 2 | -30/+68 |
|\ | | | | | | | | | | | | | 64afabdbcb CMakePresets.json: Split cmakeGeneratorConfig field Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5387 | ||||
| * | CMakePresets.json: Split cmakeGeneratorConfig field | Kyle Edwards | 2020-10-22 | 2 | -30/+68 |
| | | | | | | | | | | | | | | | | Make this field separate for both architecture and toolset. Allow architecture and toolset to be either strings or objects with value and strategy fields. Fixes: #21317 | ||||
* | | CMakePresets.json: Add ${sourceDirName} macro | Kyle Edwards | 2020-10-22 | 1 | -0/+5 |
|/ | | | | Fixes: #21312 | ||||
* | CMakePresets.json: Allow boolean for cache variable value | Kyle Edwards | 2020-10-21 | 2 | -6/+20 |
| | | | | Fixes: #21327 | ||||
* | Help: Add JSON schema for CMakePresets.json | Ben McMorran | 2020-10-20 | 3 | -0/+251 |
| | |||||
* | Help: Clarify purpose of warnings and errors | Kyle Edwards | 2020-10-19 | 1 | -4/+4 |
| | |||||
* | Help: Make architecture and toolset descriptions generic | Kyle Edwards | 2020-10-19 | 1 | -4/+4 |
| | |||||
* | Help: Add inheritance to CMakePresets.json example | Kyle Edwards | 2020-10-19 | 1 | -0/+7 |
| | |||||
* | Help: Add documentation for debug field | Kyle Edwards | 2020-10-19 | 1 | -0/+20 |
| | | | | Oops! | ||||
* | Help: Show environment field | Kyle Edwards | 2020-10-19 | 1 | -0/+4 |
| | |||||
* | Help: Show multiple ways of doing cacheVariables | Kyle Edwards | 2020-10-19 | 1 | -2/+3 |
| | | | | | This demonstrates both the simple string and the complex object, and ensures that they get automated testing. | ||||
* | Help: Move vendor field into example | Kyle Edwards | 2020-10-19 | 2 | -14/+12 |
| | | | | | This ensures that the vendor field gets automated testing from the example. | ||||
* | Help: s/unusedVars/unusedCli/ | Kyle Edwards | 2020-10-19 | 1 | -1/+1 |
| | | | | | | This was a mistake in the documentation. Fixes: #21303 | ||||
* | Help: Move CMakePresets.json documentation into a separate file | Kyle Edwards | 2020-10-19 | 4 | -329/+353 |
| | |||||
* | CMP0111: Clarify that the new error is on a missing property setting | Brad King | 2020-10-16 | 3 | -5/+12 |
| | | | | The previous wording could be confused with the file missing on disk. | ||||
* | Help: Fix invalid code-block in cmake(1) manual | Kyle Edwards | 2020-10-14 | 1 | -1/+1 |
| | | | | Fixes: #21304 | ||||
* | Merge topic 'FindPython-Apple-python3' into release-3.19 | Brad King | 2020-10-13 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | 5772ca0a53 FindPython: Ensure Apple Xcode python 3 is usable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5356 | ||||
| * | FindPython: Ensure Apple Xcode python 3 is usable | Marc Chevrier | 2020-10-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | The python 3 distributed as part of Xcode requires the specification of a 'rpath' pointing at frameowrks root for a correct execution. Fixes: #21293 | ||||
* | | Merge topic 'cmake-presets-documentation-fix' into release-3.19 | Kyle Edwards | 2020-10-12 | 2 | -26/+25 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 94c955e508 Tests: Test the CMakePresets.json example in the documentation d6af1e83bc Help: Fix documentation of CMakePresets.json's cacheVariables Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5353 | ||||
| * | | Tests: Test the CMakePresets.json example in the documentation | Kyle Edwards | 2020-10-09 | 2 | -25/+25 |
| | | | |||||
| * | | Help: Fix documentation of CMakePresets.json's cacheVariables | Kyle Edwards | 2020-10-09 | 1 | -4/+3 |
| |/ | | | | | | | | | | | cacheVariables is a map with variable names as the keys, but the example in the documentation was not updated to reflect this. Fix the example. | ||||
* | | Help: Fix documentation for Ninja Multi-Config's build.ninja | Kyle Edwards | 2020-10-09 | 1 | -2/+1 |
|/ | |||||
* | Help: Drop development topic notes to prepare release | Brad King | 2020-10-08 | 2 | -9/+0 |
| | | | | | Release versions do not have the development topic section of the CMake Release Notes index page. | ||||
* | Help: Update Sphinx versionadded directives for 3.19 release | Brad King | 2020-10-08 | 6 | -0/+12 |
| | | | | | | Run the script: Utilities/Sphinx/update_versions.py --since v3.18.0 --overwrite | ||||
* | Help: Organize and revise 3.19 release notes | Brad King | 2020-10-08 | 1 | -183/+217 |
| | | | | | Add section headers similar to the 3.18 release notes and move each individual bullet into an appropriate section. Revise a few bullets. | ||||
* | Help: Consolidate 3.19 release notes | Brad King | 2020-10-08 | 66 | -407/+288 |
| | | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.19.rst`. | ||||
* | Merge topic 'check_cuda_helpers' | Brad King | 2020-10-08 | 1 | -0/+14 |
|\ | | | | | | | | | | | | | | | 5c66ac31e6 CUDA: CheckLinkerFlag now supports CUDA da2622ff36 CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5338 | ||||
| * | CUDA: CheckLinkerFlag now supports CUDA | Robert Maynard | 2020-10-08 | 1 | -0/+3 |
| | | |||||
| * | CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlags | Robert Maynard | 2020-10-08 | 1 | -0/+11 |
| | | |||||
* | | Help: Add note about Visual Studio tools for Android | Kyle Edwards | 2020-10-07 | 1 | -4/+6 |
| | | |||||
* | | Help: Add ref to Ninja Generators section | Kyle Edwards | 2020-10-07 | 1 | -0/+2 |
| | | |||||
* | | Merge topic 'user-interaction-presets' | Brad King | 2020-10-07 | 1 | -0/+76 |
|\ \ | | | | | | | | | | | | | | | | | | | 4bdc1c0a2c Help: Update user interaction guide with presets info Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5340 | ||||
| * | | Help: Update user interaction guide with presets info | Kyle Edwards | 2020-10-06 | 1 | -0/+76 |
| | | | |||||
* | | | Merge topic 'cmake-presets-empty-var' | Brad King | 2020-10-07 | 1 | -15/+17 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | a395cb516b CMakePresets.json: Prohibit empty variable names Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5339 | ||||
| * | | CMakePresets.json: Prohibit empty variable names | Kyle Edwards | 2020-10-06 | 1 | -15/+17 |
| |/ | |||||
* | | Merge topic 'add_ispc_to_check_helpers' | Brad King | 2020-10-07 | 1 | -0/+8 |
|\ \ | | | | | | | | | | | | | | | | | | | e17e2c6a51 ISPC: CheckCompilerFlags and CheckSourceCompiles support ISPC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5337 | ||||
| * | | ISPC: CheckCompilerFlags and CheckSourceCompiles support ISPC | Robert Maynard | 2020-10-06 | 1 | -0/+8 |
| | | | |||||
* | | | Help: Add IDE integration guide | Kyle Edwards | 2020-10-06 | 3 | -0/+128 |
| |/ |/| | |||||
* | | Help: Add presets documentation and release notes | Kyle Edwards | 2020-10-05 | 3 | -0/+378 |
|/ | |||||
* | CMakeDetermineCompilerABI: Handle NVCC-style -Werror flags | Raul Tambre | 2020-10-04 | 1 | -0/+4 |
| | | | | | | NVCC doesn't require an equals sign for its -Werror flags. Fixes #21265. | ||||
* | Merge topic 'UseSWIG-output-source-file-properties' | Brad King | 2020-10-02 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | 4a81a0ce3d UseSWIG: Add OUTPUT_DIR and OUTFILE_DIR source file properties Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5303 | ||||
| * | UseSWIG: Add OUTPUT_DIR and OUTFILE_DIR source file properties | Marc Chevrier | 2020-09-30 | 1 | -0/+5 |
| | | | | | | | | | | | | | | These properties enable to manage output directories on per source file basis. Fixes: #21250 | ||||
* | | Merge topic 'execute_process-fatal-error' | Brad King | 2020-10-02 | 2 | -1/+12 |
|\ \ | | | | | | | | | | | | | | | | | | | 116a427eb1 execute_process: add options for fatal errors on subprocess failure Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5243 | ||||
| * | | execute_process: add options for fatal errors on subprocess failure | Asit Dhal | 2020-10-01 | 2 | -1/+12 |
| |/ | | | | | | | Fixes: #19930 | ||||
* | | Merge topic 'FindSWIG-version-range' | Craig Scott | 2020-10-02 | 1 | -0/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | 1d300ee2a9 FindSWIG: Add version range support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5306 | ||||
| * | | FindSWIG: Add version range support | Marc Chevrier | 2020-10-01 | 1 | -0/+4 |
| |/ | |||||
* | | Help/dev: Add maintainer guide steps for CI packaging pipeline updates | Brad King | 2020-10-01 | 1 | -1/+17 |
| | | |||||
* | | Merge topic 'genexpr-for-mfc-flag' | Brad King | 2020-10-01 | 2 | -0/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | c1f1eaf7a4 VS: Teach CMAKE_MFC_FLAG to support generator expressions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5283 | ||||
| * | | VS: Teach CMAKE_MFC_FLAG to support generator expressions | Andrey Starodubtsev | 2020-09-30 | 2 | -0/+7 |
| | | | |||||
* | | | Merge topic 'intel-clang' | Brad King | 2020-10-01 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 5c3a93ab88 Intel: Add Intel Clang compiler identification Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5300 |