Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'fetchcontent-direct' | Craig Scott | 2024-05-18 | 19 | -54/+105 |
|\ | |||||
| * | FetchContent: Populate directly without a sub-build | Craig Scott | 2024-05-17 | 12 | -43/+94 |
| * | ExternalProject: Move more internal commands out of main file | Craig Scott | 2024-05-13 | 7 | -11/+11 |
* | | Merge topic 'ewilde/swift-static-try-compile' | Brad King | 2024-05-17 | 2 | -0/+15 |
|\ \ | |||||
| * | | Swift: Support static-library try-compile type | Evan Wilde | 2024-05-15 | 2 | -0/+15 |
| |/ | |||||
* | | Merge topic 'LINK_LIBRARY-Feature-properties' | Brad King | 2024-05-16 | 24 | -3/+127 |
|\ \ | |||||
| * | | GenEx $<LINK_LIBRARY>: Add the support of properties attached to features | Marc Chevrier | 2024-05-15 | 24 | -3/+127 |
* | | | Merge topic 'custom-command-output-hash-character' | Brad King | 2024-05-16 | 6 | -27/+9 |
|\ \ \ | |||||
| * | | | add_custom_command: Allow OUTPUT filenames containing a hash '#' character | Glenn Coombs | 2024-05-15 | 6 | -27/+9 |
* | | | | Merge topic 'import-std-experimental-docs' | Brad King | 2024-05-16 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | importstd: clarify when the experimental UUID must be available | Ben Boeckel | 2024-05-15 | 2 | -2/+2 |
* | | | | | Merge topic 'test-execute_process-abnormal-exit' | Brad King | 2024-05-15 | 8 | -17/+31 |
|\ \ \ \ \ | |||||
| * | | | | | Tests: Cover execute_process with abnormal exit on all platforms | Brad King | 2024-05-14 | 8 | -17/+31 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'cmp0037-message' | Brad King | 2024-05-15 | 9 | -0/+40 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | CMP0037: Restore diagnostic message for invalid ALIAS target names | Brad King | 2024-05-14 | 9 | -0/+40 |
| * | | | | Merge topic 'cxxmodules-build-export-different-directory' into release-3.28 | Brad King | 2024-05-03 | 10 | -0/+149 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge topic 'export-name-safe-name' into release-3.28 | Brad King | 2024-05-01 | 7 | -0/+298 |
| |\ \ \ \ \ | |||||
* | | | | | | | Tests: Avoid running VS 16+ tests when using a pre-v140 toolset | Brad King | 2024-05-13 | 2 | -2/+4 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge topic 'test-race-aix' | Brad King | 2024-05-13 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tests/RunCMake/install: Avoid intermittent failures on AIX | Brad King | 2024-05-10 | 1 | -0/+2 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Help: Document TARGET_PROPERTY genex behavior on unset property | Brad King | 2024-05-10 | 3 | -0/+8 |
|/ / / / / | |||||
* | | | | | Merge topic 'remove-vs9-generator' | Brad King | 2024-05-09 | 29 | -115/+25 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Drop Visual Studio 9 2008 generator | Brad King | 2024-05-08 | 29 | -115/+25 |
* | | | | | Tests/RunCMake/file-DOWNLOAD: Add option to control TLS_VERIFY failure URL | Brad King | 2024-05-08 | 3 | -2/+6 |
|/ / / / | |||||
* | | | | Merge topic 'FindBoost-remove' | Brad King | 2024-05-06 | 17 | -0/+81 |
|\ \ \ \ | |||||
| * | | | | FindBoost: Add policy to remove this module | Brad King | 2024-05-03 | 17 | -0/+81 |
* | | | | | Merge topic 'cpack-support-all-component-names' | Brad King | 2024-05-06 | 5 | -0/+81 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | CPack: Add tests for component containing problematic characters | Deniz Bahadir | 2024-05-01 | 5 | -0/+81 |
* | | | | | Merge topic 'cxxmodules-no-import-std-reason' | Brad King | 2024-05-03 | 7 | -1/+58 |
|\ \ \ \ \ | |||||
| * | | | | | Tests/CXXModules: add tests for C++26 `import std` support | Ben Boeckel | 2024-05-02 | 6 | -0/+52 |
| * | | | | | cxxmodules: give a reason for unavailability of `import std` | Ben Boeckel | 2024-05-02 | 1 | -1/+6 |
* | | | | | | Merge topic 'cxxmodules-build-export-different-directory' | Brad King | 2024-05-03 | 10 | -0/+149 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Merge branch 'cxxmodules-build-export-different-directory-3.28' into cxxmodul... | Ben Boeckel | 2024-05-02 | 10 | -0/+149 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | cmDyndepCollation: look at all `export(TARGETS)` calls | Ben Boeckel | 2024-05-02 | 10 | -0/+149 |
| * | | | | | Merge topic 'export-name-safe-name' into release-3.29 | Brad King | 2024-05-01 | 7 | -0/+298 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge topic 'exported-modules-with-headers' into release-3.29 | Brad King | 2024-04-30 | 10 | -0/+184 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
* | | | | | | Merge topic 'vs-filter-props' | Brad King | 2024-05-02 | 2 | -21/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | VS: Add option to import .props in .vcxproj.filters files | halx99 | 2024-05-01 | 2 | -21/+27 |
* | | | | | | | Merge topic 'fphsa-before-project' | Brad King | 2024-05-02 | 10 | -9/+38 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | FPHSA: Add hint for failure when called before project() | Brad King | 2024-05-01 | 10 | -9/+38 |
* | | | | | | | Merge topic 'genex-link-properties' | Brad King | 2024-05-01 | 16 | -2/+174 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | GenEx: Fix TARGET_PROPERTY evaluation of transitive link properties | Brad King | 2024-04-29 | 8 | -11/+23 |
| * | | | | | | | Tests: Cover TARGET_PROPERTY genex evaluation of transitive link properties | Brad King | 2024-04-29 | 4 | -1/+65 |
| * | | | | | | | Tests: Cover TARGET_PROPERTY genex evaluation of transitive build properties | Brad King | 2024-04-29 | 9 | -0/+96 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'export-name-safe-name' | Brad King | 2024-05-01 | 7 | -0/+298 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | cxxmodules: use filesystem-safe export names in filenames | Ben Boeckel | 2024-04-30 | 7 | -0/+298 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'lang-standard-latest' | Brad King | 2024-05-01 | 22 | -0/+114 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add CMAKE_<LANG>_STANDARD_LATEST variables | Tyler | 2024-04-30 | 22 | -0/+114 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'ps1-not-exe' | Brad King | 2024-05-01 | 1 | -0/+0 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Remove unnecessary executable permission from .ps1 scripts | Brad King | 2024-04-30 | 1 | -0/+0 |
| | |/ / / | |/| | | |