summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | GenEx: Add support for custom transitive link propertiesBrad King2024-05-216-6/+53
* | | | | | | GenEx: Add support for custom transitive compile propertiesBrad King2024-05-215-0/+115
* | | | | | | Help: Format TARGET_PROPERTY special evaluation rules as a definition listBrad King2024-05-211-16/+18
* | | | | | | Merge topic 'doc-macro'Brad King2024-05-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Help: Fix inaccurate use of "function" in macro docsDave Abrahams2024-05-211-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'typo-fix-issue'Brad King2024-05-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Tutorial: Fix grammar typo in Step 11FrankYin2024-05-171-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'cmp0097-fetchcontent'Brad King2024-05-201-3/+12
|\ \ \ \ \ \ \
| * | | | | | | Help: Document that CMP0097 is always NEW for FetchContentCraig Scott2024-05-171-3/+12
| |/ / / / / /
* | | | | | | Merge topic 'fetchcontent-direct'Craig Scott2024-05-183-0/+74
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | FetchContent: Populate directly without a sub-buildCraig Scott2024-05-173-0/+74
* | | | | | | Merge topic 'LINK_LIBRARY-Feature-properties'Brad King2024-05-166-0/+125
|\ \ \ \ \ \ \
| * | | | | | | GenEx $<LINK_LIBRARY>: Add the support of properties attached to featuresMarc Chevrier2024-05-156-0/+125
* | | | | | | | Merge topic 'custom-command-output-hash-character'Brad King2024-05-161-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | add_custom_command: Allow OUTPUT filenames containing a hash '#' characterGlenn Coombs2024-05-151-0/+6
* | | | | | | | | importstd: clarify when the experimental UUID must be availableBen Boeckel2024-05-151-1/+2
* | | | | | | | | Merge topic 'FindPython-WIN32-DEBUG'Brad King2024-05-141-0/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindPython: On Windows, Enhance python debug version supportMarc Chevrier2024-05-091-0/+20
| |/ / / / / / / /
* | | | | | | | | Merge topic 'help-options'Brad King2024-05-141-2/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Help: try_compile how to pass compiler optionsscivision2024-05-121-2/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'print-configure-generate-time'Brad King2024-05-131-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: Capture more complete configure/generate steps in printed durationsBrad King2024-05-101-0/+8
| |/ / / / / / /
* | | | | | | | Merge topic 'doc-TARGET_PROPERTY-unset'Brad King2024-05-131-4/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Help: Document TARGET_PROPERTY genex behavior on unset propertyBrad King2024-05-101-4/+6
* | | | | | | | Tutorial: Set CPACK_GENERATOR in Step 9betsy.mcphail2024-05-095-4/+11
|/ / / / / / /
* | | | | | | Merge topic 'remove-vs9-generator'Brad King2024-05-0916-61/+25
|\ \ \ \ \ \ \
| * | | | | | | Drop Visual Studio 9 2008 generatorBrad King2024-05-0816-61/+25
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'cmake-module-path-example'Brad King2024-05-091-1/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Help: Provide simple CMAKE_MODULE_PATH exampleJuan Ramos2024-05-071-1/+14
| |/ / / / /
* | | | | | Help: Clarify TARGET_PROPERTY genex evaluation of transitive propertiesBrad King2024-05-071-12/+18
* | | | | | Help: Add intro text to cmake-buildsystem(7) build properties sectionsBrad King2024-05-071-0/+12
| |/ / / / |/| | | |
* | | | | Merge branch 'release-3.29'Brad King2024-05-071-3/+3
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | CMake 3.29.3v3.29.3Brad King2024-05-071-3/+3
| * | | Merge branch 'release-3.28' into release-3.29Brad King2024-05-071-0/+6
| |\ \ \ | | | |/ | | |/|
* | | | Merge branch 'release-3.28'Brad King2024-05-071-0/+6
|\ \ \ \ | | |/ / | |/| |
| * | | CMake 3.28.5v3.28.5Brad King2024-05-071-0/+6
* | | | Merge topic 'FindBoost-remove'Brad King2024-05-063-0/+35
|\ \ \ \
| * | | | FindBoost: Add policy to remove this moduleBrad King2024-05-033-0/+35
* | | | | Help: Clarify cmake-buildsystem(7) compile properties section namesBrad King2024-05-033-13/+13
|/ / / /
* | | | Merge topic 'vs-filter-props'Brad King2024-05-023-0/+17
|\ \ \ \
| * | | | VS: Add option to import .props in .vcxproj.filters fileshalx992024-05-013-0/+17
* | | | | Merge topic 'FindOpenMP-runtime-msvc'Brad King2024-05-021-0/+5
|\ \ \ \ \
| * | | | | FindOpenMP: Add option to control OpenMP runtime with MSVCAxel Huebl2024-05-011-0/+5
| |/ / / /
* | | | | Merge topic 'genex-link-properties'Brad King2024-05-015-10/+77
|\ \ \ \ \
| * | | | | GenEx: Fix TARGET_PROPERTY evaluation of transitive link propertiesBrad King2024-04-295-4/+68
| * | | | | Help: Clarify CMP0099 documentation and summary textBrad King2024-04-292-6/+9
| |/ / / /
* | | | | Add CMAKE_<LANG>_STANDARD_LATEST variablesTyler2024-04-303-0/+70
|/ / / /
* | | | Merge topic 'help-fix-cmake_path-example'Craig Scott2024-04-281-1/+1
|\ \ \ \
| * | | | Help: Fix cmake_path exampleJuan Ramos2024-04-261-1/+1
* | | | | Help: CMP0135 applies to FetchContent as wellCraig Scott2024-04-272-10/+10
|/ / / /