Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Help: Document that CPack Archive Generator <component> is all uppercase | David Faure | 2022-07-05 | 1 | -0/+2 | |
* | | | | | | Merge topic 'doc-TARGET_FILE-depends' | Brad King | 2022-07-05 | 1 | -0/+4 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Help: Document $<TARGET_FILE> dependency behavior | Robert Maynard | 2022-07-05 | 1 | -0/+4 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'docopt' | Brad King | 2022-07-05 | 1 | -4/+6 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Help: Clarify that option() is a boolean | Michael Hirsch | 2022-07-05 | 1 | -4/+6 | |
| |/ / / | ||||||
* | | | | Merge topic 'doc-CMP0131' | Brad King | 2022-07-05 | 2 | -5/+8 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | ||||||
| * | | Help: Mention CMP0131 in LINK_LIBRARIES docs | Craig Scott | 2022-07-05 | 2 | -5/+8 | |
| * | | Merge topic 'doc-LINK_LIBRARY_genex' into release-3.24 | Craig Scott | 2022-07-03 | 13 | -454/+502 | |
| |\ \ | ||||||
| * \ \ | Merge topic 'depguide-fetchcontent-versioning' into release-3.24 | Brad King | 2022-06-28 | 1 | -0/+4 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge topic 'doc-LINK_LIBRARY_genex' | Craig Scott | 2022-07-03 | 13 | -454/+502 | |
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | | | ||||||
| * | | | Help: Rework $<LINK_LIBRARY>, $<LINK_GROUP> and related docs | Craig Scott | 2022-07-03 | 13 | -454/+502 | |
* | | | | Merge topic 'log_level_command' | Brad King | 2022-06-29 | 4 | -0/+42 | |
|\ \ \ \ | ||||||
| * | | | | Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub command | Alexandru Croitor | 2022-06-28 | 4 | -0/+42 | |
* | | | | | Merge topic 'depguide-fetchcontent-versioning' | Brad King | 2022-06-28 | 1 | -0/+4 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Help: Mark features new to 3.24 in Using Dependencies Guide | FeRD (Frank Dana) | 2022-06-27 | 1 | -0/+4 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'doc-osx-cmp0126' | Brad King | 2022-06-28 | 1 | -1/+2 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||||
| * | | Help: Mention CMP0126 in CMAKE_OSX_* variable documentation | Da Quexian | 2022-06-27 | 1 | -1/+2 | |
| |/ | ||||||
| * | Merge topic 'rel-win-arm64' into release-3.24 | Brad King | 2022-06-23 | 1 | -0/+2 | |
| |\ | ||||||
| * \ | Merge topic 'vs-compile-batching' into release-3.24 | Brad King | 2022-06-23 | 4 | -8/+33 | |
| |\ \ | ||||||
* | \ \ | Merge topic 'findvulkan-volk' | Brad King | 2022-06-23 | 1 | -0/+5 | |
|\ \ \ \ | ||||||
| * | | | | FindVulkan: Add 'volk' component | Aiden Lambert | 2022-06-22 | 1 | -0/+5 | |
* | | | | | Merge topic 'findopenal-add-import-library' | Brad King | 2022-06-23 | 1 | -0/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindOpenAL: Add imported target | Sam V | 2022-06-22 | 1 | -0/+4 | |
* | | | | | | Merge topic 'rel-win-arm64' | Brad King | 2022-06-23 | 1 | -0/+2 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Help: Add release note for windows-arm64 binary | Brad King | 2022-06-22 | 1 | -0/+2 | |
* | | | | | | Merge topic 'vs-compile-batching' | Brad King | 2022-06-23 | 4 | -8/+33 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | VS: Add variable to to turn off Visual Studio compile batching | Brad King | 2022-06-22 | 4 | -4/+29 | |
| * | | | | | Help: Improve formatting in VS_NO_COMPILE_BATCHING docs | Brad King | 2022-06-22 | 1 | -4/+4 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'revert-pkgconfig-static-libs' | Brad King | 2022-06-23 | 1 | -5/+0 | |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | FindPkgConfig: Revert "Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET." | Brad King | 2022-06-22 | 1 | -5/+0 | |
| |/ / | ||||||
* | | | Merge topic 'add_export_no_system' | Brad King | 2022-06-21 | 4 | -0/+29 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Add EXPORT_NO_SYSTEM target property, deprecate IMPORTED_NO_SYSTEM | Da Quexian | 2022-06-17 | 4 | -0/+29 | |
* | | | Merge topic 'cpp-named-module-file-sets' | Brad King | 2022-06-17 | 15 | -20/+300 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | cmTarget: add support for C++ module fileset types | Ben Boeckel | 2022-06-16 | 15 | -20/+283 | |
| * | | cmExperimental: add an experimental feature to handle C++ modules | Ben Boeckel | 2022-06-14 | 1 | -0/+17 | |
* | | | Merge topic 'add_SYSTEM_prop' | Brad King | 2022-06-16 | 4 | -1/+26 | |
|\ \ \ | ||||||
| * | | | Add SYSTEM target property | Da Quexian | 2022-06-15 | 4 | -1/+26 | |
* | | | | Merge topic 'xcode-launch-mode' | Brad King | 2022-06-16 | 6 | -0/+45 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Xcode: Add Xcode SCHEME control for 'Launch' control | Harry Mallon | 2022-06-15 | 6 | -0/+45 | |
* | | | | Merge topic 'find_item-validation-function' | Brad King | 2022-06-15 | 2 | -0/+27 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | find_(program,library,file,path): add validation function | Marc Chevrier | 2022-06-14 | 2 | -0/+27 | |
| |/ / | ||||||
* | | | Merge topic 'doctop' | Brad King | 2022-06-14 | 2 | -6/+20 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Help: Clarify PROJECT_IS_TOP_LEVEL behavior w.r.t. add_subdirectory | Michael Hirsch | 2022-06-14 | 2 | -6/+20 | |
| * | Merge topic 'fetchcontent-global-targets' into release-3.24 | Brad King | 2022-06-11 | 1 | -4/+5 | |
| |\ | ||||||
* | \ | Merge topic 'fetchcontent-global-targets' | Brad King | 2022-06-11 | 1 | -4/+5 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Help: Add missing version directive for find_package() GLOBAL keyword | Craig Scott | 2022-06-10 | 1 | -4/+5 | |
* | | | Merge topic 'doc-3.24-release-notes-cleanup' | Brad King | 2022-06-11 | 2 | -24/+26 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Help: Minor cleanups of 3.24 release notes | Craig Scott | 2022-06-10 | 1 | -23/+25 | |
| * | | Help: Trivial grammar fixup in LINK_GROUPS genex | Craig Scott | 2022-06-10 | 1 | -1/+1 | |
* | | | Merge topic 'CheckIPOSupported-honor-flags' | Brad King | 2022-06-10 | 3 | -2/+25 | |
|\ \ \ | |/ / |