summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-3.11'Brad King2018-04-040-0/+0
|\
| * Merge branch 'autogen-protect-cmsys-calls' into release-3.11Brad King2018-04-045-48/+163
| |\
* | \ Merge topic 'autogen-protect-cmsys-calls'Brad King2018-04-045-48/+163
|\ \ \ | | |/ | |/|
| * | Autogen: Print moc/uic/rcc output to stdoutSebastian Holtermann2018-04-032-5/+17
| * | Autogen: Use std::istreambuf_iterator for file so string readingSebastian Holtermann2018-04-032-20/+34
| * | Autogen: Protected calls to cmFilePathChecksumSebastian Holtermann2018-04-034-4/+27
| * | Autogen: Protected calls to cmQtAutoGen::SubDirPrefixSebastian Holtermann2018-04-033-5/+14
| * | Autogen: Protected calls to cmSystemTools::GetFilenameWithoutLastExtensionSebastian Holtermann2018-04-033-5/+14
| * | Autogen: Protected calls to cmSystemTools::Split/JoinPathSebastian Holtermann2018-04-033-2/+33
| * | Autogen: Protected calls to cmSystemTools::CollapseCombinedPathSebastian Holtermann2018-04-033-7/+24
| |/
* | Merge topic 'wcdh-bare-features'Brad King2018-04-045-34/+127
|\ \
| * | WCDH: introduce BARE_FEATURESRolf Eike Beer2018-04-035-34/+127
* | | Merge topic 'android-no-libstdc++'Brad King2018-04-0411-0/+45
|\ \ \
| * | | Android: Suppress implicit -lstdc++ linker flagBrad King2018-04-0311-0/+45
* | | | Merge topic 'typo-in-release-script'Brad King2018-04-043-3/+3
|\ \ \ \
| * | | | Utilities/Release: Remove extra colon from release scriptsJean-Christophe Fillion-Robin2018-04-033-3/+3
* | | | | Merge topic 'cuda_support_system_libraries_with_device_symbols'Brad King2018-04-047-35/+151
|\ \ \ \ \
| * | | | | CUDA: Pass more link libraries to device linkingRobert Maynard2018-03-285-31/+118
| * | | | | CUDA: Pass host linker directories to device linkerBrad King2018-03-282-4/+33
* | | | | | Merge topic 'FindPython-stabilization'Brad King2018-04-042-7/+17
|\ \ \ \ \ \
| * | | | | | FindPython: enhance multiple major versions lookupMarc Chevrier2018-04-032-7/+17
* | | | | | | Merge topic 'UseSWIG-add-new-behavior'Craig Scott2018-04-0430-166/+435
|\ \ \ \ \ \ \
| * | | | | | | UseSWIG: Add new behavior for better support files managementMarc Chevrier2018-04-036-43/+245
| * | | | | | | UseSWIG: Rework testsMarc Chevrier2018-04-0226-105/+172
| | |_|/ / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2018-04-041-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'FPHSA-include'Brad King2018-04-033-3/+3
|\ \ \ \ \ \
| * | | | | | Find*: always include FPHSA shipped with CMakeRolf Eike Beer2018-04-023-3/+3
* | | | | | | Merge topic 'FindDCMTK-includes'Brad King2018-04-031-8/+2
|\ \ \ \ \ \ \
| * | | | | | | FindDCMTK: use CheckIncludeFiles instead of open coding itRolf Eike Beer2018-04-021-8/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'android-clang-std-flags'Brad King2018-04-031-2/+9
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Android: Do not pass non-existent Clang -std flagsBrad King2018-04-021-2/+9
* | | | | | | Merge topic 'fortran-fpp'Brad King2018-04-031-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fortran: Add support for .fpp extensionsBrad King2018-04-021-1/+1
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2018-04-031-1/+1
|/ / / / /
* | | | | Merge topic 'remove-vs8-generator'Brad King2018-04-0230-231/+33
|\ \ \ \ \
| * | | | | Drop Visual Studio 8 2005 generatorBrad King2018-04-0229-222/+33
| * | | | | Tests: Remove unused file from Tutorial Step7 testBrad King2018-03-291-9/+0
* | | | | | Merge topic 'variable-CMAKE_FOLDER'Brad King2018-04-025-0/+17
|\ \ \ \ \ \
| * | | | | | Add CMAKE_FOLDER variable to initialize FOLDER target propertyMarc B2018-03-295-0/+17
* | | | | | | Merge topic 'FindCUDA-nvcc-executable-env'Brad King2018-04-021-10/+14
|\ \ \ \ \ \ \
| * | | | | | | FindCUDA: Make nvcc configurable via CUDA_NVCC_EXECUTABLE env varEdward Z. Yang2018-03-291-10/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'update-kwsys'Brad King2018-04-023-19/+25
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-03-293-19/+25
| |\ \ \ \ \ \
| | * | | | | | KWSys 2018-03-29 (488f2031)KWSys Upstream2018-03-293-19/+25
* | | | | | | | Merge topic 'features-c++20'Brad King2018-04-0218-18/+91
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Update compiler versions in cmake-compile-features.7.rstBrad King2018-03-271-5/+5
| * | | | | | | | Help: Add release note for C++ 20 supportBrad King2018-03-271-0/+6
| * | | | | | | | Features: Activate C++ 20 support for Clang 5.0+Brad King2018-03-271-0/+5
| * | | | | | | | Features: Activate C++ 20 support for GNU 8.0+Brad King2018-03-271-0/+5
| * | | | | | | | Features: Activate C++ 20 support for MSVC 19.12.25835+Brad King2018-03-271-0/+4