| Commit message (Expand) | Author | Age | Files | Lines |
* | Help: Drop development topic notes to prepare release | Brad King | 2022-10-11 | 1 | -7/+0 |
|
|
* | Help: Consolidate 3.25 release notes | Brad King | 2022-10-07 | 40 | -273/+0 |
|
|
* | Merge topic 'clang-tidy-prefer-p-option' | Brad King | 2022-10-07 | 1 | -0/+5 |
|\ |
|
| * | clang-tidy: Don't append compiler commands if using -p | Craig Scott | 2022-10-07 | 1 | -0/+5 |
|
|
* | | Merge topic 'try_compile-more-debug-logging' | Brad King | 2022-10-06 | 1 | -1/+4 |
|\ \
| |/
|/| |
|
| * | try_compile: Report build dir with --debug-trycompile | Matthew Woehlke | 2022-10-06 | 1 | -1/+4 |
|
|
* | | Help: Disambiguate cmake(1) program modes in Sphinx option references | Brad King | 2022-10-05 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'try_compile-no-cache' | Brad King | 2022-09-29 | 1 | -0/+5 |
|\ |
|
| * | try_compile: Add NO_CACHE option (also try_run) | Matthew Woehlke | 2022-09-28 | 1 | -0/+5 |
|
|
* | | Merge topic 'vs11-deprecate' | Brad King | 2022-09-28 | 1 | -0/+5 |
|\ \ |
|
| * | | Deprecate Visual Studio 11 2012 generator | Brad King | 2022-09-27 | 1 | -0/+5 |
| |/ |
|
* | | Merge topic 'cmake-presets-workflow' | Brad King | 2022-09-28 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | cmake: Add --workflow mode | Kyle Edwards | 2022-09-27 | 1 | -0/+4 |
|
|
* | | Merge topic 'remove-vs10-generator' | Brad King | 2022-09-27 | 1 | -0/+4 |
|\ \ |
|
| * | | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 1 | -0/+4 |
| |/ |
|
* | | Merge topic 'add_subdirectory_system' | Brad King | 2022-09-27 | 1 | -0/+10 |
|\ \ |
|
| * | | add_subdirectory: Add SYSTEM option | Da Quexian | 2022-09-26 | 1 | -0/+10 |
|
|
* | | | CPack/NSIS: Add options to set makensis arguments | Johnny Jazeix | 2022-09-26 | 1 | -0/+7 |
| |/
|/| |
|
* | | Genex LINK_LIBRARY: Add support for framework with postfix | Marc Chevrier | 2022-09-21 | 1 | -0/+5 |
|
|
* | | 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 |
|
|
* | | | Merge topic 'env-tls-certs' | Brad King | 2022-09-19 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmCurl: Honor OpenSSL certificate environment variables | Maxim Cournoyer | 2022-09-16 | 1 | -0/+6 |
|
|
* | | | Merge topic 'xcode-lib-dirs' | Brad King | 2022-09-16 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | Xcode: Do not append per-config suffixes to library search paths | Mikko Sivulainen | 2022-09-15 | 1 | -0/+6 |
|
|
* | | | | Merge topic 'add_tasking_compiler' | Brad King | 2022-09-15 | 1 | -0/+8 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Tasking: Add support for several compiler toolsets | Christoph Seitz | 2022-09-14 | 1 | -0/+8 |
| |/ / |
|
* | | | Merge topic 'MsvcDebugInformationFormatAbstraction' | Brad King | 2022-09-14 | 1 | -0/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | MSVC: Add abstraction for debug information format | Glen Chung | 2022-09-14 | 1 | -0/+7 |
|
|
* | | | LINUX: Set CMAKE_HOST_LINUX variable when running on a Linux host | Cristian Adam | 2022-09-09 | 1 | -0/+2 |
|
|
* | | | Merge topic 'BSD' | Brad King | 2022-09-09 | 2 | -9/+8 |
|\ \ \ |
|
| * | | | BSD: Set CMAKE_HOST_BSD variable on a BSD host | Cristian Adam | 2022-09-05 | 1 | -0/+3 |
|
|
| * | | | BSD: Only use BSD as variable for target BSD system | Cristian Adam | 2022-09-05 | 2 | -9/+5 |
|
|
* | | | | 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 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | try_compile: Add keyword-dispatched signature | Matthew Woehlke | 2022-09-05 | 1 | -0/+8 |
|
|
* | | | | Merge topic 'return-propagate-variables' | Brad King | 2022-09-07 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | return(): Propagate variables to result scope | Marc Chevrier | 2022-09-03 | 1 | -0/+5 |
| | |/ /
| |/| | |
|
* | | | | 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 'cpack-archive-custom-extension' | Brad King | 2022-09-07 | 1 | -0/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | CPack: allow custom file extension in archive generator | Andrey Filipenkov | 2022-09-01 | 1 | -0/+6 |
|
|
* | | | | Merge topic 'cmake-presets-package' | Brad King | 2022-09-02 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | CPack: Add support for presets | Kyle Edwards | 2022-08-31 | 1 | -0/+5 |
|
|
* | | | | | Merge topic 'E-capabilities-tls' | Brad King | 2022-09-02 | 1 | -0/+5 |
|\ \ \ \ \ |
|
| * | | | | | cmake -E capabilities: Tell whether TLS is enabled | Kyle Edwards | 2022-09-01 | 1 | -0/+5 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge topic 'add_language_levels_for_cxx26' | Brad King | 2022-09-01 | 1 | -0/+8 |
|\ \ \ \ \ |
|
| * | | | | | CMake: Support upcoming C++26 language level | Robert Maynard | 2022-08-31 | 1 | -0/+8 |
| |/ / / / |
|
* | | | | | Merge topic 'compiler-launcher-genexp' | Brad King | 2022-09-01 | 1 | -0/+5 |
|\ \ \ \ \ |
|
| * | | | | | COMPILER_LAUNCHER: Add support for generator expressions | Thomas Weißschuh | 2022-08-30 | 1 | -0/+5 |
| | |/ / /
| |/| | | |
|