summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-nsis-dpi-aware'Brad King2020-04-156-0/+25
|\
| * CPack/NSIS: Add option for setting DPI-awareJohnny Jazeix2020-04-146-0/+25
* | 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 'doc-CMAKE_PREFIX_PATH-env-var'Brad King2020-04-153-9/+33
|\ \ \
| * | | Help: Convert find_package references to CMAKE_PREFIX_PATH to linksBrad King2020-04-141-9/+9
| * | | Help: Document the CMAKE_PREFIX_PATH environment variableJean-Michaƫl Celerier2020-04-142-0/+24
* | | | 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 'CMakePrintSystemInformation-processor'Brad King2020-04-151-1/+1
|\ \ \ \ \
| * | | | | CMakePrintSystemInformation: Add CMAKE_SYSTEM_PROCESSORJiri Malak2020-04-141-1/+1
* | | | | | Merge branch 'release-3.16'Brad King2020-04-150-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'ibmi-aix-exports' into release-3.16Brad King2020-04-141-2/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'FindMPI-pgi-spectrum-mpi-wrappers' into release-3.16Brad King2020-04-141-3/+3
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'release-3.17'Brad King2020-04-150-0/+0
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge topic 'ibmi-aix-exports' into release-3.17Brad King2020-04-151-2/+5
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
* | | | | | | | | | 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
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'release-3.17'Brad King2020-04-150-0/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'FindPython-if-auto-deref' into release-3.17Brad King2020-04-151-9/+9
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'FindPython-if-auto-deref'Brad King2020-04-151-9/+9
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | FindPython: remove extra dereferenceBen Boeckel2020-04-141-1/+1
| * | | | | | | | | FindPython: avoid autoderef in version comparisonsBen Boeckel2020-04-141-8/+8
* | | | | | | | | | Merge branch 'release-3.17'Brad King2020-04-150-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge topic 'FindCUDAToolkit-search-stubs' into release-3.17Brad King2020-04-151-2/+20
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'FindCUDAToolkit-search-stubs'Brad King2020-04-151-2/+20
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | FindCUDAToolkit searches stub location lastRobert Maynard2020-04-141-2/+20
* | | | | | | | | | | Merge branch 'release-3.17'Brad King2020-04-150-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'backport-3.17-file-upload-tls' into release-3.17Brad King2020-04-151-0/+7
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | file(UPLOAD): Add default ca_certsHarry Mallon2020-04-151-0/+7
| | | |/ / / / / / / / | | |/| | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2020-04-151-1/+1
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | Merge topic 'sort_list_natural_20563'Brad King2020-04-144-2/+56
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | list: add NATURAL sorting on SORT sub-commandJohnny Jazeix2020-04-134-2/+56
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge topic 'cmake-gui-system-processor'Brad King2020-04-141-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmake-gui: Pass CMAKE_SYSTEM_PROCESSOR to from gui to cmakeJiri Malak2020-04-131-0/+3
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'clang-tidy-9.0-changes'Brad King2020-04-1429-135/+107
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmConfigureFileCommand: simplify no-op argument handlingBen Boeckel2020-04-131-6/+20
| * | | | | | | | | | clang-tidy: address bugprone-sizeof-expression lintBen Boeckel2020-04-131-2/+4
| * | | | | | | | | | cmComputeLinkInformation: reserve space in built-up stringBen Boeckel2020-04-131-0/+1
| * | | | | | | | | | cmParseCacheCoverage: use cmSystemTools::SplitStringBen Boeckel2020-04-132-29/+4
| * | | | | | | | | | nits: replace some "c" instances with 'c'Ben Boeckel2020-04-134-7/+7
| * | | | | | | | | | cmMakefile: use std::string_viewBen Boeckel2020-04-131-1/+2
| * | | | | | | | | | clang-tidy: address readability-else-after-return lintBen Boeckel2020-04-132-2/+4
| * | | | | | | | | | clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-1320-87/+59
| * | | | | | | | | | clang-tidy: ignore making members staticBen Boeckel2020-04-131-0/+1
| * | | | | | | | | | TestDriver: avoid clang-tidy lints in generated codeBen Boeckel2020-04-131-2/+5
| * | | | | | | | | | clang-tidy: ignore the use-trailing-return-type lintBen Boeckel2020-04-131-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'UseJava-quoting'Brad King2020-04-141-3/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | UseJava: Quote -classpath argument correctly on more platformsBrad King2020-04-101-3/+9