summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmake: Refactor file extension list setupSebastian Holtermann2019-07-042-48/+72
* Autogen: Use cmake::IsHeader/SourceExtension for file type detectionSebastian Holtermann2019-07-041-17/+14
* Merge topic 'deprecate-policy-old'Brad King2019-07-021-1/+1
|\
| * Add deprecation warnings for policies CMP0067 and belowBrad King2019-07-011-1/+1
* | Merge topic 'double-export-error-message'Brad King2019-07-022-25/+27
|\ \
| * | cmExportBuildFileGenerator: improve error messageBen Boeckel2019-06-272-25/+27
* | | Merge topic 'qt-5.13'Brad King2019-07-021-1/+1
|\ \ \
| * | | QtDialog: Use QPalette::WindowText instead of QPalette::ForegroundSebastian Holtermann2019-07-011-1/+1
* | | | Merge topic 'cuda-no-device-link-when-disabled'Brad King2019-07-024-11/+9
|\ \ \ \
| * | | | CUDA: Do not device link if CUDA is not an enabled languageRobert Maynard2019-07-014-11/+9
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2019-07-021-1/+1
| |_|/ |/| |
* | | Merge topic 'remove_unneeded_variables_from_cmFindPackageCommand'Brad King2019-07-011-6/+0
|\ \ \
| * | | Remove unused variables from cmFindPackageCommandRobert Maynard2019-06-261-6/+0
| | |/ | |/|
* | | Merge topic 'bug/19436'Craig Scott2019-07-011-1/+1
|\ \ \
| * | | list(POP_FRONT): Fix always assigning first item to output varsAlex Turbov2019-06-301-1/+1
| | |/ | |/|
| * | CMake 3.15.0-rc3v3.15.0-rc3Brad King2019-06-271-1/+1
| * | Merge branch 'cuda-msvc-runtime-library' into release-3.15Brad King2019-06-261-15/+11
| |\ \
| * \ \ Merge branch 'export-targets-empty' into release-3.15Brad King2019-06-261-2/+9
| |\ \ \
* | | | | CMake Nightly Date StampKitware Robot2019-07-011-1/+1
* | | | | CMake Nightly Date StampKitware Robot2019-06-301-1/+1
* | | | | CMake Nightly Date StampKitware Robot2019-06-291-1/+1
* | | | | CMake Nightly Date StampKitware Robot2019-06-281-1/+1
* | | | | Merge topic 'vs-dpi-aware'Brad King2019-06-271-8/+25
|\ \ \ \ \
| * | | | | VS: Add VS_DPI_AWARE target propertyMatt Weir2019-06-261-8/+25
* | | | | | Merge topic 'cuda-msvc-runtime-library'Brad King2019-06-271-15/+11
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | VS: Use AddLanguageFlags to de-duplicate CMAKE_{CUDA,ASM*}_FLAGS lookupBrad King2019-06-261-15/+11
* | | | | | CMake Nightly Date StampKitware Robot2019-06-271-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'build-install-rpath-genex'Brad King2019-06-263-11/+48
|\ \ \ \ \
| * | | | | BUILD_RPATH/INSTALL_RPATH: Add generator expression supportKyle Edwards2019-06-253-11/+48
* | | | | | Merge topic 'implicit-includes-realpath'Brad King2019-06-261-3/+5
|\ \ \ \ \ \
| * | | | | | Normalize paths when checking for implicit include dirsDaniel Scharrer2019-06-221-3/+5
* | | | | | | Merge topic 'fix-xcode6-compilation'Brad King2019-06-261-4/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix Xcode 6.1.1 compilation issueRaffi Enficiaud2019-06-251-4/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'export-targets-empty'Brad King2019-06-261-2/+9
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | export: Restore support for empty TARGETS listBrad King2019-06-251-2/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'ninja-nvcc-rsp'Brad King2019-06-261-13/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Ninja: Fix CUDA device linking when using response filesFrancisco Facioni2019-06-251-13/+2
| |/ / / /
| * | | | CMake 3.15.0-rc2v3.15.0-rc2Brad King2019-06-191-1/+1
| * | | | Merge branch 'find_package_prefer_config_fix' into release-3.15Brad King2019-06-172-5/+24
| |\ \ \ \
| * \ \ \ \ Merge branch 'capabilities-fileapi' into release-3.15Brad King2019-06-171-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'cmake-gui-qt-notice' into release-3.15Craig Scott2019-06-131-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'capabilities-fileapi' into release-3.15Brad King2019-06-126-26/+63
| |\ \ \ \ \ \ \
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-06-261-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge topic 'refactor/use-unique_ptr'Brad King2019-06-2510-61/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | modermize: replace some raw pointers w/ `unique_ptr`Alex Turbov2019-06-2410-61/+42
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-06-251-1/+1
* | | | | | | | | Merge topic 'vs-ce-deploy'Brad King2019-06-241-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | VS10Generator: add project properties to enable WindowsCE deployment.Wil Stark2019-06-191-0/+5
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-06-241-1/+1
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-06-231-1/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |