summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'cmList-SUBLIST-regression'Brad King2023-06-202-1/+52
|\ | | | | | | | | | | | | | | 1cfaed0684 list(): restore SUBLIST behavior Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8569
| * list(): restore SUBLIST behaviorMarc Chevrier2023-06-162-1/+52
| | | | | | | | Fixes: #25002
* | CMake Nightly Date StampKitware Robot2023-06-201-1/+1
| |
* | CMake Nightly Date StampKitware Robot2023-06-191-1/+1
| |
* | CMake Nightly Date StampKitware Robot2023-06-181-1/+1
| |
* | CMake Nightly Date StampKitware Robot2023-06-171-1/+1
| |
* | Merge branch 'release-3.27'Brad King2023-06-160-0/+0
|\ \ | |/
| * Merge topic 'FindPostgreSQL-15' into release-3.27Brad King2023-06-161-2/+2
| |\ | | | | | | | | | | | | | | | | | | 80ba2cccfc FindPostgreSQL: Add support for version 15 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8568
* | \ Merge topic 'FindPostgreSQL-15'Brad King2023-06-161-2/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | 80ba2cccfc FindPostgreSQL: Add support for version 15 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8568
| * | FindPostgreSQL: Add support for version 15Brad King2023-06-161-2/+2
| |/
* | Merge topic 'CMake_TEST_FindPython2-3'Brad King2023-06-1623-390/+521
|\ \ | | | | | | | | | | | | | | | | | | 711d1da125 FindPython: add capability to select python version for the tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8565
| * | FindPython: add capability to select python version for the testsMarc Chevrier2023-06-1523-390/+521
| | |
* | | Merge branch 'release-3.27'Brad King2023-06-160-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'fix_tutorial_step7_solution_text' into release-3.27Brad King2023-06-161-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | a8679c997d Tutorial: Extend literal include to contain full code changes in solution Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8563
* | \ \ Merge topic 'fix_tutorial_step7_solution_text'Brad King2023-06-161-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | a8679c997d Tutorial: Extend literal include to contain full code changes in solution Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8563
| * | | Tutorial: Extend literal include to contain full code changes in solutionMarkus Ferrell2023-06-151-1/+1
| |/ / | | | | | | | | | | | | The solution for step 7 todo 5 did not include all of the code changes. Modify it to include the needed `#endif` code change.
* | | CMake Nightly Date StampKitware Robot2023-06-161-1/+1
| | |
* | | Merge topic 'cmuvprocesschain-external-stream-fd'Brad King2023-06-1514-92/+315
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b65d54e876 cmUVStreambuf: Update URL for example code 0878306386 cmUVStream: Add cmUVStreamRead() function b8fd273ed7 cmUVProcessChain: Return output and error streams as file descriptors ec81d40be4 cmUVPipeIStream: Add cmUVPipeIStream 3b6c5efc08 cm::append: Add support for std::basic_string on SPARC/SunPro Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8559
| * | | cmUVStreambuf: Update URL for example codeKyle Edwards2023-06-141-1/+2
| | | |
| * | | cmUVStream: Add cmUVStreamRead() functionKyle Edwards2023-06-142-0/+95
| | | |
| * | | cmUVProcessChain: Return output and error streams as file descriptorsKyle Edwards2023-06-149-89/+68
| | | |
| * | | cmUVPipeIStream: Add cmUVPipeIStreamKyle Edwards2023-06-143-0/+143
| | | |
| * | | cm::append: Add support for std::basic_string on SPARC/SunProKyle Edwards2023-06-141-2/+7
| | | |
* | | | Merge topic 'ccmake-keybinds'Brad King2023-06-152-12/+62
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | f601a55fc2 ccmake: Additional keybindings Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8527
| * | | ccmake: Additional keybindingsMartin Duffy2023-06-142-12/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the following keys to ccmake: - w: writes changes to cache file and quits without generating - N: jump to previous search result - Home: jump to first option - End: jump to last option
* | | | CMake Nightly Date StampKitware Robot2023-06-151-1/+1
|/ / /
* | | Merge topic 'cross-compiling-emulator-env-var'Brad King2023-06-148-0/+50
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7005dea005 CrossCompiling: Load CMAKE_CROSSCOMPILING_EMULATOR from environment Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8543
| * | | CrossCompiling: Load CMAKE_CROSSCOMPILING_EMULATOR from environmentMatt McCormick2023-06-138-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Read `CMAKE_CROSSCOMPILING_EMULATOR` from an environment variable of the same name if not specified with `-D` or an initial cache value. Along with existing environment variable settings such as `CMAKE_TOOLCHAIN_FILE`, cross compilation configuration can be more completely set via environment variables. Suggested-by: Henry Schreiner <henryschreineriii@gmail.com>
* | | | Merge topic 'remove-vs11-generator'Brad King2023-06-1430-303/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 536c1de1d4 Drop Visual Studio 11 2012 generator f444f172c3 cmVisualStudio10TargetGenerator: Remove unused VS-10-only code Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8562
| * | | | Drop Visual Studio 11 2012 generatorBrad King2023-06-1329-291/+23
| | | | | | | | | | | | | | | | | | | | This generator has been deprecated since CMake 3.25. Remove it.
| * | | | cmVisualStudio10TargetGenerator: Remove unused VS-10-only codeBrad King2023-06-131-12/+0
| | |/ / | |/| | | | | | | | | | | | | | Remove code that is not used since commit 8d6f015d59 (Drop Visual Studio 10 2010 generator, 2022-09-26, v3.25.0-rc1~78^2).
* | | | Merge topic 'ci-macos-ninja-multi-no-sccache'Brad King2023-06-141-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ac44557c7b ci: Disable sccache for macOS Ninja Multi-Config nightly job Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8560
| * | | | ci: Disable sccache for macOS Ninja Multi-Config nightly jobBrad King2023-06-131-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The job frequently fails during `ctest_build`, and the log shows sccache: Compiler killed by signal 9 It does not compile much anyway, so disable sccache pending further investigation.
* | | | Merge topic 'ci-ispc'Brad King2023-06-141-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15b1cdd67b ci: Update ISPC 1.20.0 macOS binary hashes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8557
| * | | | ci: Update ISPC 1.20.0 macOS binary hashesBrad King2023-06-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ISPC 1.20.0 release page on GitHub replaced existing macOS release binaries with new ones. Update the hashes added by commit 44d13f50a2 (ci: Update to ISPC 1.20.0, 2023-05-09, v3.27.0-rc1~110^2).
* | | | | Merge branch 'release-3.27'Brad King2023-06-140-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge topic 'doc-genex-TARGET_RUNTIME_DLL_DIRS' into release-3.27Brad King2023-06-141-0/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | acce355673 Help: Add 3.27 release note for TARGET_RUNTIME_DLL_DIRS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8558
* | \ \ \ \ Merge topic 'doc-genex-TARGET_RUNTIME_DLL_DIRS'Brad King2023-06-141-0/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | acce355673 Help: Add 3.27 release note for TARGET_RUNTIME_DLL_DIRS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8558
| * | | | | Help: Add 3.27 release note for TARGET_RUNTIME_DLL_DIRSBrad King2023-06-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was accidentally left out of commit 2ce3d62ffb (Help: add documentation for the new TARGET_RUNTIME_DLL_DIRS genex, 2023-02-26, v3.27.0-rc1~400^2~2).
* | | | | | Merge branch 'release-3.27'Brad King2023-06-140-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'improve-sphinx-check' into release-3.27Brad King2023-06-142-23/+19
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 528cdc7551 Utilities/Sphinx: Fix some flake8 gripes 4bd1beded4 Utilities/Sphinx: Don't ignore flake8 E402 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8561
* | | | | | Merge topic 'improve-sphinx-check'Brad King2023-06-142-23/+19
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 528cdc7551 Utilities/Sphinx: Fix some flake8 gripes 4bd1beded4 Utilities/Sphinx: Don't ignore flake8 E402 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8561
| * | | | | Utilities/Sphinx: Fix some flake8 gripesMatthew Woehlke2023-06-131-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | Reorder some imports to better conform to what flake8 wants.
| * | | | | Utilities/Sphinx: Don't ignore flake8 E402Matthew Woehlke2023-06-132-21/+18
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor commit 1f39a3cd1a (Utilities/Sphinx: Restore explicit check for Sphinx 2.x or later) to avoid needing to suppress flake8 E402. While ignoring it with respect to the docutils/sphinx imports and the sphinx version check was correct, the need to disable it for the whole file was suboptimal.
* | | | | CMake Nightly Date StampKitware Robot2023-06-141-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'cmuvprocesschain-input-file'Brad King2023-06-133-5/+56
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e329704546 cmUVProcessChain: Add support for SetExternalStream(Stream_INPUT) Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8552
| * | | | cmUVProcessChain: Add support for SetExternalStream(Stream_INPUT)Kyle Edwards2023-06-123-5/+56
| | | | |
* | | | | Merge branch 'release-3.27'Brad King2023-06-130-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'test-no-git' into release-3.27Brad King2023-06-132-5/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15d9d591bd Tests: Require git to enable RunCMake.CMP0150 test 0c2610bd30 Tests: Find GIT_EXECUTABLE early enough to use in all tests Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8556
* | \ \ \ \ Merge topic 'test-no-git'Brad King2023-06-132-5/+7
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15d9d591bd Tests: Require git to enable RunCMake.CMP0150 test 0c2610bd30 Tests: Find GIT_EXECUTABLE early enough to use in all tests Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8556