Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'remove-vs10-generator' | Brad King | 2022-09-27 | 12 | -59/+19 |
|\ | |||||
| * | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 12 | -59/+19 |
* | | Merge topic 'add_subdirectory_system' | Brad King | 2022-09-27 | 5 | -10/+44 |
|\ \ | |||||
| * | | add_subdirectory: Add SYSTEM option | Da Quexian | 2022-09-26 | 5 | -10/+44 |
* | | | Merge topic 'cpack-nsis-arguments-command-line' | Brad King | 2022-09-27 | 2 | -0/+38 |
|\ \ \ | |_|/ |/| | | |||||
| * | | CPack/NSIS: Add options to set makensis arguments | Johnny Jazeix | 2022-09-26 | 2 | -0/+38 |
* | | | Merge topic 'doc-typo-fix' | Brad King | 2022-09-26 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Help/CPACK_START_MENU_SHORTCUTS: fix monospace markup | Ben Boeckel | 2022-09-23 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge topic 'cmake-presets-package-more-doc-fixes' | Brad King | 2022-09-26 | 2 | -1/+14 |
|\ \ \ | |/ / |/| | | |||||
| * | | Help: Add package preset to example presets file | Kyle Edwards | 2022-09-22 | 1 | -1/+10 |
| * | | Help: List packagePresets field in cmake-presets.7 | Kyle Edwards | 2022-09-22 | 1 | -0/+4 |
* | | | Merge topic 'try_compile-source-from' | Brad King | 2022-09-23 | 2 | -6/+50 |
|\ \ \ | |||||
| * | | | try_compile: Add SOURCE_FROM_FILE | Matthew Woehlke | 2022-09-22 | 2 | -2/+14 |
| * | | | try_compile: Add SOURCE_FROM_{ARG,VAR} | Matthew Woehlke | 2022-09-22 | 2 | -6/+38 |
* | | | | Genex LINK_LIBRARY: Add support for framework with postfix | Marc Chevrier | 2022-09-21 | 2 | -2/+12 |
| |/ / |/| | | |||||
* | | | Merge topic 'detect-lib_foo.a-msvc' | Brad King | 2022-09-20 | 1 | -0/+7 |
|\ \ \ | |||||
| * | | | MSVC: Teach find_library to consider the 'libfoo.a' naming convention | Yonggang Luo | 2022-09-19 | 1 | -0/+7 |
* | | | | Help: Link from add_custom_target to policy on BYPRODUCTS | Hinell | 2022-09-19 | 1 | -0/+2 |
| |/ / |/| | | |||||
* | | | Merge topic 'transitive-usage-reqs-lnks' | Brad King | 2022-09-19 | 10 | -33/+42 |
|\ \ \ | |||||
| * | | | Help: Link from usage requirement commands to detailed explanation | Hinell | 2022-09-16 | 10 | -33/+42 |
* | | | | Merge topic 'help-add-custom-comman-byproducts' | Brad King | 2022-09-19 | 2 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Help:custom_command: link policy on BYPRODUCTS | Hinell | 2022-09-16 | 2 | -0/+5 |
| |/ / / | |||||
* | | | | Merge topic 'env-tls-certs' | Brad King | 2022-09-19 | 4 | -0/+26 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | cmCurl: Honor OpenSSL certificate environment variables | Maxim Cournoyer | 2022-09-16 | 4 | -0/+26 |
* | | | | Merge topic 'try_compile-new-project-signature' | Brad King | 2022-09-16 | 1 | -2/+16 |
|\ \ \ \ | |||||
| * | | | | try_compile: Add PROJECT keyword-dispatched signature | Matthew Woehlke | 2022-09-14 | 1 | -2/+16 |
* | | | | | Merge topic 'xcode-lib-dirs' | Brad King | 2022-09-16 | 3 | -0/+34 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Xcode: Do not append per-config suffixes to library search paths | Mikko Sivulainen | 2022-09-15 | 3 | -0/+34 |
| |/ / / | |||||
* | | | | Merge topic 'add_tasking_compiler' | Brad King | 2022-09-15 | 4 | -0/+42 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Tasking: Add support for several compiler toolsets | Christoph Seitz | 2022-09-14 | 4 | -0/+42 |
| |/ / | |||||
* | | | Merge topic 'MsvcDebugInformationFormatAbstraction' | Brad King | 2022-09-14 | 9 | -0/+154 |
|\ \ \ | |/ / |/| | | |||||
| * | | MSVC: Add abstraction for debug information format | Glen Chung | 2022-09-14 | 9 | -0/+154 |
* | | | Merge branch 'release-3.24' | Brad King | 2022-09-13 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | CMake 3.24.2v3.24.2 | Brad King | 2022-09-13 | 1 | -3/+3 |
* | | | | Merge topic 'LINUX-host' | Brad King | 2022-09-13 | 3 | -0/+9 |
|\ \ \ \ | |||||
| * | | | | LINUX: Set CMAKE_HOST_LINUX variable when running on a Linux host | Cristian Adam | 2022-09-09 | 3 | -0/+9 |
* | | | | | Merge topic 'manual-toolchain' | Brad King | 2022-09-12 | 2 | -33/+46 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Help: Add links between cmake-{toolchains,presets}(7) | Hinell | 2022-09-09 | 2 | -33/+46 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'BSD' | Brad King | 2022-09-09 | 9 | -38/+18 |
|\ \ \ \ | |||||
| * | | | | BSD: Set CMAKE_HOST_BSD variable on a BSD host | Cristian Adam | 2022-09-05 | 3 | -0/+11 |
| * | | | | BSD: Only use BSD as variable for target BSD system | Cristian Adam | 2022-09-05 | 8 | -38/+7 |
* | | | | | UseSWIG: track generated Perl module files | Thomas Weißschuh | 2022-09-08 | 1 | -0/+5 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'try_compile-unique-bindir' | Brad King | 2022-09-07 | 3 | -46/+87 |
|\ \ \ \ | |||||
| * | | | | try_compile: Add keyword-dispatched signature | Matthew Woehlke | 2022-09-05 | 3 | -46/+87 |
* | | | | | Merge topic 'return-propagate-variables' | Brad King | 2022-09-07 | 6 | -4/+69 |
|\ \ \ \ \ | |||||
| * | | | | | return(): Propagate variables to result scope | Marc Chevrier | 2022-09-03 | 6 | -4/+69 |
* | | | | | | Merge topic 'cpack-reuse-cmake-tools' | Brad King | 2022-09-07 | 1 | -0/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack: re-use paths of tools discovered by CMakeFindBinUtils | Matteo Martelli | 2022-09-06 | 1 | -0/+7 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'tutorial_postfix_for_executables' | Brad King | 2022-09-07 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tutorial: Align step 12 prose with documentation | Markus Ferrell | 2022-09-05 | 1 | -2/+2 |
| | |_|/ / / | |/| | | | |