summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
* Help: The Xcode generator does not support per-config sourcesCraig Scott2022-10-081-0/+10
* Merge topic 'clang-tidy-prefer-p-option'Brad King2022-10-072-3/+20
|\
| * clang-tidy: Don't append compiler commands if using -pCraig Scott2022-10-072-3/+20
* | Merge topic 'tutorial_step5_update'Brad King2022-10-0716-61/+317
|\ \
| * | Tutorial: Update step 5 styleMarkus Ferrell2022-10-0616-61/+317
* | | Merge topic 'try_compile-more-debug-logging'Brad King2022-10-062-1/+9
|\ \ \ | |_|/ |/| |
| * | try_compile: Report build dir with --debug-trycompileMatthew Woehlke2022-10-062-1/+9
* | | Help: Disambiguate cmake(1) program modes in Sphinx option referencesBrad King2022-10-0513-30/+64
|/ /
* | Merge branch 'release-3.23'Brad King2022-10-041-3/+3
|\ \
| * | CMake 3.23.4v3.23.4Brad King2022-10-041-3/+3
* | | Merge topic 'improve-try_compile-debug-documentation'Brad King2022-10-042-12/+16
|\ \ \
| * | | Help: Improve try_compile debug documentationMatthew Woehlke2022-10-032-12/+16
| | |/ | |/|
* | | Merge topic 'fix-try_compile-doc-typo'Brad King2022-10-041-1/+1
|\ \ \
| * | | Help: Fix typo in try_compile documentationMatthew Woehlke2022-09-301-1/+1
| |/ /
* | | try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENTMatthew Woehlke2022-09-302-14/+15
|/ /
* | Merge topic 'try_compile-no-cache'Brad King2022-09-293-1/+33
|\ \
| * | try_compile: Add NO_CACHE option (also try_run)Matthew Woehlke2022-09-283-1/+33
* | | Merge topic 'tutorial_step4_update'Brad King2022-09-2910-32/+288
|\ \ \
| * | | Tutorial: Update step 4 styleMarkus Ferrell2022-09-2810-32/+288
* | | | Merge topic 'vs11-deprecate'Brad King2022-09-283-2/+14
|\ \ \ \
| * | | | Deprecate Visual Studio 11 2012 generatorBrad King2022-09-273-2/+14
| | |/ / | |/| |
* | | | Merge topic 'cmake-presets-workflow'Brad King2022-09-285-11/+179
|\ \ \ \ | |/ / / |/| | |
| * | | cmake: Add --workflow modeKyle Edwards2022-09-275-11/+179
* | | | Merge topic 'remove-vs10-generator'Brad King2022-09-2712-59/+19
|\ \ \ \
| * | | | Drop Visual Studio 10 2010 generatorBrad King2022-09-2612-59/+19
| |/ / /
* | | | Merge topic 'add_subdirectory_system'Brad King2022-09-275-10/+44
|\ \ \ \
| * | | | add_subdirectory: Add SYSTEM optionDa Quexian2022-09-265-10/+44
* | | | | Merge topic 'cpack-nsis-arguments-command-line'Brad King2022-09-272-0/+38
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CPack/NSIS: Add options to set makensis argumentsJohnny Jazeix2022-09-262-0/+38
* | | | | Merge topic 'doc-typo-fix'Brad King2022-09-261-1/+1
|\ \ \ \ \
| * | | | | Help/CPACK_START_MENU_SHORTCUTS: fix monospace markupBen Boeckel2022-09-231-1/+1
| |/ / / /
* | | | | Merge topic 'cmake-presets-package-more-doc-fixes'Brad King2022-09-262-1/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Help: Add package preset to example presets fileKyle Edwards2022-09-221-1/+10
| * | | | Help: List packagePresets field in cmake-presets.7Kyle Edwards2022-09-221-0/+4
* | | | | Merge topic 'try_compile-source-from'Brad King2022-09-232-6/+50
|\ \ \ \ \
| * | | | | try_compile: Add SOURCE_FROM_FILEMatthew Woehlke2022-09-222-2/+14
| * | | | | try_compile: Add SOURCE_FROM_{ARG,VAR}Matthew Woehlke2022-09-222-6/+38
* | | | | | Genex LINK_LIBRARY: Add support for framework with postfixMarc Chevrier2022-09-212-2/+12
| |/ / / / |/| | | |
* | | | | Merge topic 'detect-lib_foo.a-msvc'Brad King2022-09-201-0/+7
|\ \ \ \ \
| * | | | | MSVC: Teach find_library to consider the 'libfoo.a' naming conventionYonggang Luo2022-09-191-0/+7
* | | | | | Help: Link from add_custom_target to policy on BYPRODUCTSHinell2022-09-191-0/+2
| |/ / / / |/| | | |
* | | | | Merge topic 'transitive-usage-reqs-lnks'Brad King2022-09-1910-33/+42
|\ \ \ \ \
| * | | | | Help: Link from usage requirement commands to detailed explanationHinell2022-09-1610-33/+42
* | | | | | Merge topic 'help-add-custom-comman-byproducts'Brad King2022-09-192-0/+5
|\ \ \ \ \ \
| * | | | | | Help:custom_command: link policy on BYPRODUCTSHinell2022-09-162-0/+5
| |/ / / / /
* | | | | | Merge topic 'env-tls-certs'Brad King2022-09-194-0/+26
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cmCurl: Honor OpenSSL certificate environment variablesMaxim Cournoyer2022-09-164-0/+26
* | | | | | Merge topic 'try_compile-new-project-signature'Brad King2022-09-161-2/+16
|\ \ \ \ \ \
| * | | | | | try_compile: Add PROJECT keyword-dispatched signatureMatthew Woehlke2022-09-141-2/+16
* | | | | | | Merge topic 'xcode-lib-dirs'Brad King2022-09-163-0/+34
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |