- Aug 16, 2023
-
-
Brad King authored
-
- Aug 10, 2023
-
- Aug 08, 2023
-
- Aug 07, 2023
-
-
These were missed in commit aef057d0 (Help/guide: fix MathFunctionsTargets.cmake path in importing-exporting, 2023-05-26, v3.27.0-rc1~39^2) when a line was added to the example code.
-
- Aug 06, 2023
-
-
Craig Scott authored
-
- Aug 04, 2023
-
-
Craig Scott authored
-
Craig Scott authored
-
- Jul 26, 2023
-
-
Brad King authored
Issue: #25125
-
- Jul 25, 2023
-
-
Brad King authored
-
- Jul 19, 2023
-
-
Brad King authored
-
- Jul 18, 2023
-
- Jul 13, 2023
-
-
- Jul 12, 2023
-
-
Craig Scott authored
-
Craig Scott authored
Fixes: #25060
-
Craig Scott authored
Issue: #25060
-
- Jun 29, 2023
-
- Jun 28, 2023
-
-
Craig Scott authored
-
Brad King authored
Fixes: #25036
-
- Jun 26, 2023
-
-
Issue: #19445 Signed-off-by:
Ryan Friedman <ryanfriedman5410+github@gmail.com>
-
- Jun 23, 2023
-
-
Unfortunately it breaks in combination with LTO due to a bug in the GNU linker. Fixes: #25014
-
- Jun 22, 2023
-
- Jun 21, 2023
-
-
The `file(GENERATE)` does not mark the output as `GENERATED` currently or when the documentation that says so was added by commit 11615b29 (GENERATED: Improve the documentation of the GENERATED file property, 2018-01-03, v3.11.0-rc1~145^2).
-
- Jun 15, 2023
-
-
The solution for step 7 todo 5 did not include all of the code changes. Modify it to include the needed `#endif` code change.
-
- Jun 13, 2023
-
- Jun 07, 2023
-
-
- Jun 06, 2023
-
-
Brad King authored
Release versions do not have the development topic section of the CMake Release Notes index page.
-
Brad King authored
Run the script: Utilities/Sphinx/update_versions.py --since v3.26.0 --overwrite Manually remove directives added to new documentation of existing environment variables.
-
Brad King authored
Add section headers similar to the 3.26 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
-
Kyle Edwards authored
Fixes: #24972
-
- Jun 05, 2023
-
-
Brad King authored
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.27.rst`.
-
Projects can use the new command to request file API replies for the current run. No query files are generated, the query is tracked internally. Replies are created in the file system at generation time in the usual way. Fixes: #24951
-
- Jun 02, 2023
-
- Jun 01, 2023
-
-
It is now subsumed by the UUID setting completely.
-
- May 31, 2023
-
-
-
Ben Boeckel authored
Syntactic support for C++ header units has been removed, so a new UUID is warranted.
-
Ben Boeckel authored
There's no backing implementation for header units anyways, so just remove it for now.
-
- May 30, 2023
-
-
- Depends on cppdap and jsoncpp. - Add --debugger argument to enable the Debugger. - Add --debugger-pipe argument for DAP traffics over named pipes. - Support breakpoints by filenames and line numbers. - Support exception breakpoints. - Call stack shows filenames and line numbers. - Show Cache Variables. - Show the state of currently defined targets, tests and directories with their properties. - Add cmakeVersion to DAP initialize response. - Include unit tests. Co-authored-by:
Ben McMorran <bemcmorr@microsoft.com>
-
- May 26, 2023
-
-
Olivier Blin authored
It is using ${CMAKE_INSTALL_LIBDIR} and an extra "/MathFunctions" path suffix since these commits: - e58a76de Help/guide: fix importing-exporting CMake install destinations - 26cf661b Help/guide: use GNUInstallDirs in importing-exporting example
-