summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge topic 'update-documentation'Brad King2019-03-132-6/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake: Upgrade 'cmake -E' commands descriptionBartosz Kosiorek2019-03-122-6/+14
* | | | | | | | | | Merge topic 'cuda_compiler_generator_expressions'Brad King2019-03-134-2/+70
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CUDA: Support compiler id and version generator expressionsRobert Maynard2019-03-114-0/+68
| * | | | | | | | | | All VersionNode use the same capitalization patternRobert Maynard2019-03-111-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'ignore-json-deprecated-warnings'Brad King2019-03-131-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | JsonCpp: Ignore deprecation warningsChuck Atkins2019-03-121-0/+4
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'release-3.14'Brad King2019-03-130-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'revert-vs-msbuild-arch' into release-3.14Brad King2019-03-121-12/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'wix-cmake-downgrade-fix' into release-3.14Brad King2019-03-121-0/+2
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'release-3.13'Brad King2019-03-130-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'wix-cmake-downgrade-fix' into release-3.13Brad King2019-03-121-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'revert-vs-msbuild-arch'Brad King2019-03-131-12/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | VS: Revert "Use MSBuild matching toolset host architecture"Brad King2019-03-121-12/+0
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'wix-cmake-downgrade-fix'Brad King2019-03-131-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | CMake: Fix WiX installer downgrades with versioned binariesNils Gladitz2019-03-121-0/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-03-131-1/+1
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Merge topic 'FindBoost-dyn-link'Brad King2019-03-121-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindBoost: always define BOOST_ALL_DYN_LINK for Boost::dynamic_linkingNeroBurner2019-03-111-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'shell_path'Brad King2019-03-127-12/+78
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Genex: Teach SHELL_PATH to support a list of pathsHenri Manson2019-03-117-4/+54
| * | | | | | | | | Tests: Generalize GeneratorExpression MSYS path conversion workaroundBrad King2019-03-112-8/+24
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-03-121-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'FindSWIG-advanced-exe'Brad King2019-03-111-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | FindSWIG: mark_as_advanced SWIG_EXECUTABLE for cleaner cache displaySylvain Joubert2019-03-081-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-03-111-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-03-101-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2019-03-091-1/+1
* | | | | | | Merge topic 'optimize-properties-processing'Brad King2019-03-081-67/+159
|\ \ \ \ \ \ \
| * | | | | | | Optimize target properties processing at generation stepMarc Chevrier2019-03-071-67/+159
* | | | | | | | Merge topic 'cmalgorithm-modernize-cmremoveduplicates'Brad King2019-03-081-18/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | cmAlgorithms: Refactor cmRemoveDuplicatesArtur Ryt2019-03-061-18/+36
* | | | | | | | | Merge topic 'enable_testing'Brad King2019-03-082-5/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help: for command enable_testing, explain relation to module CTest.Joachim Wuttke (o)2019-03-072-5/+13
* | | | | | | | | | Merge topic 'find-pthread-update'Brad King2019-03-081-6/+35
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindThreads: Use complete program to test for pthreads in libcJerryShih2019-03-061-6/+35
* | | | | | | | | | | Merge topic 'win-rel-qt5.12'Brad King2019-03-082-6/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Utilities/Release: Update to Qt 5.12 on Windows buildsBrad King2019-03-082-4/+12
| * | | | | | | | | | | Utilities/Release: Update for using Windows 10 SDKBrad King2019-03-082-2/+2
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'release-3.14'Brad King2019-03-080-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | CMake 3.14.0-rc4v3.14.0-rc4Brad King2019-03-081-1/+1
* | | | | | | | | | | Merge branch 'release-3.14'Brad King2019-03-080-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'cxx-checks-warning-match' into release-3.14Brad King2019-03-071-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'install-no-imported-global' into release-3.14Brad King2019-03-075-1/+14
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge topic 'install-no-imported-global'Brad King2019-03-085-1/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | install: Do not crash on imported global targetBrad King2019-03-075-1/+14
* | | | | | | | | | | | | Merge topic 'cxx-checks-warning-match'Brad King2019-03-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | / / / / / / / / / | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | C++ feature checks: Match warnings more strictlyBrad King2019-03-071-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-03-081-1/+1
* | | | | | | | | | | Merge topic 'doc-fix'Brad King2019-03-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |