summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2020-04-211-1/+1
* Merge topic 'device-link'Brad King2020-04-2015-197/+378
|\
| * CUDA: Device linking use now link optionsMarc Chevrier2020-04-1910-138/+243
| * Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK>Marc Chevrier2020-04-196-11/+110
| * cmGeneratorExpressionDAGChecker: introduce method Top()Marc Chevrier2020-04-182-48/+25
* | Merge topic 'update-kwsys'Brad King2020-04-202-7/+4
|\ \
| * | Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-04-172-7/+4
* | | Merge topic 'ninja-fortran-doc'Brad King2020-04-201-8/+1
|\ \ \
| * \ \ Merge branch 'backport-3.17-ninja-fortran-doc' into ninja-fortran-docBrad King2020-04-171-8/+1
| |\ \ \ | | |/ / | |/| |
| | * | Ninja: Document that Fortran support is available with Ninja 1.10+Brad King2020-04-171-8/+1
| | * | CMake 3.17.1v3.17.1Brad King2020-04-091-1/+1
| | * | Merge topic 'ccmake_incremental_log_display' into release-3.17Brad King2020-04-094-19/+48
| | |\ \
| | * \ \ Merge topic 'apple-arch-sysroots' into release-3.17Brad King2020-04-092-11/+29
| | |\ \ \
* | | | | | CMake Nightly Date StampKitware Robot2020-04-201-1/+1
* | | | | | Merge topic 'ctest-memcheck-sanitizers'Craig Scott2020-04-191-8/+5
|\ \ \ \ \ \
| * | | | | | CTest: Fix '-T MemCheck' command-line support for sanitizersBrad King2020-04-171-8/+5
* | | | | | | CMake Nightly Date StampKitware Robot2020-04-191-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'add-contains-to-cmext-algorithm'Marc Chevrier2020-04-1835-171/+149
|\ \ \ \ \ \
| * | | | | | Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-1735-171/+149
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2020-04-181-1/+1
|/ / / / /
* | | | | CMake Nightly Date StampKitware Robot2020-04-171-1/+1
* | | | | Merge topic 'cat_cmd_20557'Kyle Edwards2020-04-161-0/+35
|\ \ \ \ \
| * | | | | cmake -E: add cat command.Johnny Jazeix2020-04-151-0/+35
* | | | | | Merge topic 'cuda_architectures'Brad King2020-04-166-1/+103
|\ \ \ \ \ \
| * | | | | | CUDA: Add CUDA_ARCHITECTURES target propertyRaul Tambre2020-04-156-1/+103
* | | | | | | Merge topic 'makefile-target-special'Brad King2020-04-1614-63/+143
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Makefiles: Re-implement makefile target path escaping and quotingBrad King2020-04-151-5/+58
| * | | | | | Makefiles: Factor out makefile target path escaping and quotingBrad King2020-04-155-41/+49
| * | | | | | Makefiles: Convert paths with '#' on command-lines to short path on WindowsBrad King2020-04-151-1/+1
| * | | | | | Makefiles: Do not use '\#' escape sequence with Windows-style make toolsBrad King2020-04-154-4/+20
| * | | | | | cmDepends: Update types to always use a Makefile generatorBrad King2020-04-136-15/+20
| * | | | | | cmGlobalNinjaGenerator: Remove outdated commentBrad King2020-04-131-2/+0
* | | | | | | Merge topic 'update-kwsys'Brad King2020-04-163-11/+16
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-04-153-11/+16
| | |/ / / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2020-04-161-1/+1
* | | | | | | Merge topic 'cpack-nsis-dpi-aware'Brad King2020-04-151-0/+5
|\ \ \ \ \ \ \
| * | | | | | | CPack/NSIS: Add option for setting DPI-awareJohnny Jazeix2020-04-141-0/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'cmprop-source'Brad King2020-04-1518-183/+197
|\ \ \ \ \ \ \
| * | | | | | | cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-1418-181/+191
| * | | | | | | cmGlobalXCodeGenerator: Fix genex interpreter overloadsBrad King2020-04-141-2/+6
* | | | | | | | Merge topic 'msbuildUtf8Support'Brad King2020-04-1516-71/+127
|\ \ \ \ \ \ \ \
| * | | | | | | | Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-1316-71/+127
* | | | | | | | | Merge topic 'ibmi-aix-exports'Brad King2020-04-151-2/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | AIX: Activate symbol export/import IBM i (OS400)Brad King2020-04-141-2/+5
| * | | | | | | | CMake 3.16.6v3.16.6Brad King2020-04-101-1/+1
| * | | | | | | | Merge branch 'backport-3.16-link-libs-config-case' into release-3.16Brad King2020-03-301-5/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | target_link_libraries: Fix regression in case of $<CONFIG> genexBrad King2020-03-301-5/+2
| * | | | | | | | | Merge branch 'make-nested-silent' into release-3.16Brad King2020-03-261-1/+5
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2020-04-151-1/+1
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge topic 'sort_list_natural_20563'Brad King2020-04-141-2/+21
|\ \ \ \ \ \ \ \ \ \