summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-11-303-0/+57
|\
| * KWSys 2017-11-30 (fa1ab7b8)KWSys Upstream2017-11-303-0/+57
* | cmStandardLexer.h: Do not include a C++ headerBrad King2017-11-301-1/+1
* | Merge topic 'CMakeFindBinUtils-improve-switch'Brad King2017-11-307-14/+12
|\ \
| * | CMakeFindBinUtils: Improve switch between MSVC- and GNU-like toolsBrad King2017-11-287-14/+12
* | | Merge topic 'whitelist-more-interface-properties'Brad King2017-11-303-0/+24
|\ \ \
| * | | cmTargetPropertyComputer: whitelist custom propertiesBen Boeckel2017-11-213-0/+24
* | | | Merge topic 'findcuda-separable-compilation-fix'Brad King2017-11-301-2/+2
|\ \ \ \
| * | | | FindCUDA: Add cublas device library to separable compilationJamil Appa2017-11-291-2/+2
* | | | | Merge topic 'findiconv-module'Brad King2017-11-308-0/+219
|\ \ \ \ \
| * | | | | FindIconv: Add the FindIconv module.Christian Pfeiffer2017-11-298-0/+219
* | | | | | Merge topic 'CheckIncludeFiles-fix-src-name'Brad King2017-11-301-2/+2
|\ \ \ \ \ \
| * | | | | | CheckIncludeFiles: Fix name of source file used for checkBrad King2017-11-301-2/+2
* | | | | | | CMake Nightly Date StampKitware Robot2017-11-301-1/+1
* | | | | | | Merge topic 'check_fixtures_before_exe_existence'Craig Scott2017-11-292-3/+11
|\ \ \ \ \ \ \
| * | | | | | | CTest: Check failed fixture dependencies before test command and argsCraig Scott2017-11-292-3/+11
* | | | | | | | Merge branch 'release-3.10'Brad King2017-11-290-0/+0
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'clang-cl-fix' into release-3.10Brad King2017-11-281-3/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'cuda-implicit-include-dirs' into release-3.10Brad King2017-11-271-0/+3
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'CodeBlocks-custom-compiler-id'Brad King2017-11-295-0/+30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CodeBlocks: add option for the CB compiler IDMelven Roehrig-Zoellner2017-11-275-0/+30
* | | | | | | | | | | | Merge topic 'aix-threads'Brad King2017-11-294-19/+46
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | AIX: Add -pthread flag to enable std::thread with GCCBrad King2017-11-284-1/+22
| * | | | | | | | | | | | bootstrap: Add infrastructure to detect threading flagsBrad King2017-11-281-18/+24
* | | | | | | | | | | | | Merge topic 'clang-cl-fix'Brad King2017-11-291-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Clang: Do not mistake clang-cl 6.0 for GNU-like clangİsmail Dönmez2017-11-281-3/+3
* | | | | | | | | | | | | Merge topic 'CheckIncludeFiles-language-CXX'Brad King2017-11-2914-5/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | CheckIncludeFiles: improve warning for missing argumentDavid Adam2017-11-242-5/+7
| * | | | | | | | | | | | CheckIncludeFiles: clean up documentation of new featuresDavid Adam2017-11-241-3/+5
| * | | | | | | | | | | | Help: Add notes for topic 'CheckIncludeFiles-language-CXX'Brad King2017-11-141-0/+6
| * | | | | | | | | | | | CheckIncludeFiles: add unit testsDavid Adam2017-11-1112-0/+54
| * | | | | | | | | | | | CheckIncludeFiles: extend to allow a LANGUAGE argumentDavid Adam2017-11-111-3/+29
* | | | | | | | | | | | | Merge topic 'win-clang-debug'Brad King2017-11-291-5/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | FindBoost: Add Windows ABI tag for Clang debugRoger Leigh2017-11-271-0/+1
| * | | | | | | | | | | | | FindBoost: Use CMAKE_CXX_COMPILER_ID for Intel compilerRoger Leigh2017-11-271-5/+2
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'cppcheck_testdriver'Brad King2017-11-291-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | TestDriver: fix style-'variableScope' cppcheck warningSylvain Joubert2017-11-221-2/+2
* | | | | | | | | | | | | | Merge topic 'fortran-compiler-launcher'Brad King2017-11-2913-5/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fortran: Add option to run the compiler through launcher toolsBrad King2017-11-2113-5/+32
* | | | | | | | | | | | | | | Merge topic 'cuda-implicit-include-dirs'Brad King2017-11-291-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | CUDA: Treat /usr/include as an implicit include directoryBrad King2017-11-271-0/+3
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge topic 'GNUInstallDirs-update-link'Brad King2017-11-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | GNUInstallDirs: Update link to 64-bit ABI documentsBrad King2017-11-271-1/+1
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-291-1/+1
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2017-11-281-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'release-3.10'Brad King2017-11-270-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'gtest-fix-discovery' into release-3.10Brad King2017-11-215-5/+67
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'extend-compile-language-genex'Brad King2017-11-2724-73/+86
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual StudioBrad King2017-11-2014-45/+65
| * | | | | | | | | | | | Genex: Enable COMPILE_LANGUAGE for file(GENERATE) with Visual StudioBrad King2017-11-175-18/+23