summaryrefslogtreecommitdiff
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge topic 'ctest-add-ignore-no-tests-option'Kyle Edwards2020-02-032-0/+14
|\ \ \ \
| * | | | Add --no-tests=<[error|ignore]> option to CTestStefan Dinkelacker2020-01-312-0/+14
* | | | | Merge topic 'cpack-deprecate-old-macos-generators'Brad King2020-02-032-0/+11
|\ \ \ \ \
| * | | | | CPack: Deprecate OSXX11 generatorBrad King2020-01-311-0/+1
| * | | | | CPack: Deprecate PackageMaker generatorBrad King2020-01-312-0/+10
* | | | | | AIX: Add an option to disable automatic exports from shared librariesBrad King2020-01-315-0/+27
|/ / / / /
* | | | | Merge topic 'automoc-using-depfiles'Brad King2020-01-301-0/+3
|\ \ \ \ \
| * | | | | AutoGen: Use moc's feature to output dependenciesJoerg Bornemann2020-01-281-0/+3
* | | | | | Merge topic 'document_cmake_reserved_names'Brad King2020-01-303-0/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Help: Document which variable names CMake reserves.Robert Maynard2020-01-293-0/+10
* | | | | | Merge topic 'osx-version-flags'Brad King2020-01-286-6/+48
|\ \ \ \ \ \
| * | | | | | macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION propertiesIsuru Fernando2020-01-246-6/+48
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'QNX_CMAKE_SYSROOT'Brad King2020-01-281-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | QNX: Add support for CMAKE_SYSROOTStephen Kelly2020-01-271-0/+3
* | | | | | Merge topic 'cuda_runtime_library_controls'Brad King2020-01-286-0/+63
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CUDA: Add abstraction for cuda runtime selectionRobert Maynard2020-01-276-0/+63
* | | | | | Merge topic 'cpack-dmg-rtf-for-sla'Brad King2020-01-272-3/+13
|\ \ \ \ \ \
| * | | | | | CPack/DragNDrop: Support RTF licensesAndrew Fuller2020-01-242-3/+13
* | | | | | | Merge topic 'ninja-multi-cross-configs'Brad King2020-01-243-0/+14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Ninja Multi-Config: Add variable to control configs used in cross-config buildKyle Edwards2020-01-233-0/+14
| |/ / / / /
* | | | | | Merge topic 'vs-dotnet-standard-core'Brad King2020-01-248-6/+51
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | VS: Add support for .NET Standard and .NET CoreJoerg Bornemann2020-01-248-6/+51
* | | | | | Merge topic 'trace_json_timestamp'Brad King2020-01-241-3/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | trace: Add time and stack level to JSON output formatFrank Winklmeier2020-01-221-3/+11
| |/ / / /
* | | | | Ninja Multi-Config: Add variable to control aliases in build.ninjaKyle Edwards2020-01-223-1/+17
* | | | | Merge topic 'mark_as_advanced-without-cache'Brad King2020-01-224-0/+34
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | cmMarkAsAdvancedCommand: ignore variables which don't exist in the cacheBen Boeckel2020-01-204-0/+34
* | | | | MinGW: Update find_library to not find plain .dll filesBrad King2020-01-201-0/+6
* | | | | Merge topic 'fphsa-name-mismatch'Brad King2020-01-201-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | FPHSA: detect package name mismatchesBen Boeckel2020-01-141-0/+5
| |/ / /
* | | | Merge topic 'step5'Brad King2020-01-171-4/+10
|\ \ \ \
| * | | | Tutorial: Clarify Step 5Betsy McPhail2020-01-161-4/+10
| |/ / /
* | | | Merge topic 'out-of-dir-link-list'Brad King2020-01-171-3/+3
|\ \ \ \
| * | | | target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-161-3/+3
| |/ / /
* | | | Merge topic 'cmake-ctest-arguments'Brad King2020-01-173-0/+13
|\ \ \ \
| * | | | Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctestRobert Goulet2020-01-153-0/+13
| |/ / /
* | | | Merge topic 'rename-cross-config-variable'Brad King2020-01-174-14/+18
|\ \ \ \
| * | | | Ninja Multi-Config: Rename variable to be more consistentKyle Edwards2020-01-164-14/+18
| |/ / /
* | | | Merge topic 'cpack-custom-dmg-names'Craig Scott2020-01-172-0/+14
|\ \ \ \
| * | | | CPack/DragNDrop: Support CPACK_DMG_<component>_FILE_NAMEAndrew Fuller2020-01-162-0/+14
* | | | | Ninja: Add a separate job pool for PCH creationDan Johnston2020-01-164-0/+29
| |/ / / |/| | |
* | | | Merge topic 'tutorial'Brad King2020-01-1421-252/+239
|\ \ \ \
| * | | | Tutorial: Add the PRIVATE keyword to target_link_libraries commandBetsy McPhail2020-01-103-3/+3
| * | | | Tutorial: Remove 'Consumer' exampleBetsy McPhail2020-01-103-76/+0
| * | | | Tutorial: Improve "MultiPackage" exampleBetsy McPhail2020-01-1016-48/+92
| * | | | Tutorial: Add links to relevant CMake documentationBetsy McPhail2020-01-091-126/+145
* | | | | Merge topic 'fix-global-autogen-target-help'Brad King2020-01-141-1/+1
|\ \ \ \ \
| * | | | | Help: Fix variable name on CMAKE_GLOBAL_AUTOGEN_TARGET pageJoerg Bornemann2020-01-131-1/+1
* | | | | | Merge topic 'xcode-default-warnings'Brad King2020-01-141-0/+5
|\ \ \ \ \ \
| * | | | | | Xcode: Drop hard-coded default warning flags like -WmostBrad King2020-01-131-0/+5