summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmMakefile: modernize memory managementMarc Chevrier2020-01-1416-168/+177
* CMake Nightly Date StampKitware Robot2020-01-141-1/+1
* Merge topic 'target_compile_options-BEFORE-keyword'Brad King2020-01-132-2/+12
|\
| * target_compile_options: ensure BEFORE keyword is handled in all scopesMarc Chevrier2020-01-112-2/+12
* | Merge topic 'ninja-cross-build-disable'Brad King2020-01-133-4/+25
|\ \
| * | Ninja Multi-Config: Make cross-config building opt-inKyle Edwards2020-01-103-4/+25
* | | Merge topic 'std-string'Brad King2020-01-133-40/+41
|\ \ \
| * | | cmCacheManager: more members use std::stringVitaly Stakhovsky2020-01-063-40/+41
* | | | Merge topic 'refactoring-STL-erase_if'Brad King2020-01-137-21/+18
|\ \ \ \
| * | | | Refactoring: suppress cmEraseIf in favor of cm::erase_ifMarc Chevrier2020-01-097-21/+18
* | | | | Merge topic 'out-of-dir-link-keyword'Brad King2020-01-132-1/+5
|\ \ \ \ \
| * | | | | target_link_libraries: Fix out-of-dir calls with debug/optimized keywordsBrad King2020-01-101-1/+1
| * | | | | target_link_libraries: Add FIXME comment for out-of-dir genex listBrad King2020-01-101-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge topic 'fix-cpack-deb-description-file'Brad King2020-01-131-2/+7
|\ \ \ \ \
| * | | | | CPack: Fix regression in DEB generator descriptionKyle Edwards2020-01-101-2/+7
| * | | | | Merge topic 'cuda-device-link-only-cuda' into release-3.16Brad King2020-01-101-17/+17
| |\ \ \ \ \
| * | | | | | ObjC: Add _COMPILE_LAUNCHER supportCristian Adam2020-01-093-3/+6
* | | | | | | Merge topic 'objc-visibility-inlines'Brad King2020-01-131-4/+5
|\ \ \ \ \ \ \
| * | | | | | | ObjC: Add VISIBLITY_INLINES_HIDDEN supportCristian Adam2020-01-101-4/+5
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2020-01-131-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2020-01-121-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2020-01-111-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'nsis-headerimage'Kyle Edwards2020-01-101-4/+9
|\ \ \ \ \ \
| * | | | | | CPack/NSIS: Add option for setting MUI_HEADERIMAGE_BITMAPJohnny Jazeix2020-01-021-4/+9
* | | | | | | Merge topic 'ninja-postgen-commands'Brad King2020-01-102-0/+48
|\ \ \ \ \ \ \
| * | | | | | | Ninja: clean ninja metadata once generatedBen Boeckel2020-01-062-0/+48
* | | | | | | | Merge topic 'cuda-device-link-only-cuda'Brad King2020-01-101-17/+17
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'backport-3.16-cuda-device-link-only-cuda'Brad King2020-01-091-17/+17
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | Merge branch 'backport-3.15-cuda-device-link-only-cuda'Brad King2020-01-091-17/+17
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | CUDA: Do not device link if target has no CUDA usageRobert Maynard2020-01-091-18/+18
| | | * | | | | | CMake 3.15.6v3.15.6Brad King2019-12-161-1/+1
| | | * | | | | | Merge branch 'backport-3.15-vs-v142-version' into release-3.15Brad King2019-12-121-9/+11
| | | |\ \ \ \ \ \
| | | | * | | | | | VS: Fix support for v142 toolset minor versions in VS 16.5+Brad King2019-12-121-9/+11
| | | * | | | | | | Check for support before adding bigtoc linker flagAlexander Grund2019-12-091-0/+25
| | | |/ / / / / /
| | | * | | | | | CMake 3.15.5v3.15.5Brad King2019-10-301-1/+1
| | | * | | | | | Merge branch 'vs-v142-csharp-flags' into release-3.15Brad King2019-10-111-2/+1
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'backport-vs-16.4-global-targets' into release-3.15Brad King2019-10-071-0/+4
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | VS: Tell VS 16.4 not to verify CMake-provided custom command outputsBrad King2019-10-071-0/+4
| | | * | | | | | | | Merge branch 'backport-xcode-scheme-custom-target' into release-3.15Brad King2019-10-021-1/+6
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Xcode: Restore CMAKE_XCODE_GENERATE_SCHEME for custom targetsBrad King2019-10-021-1/+6
| | | | |/ / / / / / /
* | | | | | | | | | | Merge topic 'objc-compiler-launcher'Brad King2020-01-103-3/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ObjC: Add _COMPILE_LAUNCHER supportCristian Adam2020-01-093-3/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'custom-target-FOLDER'Brad King2020-01-101-1/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add support for FOLDER target property to custom targetsLuca Cappa2020-01-091-1/+2
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'reduce_verbosity_find_package_debug_mode'Brad King2020-01-102-12/+35
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | find_package: Improve debug logging outputRobert Maynard2020-01-012-12/+35
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2020-01-101-1/+1
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-01-091-1/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'modernize-memory-management'Marc Chevrier2020-01-0839-254/+293
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-0739-254/+293