summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Android: Select the STL type for NDK buildsBrad King2016-08-2315-0/+184
| * | | | | | Android: Populate compiler flags for current ABIBrad King2016-08-2317-0/+192
| * | | | | | Android: Add a CMAKE_BUILD_TYPE defaultBrad King2016-08-121-0/+2
| * | | | | | Android: Add Clang -target option for current ABIBrad King2016-08-129-0/+17
| * | | | | | Android: Add placeholders for compiler/abi-specific settingsBrad King2016-08-1221-0/+38
| * | | | | | Android: Avoid interfering with common pre-existing toolchain filesBrad King2016-08-125-0/+36
| * | | | | | Android: Search for NDK and standalone toolchain in more placesBrad King2016-08-121-0/+8
| * | | | | | Android: Detect and save a standalone toolchain without the NDKBrad King2016-08-124-5/+115
| * | | | | | Android: Detect settings from the CMAKE_SYSROOT if it is setBrad King2016-08-121-1/+68
| * | | | | | Android: Detect and save a toolchain from the NDKBrad King2016-08-122-0/+296
| * | | | | | Android: Set CMAKE_SYSROOT automaticallyBrad King2016-08-121-0/+19
| * | | | | | Android: Detect and save the architecture, ABI, and processorBrad King2016-08-121-1/+88
| * | | | | | Android: Detect and save the API levelBrad King2016-08-121-0/+48
| * | | | | | Android: Detect and save the NDK directoryBrad King2016-08-121-0/+27
| * | | | | | Android: Suppress new functionality with Nsight Tegra in VS IDE buildsBrad King2016-08-125-0/+41
| * | | | | | Android: Add placeholders for platform-specific initializationBrad King2016-08-122-0/+29
| * | | | | | Android: Add placeholders for platform-specific compiler selectionBrad King2016-08-123-0/+25
| * | | | | | Android: Add placeholders for platform-specific compiler settingsBrad King2016-08-127-0/+77
| * | | | | | CMakeDetermine*Compiler: Add hook to save custom compiler informationBrad King2016-08-123-0/+4
| * | | | | | CMakeDetermineSystem: Load platform-specific helper modulesBrad King2016-08-122-1/+2
* | | | | | | Merge topic 'extend-find-package-search-path'Brad King2016-08-249-9/+82
|\ \ \ \ \ \ \
| * | | | | | | find_package: Extend search path for combined Windows/UNIX conventionSilvio Traversaro2016-08-249-2/+75
| * | | | | | | Help: Widen find_package search path tableSilvio Traversaro2016-08-231-7/+7
* | | | | | | | Merge topic 'include-what-you-use'Brad King2016-08-2433-67/+192
|\ \ \ \ \ \ \ \
| * | | | | | | | fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-2333-67/+192
* | | | | | | | | Merge topic 'doc-get_cmake_property'Brad King2016-08-241-3/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help: Clarify get_cmake_property command documentationBrad King2016-08-231-3/+8
| |/ / / / / / / /
* | | | | | | | | Merge topic 'FindCUDA-fix-arch-regex'Brad King2016-08-241-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindCUDA: Support `2.1(2.0)` architecture notationBoris Fomitchev2016-08-231-4/+4
| |/ / / / / / / /
* | | | | | | | | Merge topic 'test-extra-generator-dedup'Brad King2016-08-241-47/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Tests: Refactor testing of extra generators.Chaoren Lin2016-08-231-47/+30
| |/ / / / / / / /
* | | | | | | | | Merge topic 'version-cleanups'Brad King2016-08-242-9/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Version: Always define CMake_VERSION_IS_DIRTY to 0 or 1Brad King2016-08-232-2/+1
| * | | | | | | | | Version: Remove check for existence of CVS repositoryStephen Kelly2016-08-231-7/+0
* | | | | | | | | | Merge topic 'import-vim-syntax'Brad King2016-08-248-40/+271
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Help: Add release notes for 'vim-cmake-syntax' importBrad King2016-08-171-0/+11
| * | | | | | | | | Aux: Install vim-cmake-syntax files with CMakeBrad King2016-08-171-0/+1
| * | | | | | | | | Merge branch 'upstream-vim-cmake-syntax' into import-vim-syntaxBrad King2016-08-174-0/+869
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | vim-cmake-syntax 2016-08-16 (e782679c)vim-cmake-syntax upstream2016-08-174-0/+869
| | / / / / / / / /
| * | | | | | | | | Aux: Drop vim files prior to import of third-party versionBrad King2016-08-174-674/+0
| * | | | | | | | | Add script to update vim-cmake-syntax from upstreamBrad King2016-08-171-0/+24
* | | | | | | | | | CMake Nightly Date StampKitware Robot2016-08-241-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'else-after-return'Brad King2016-08-2355-505/+457
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CMake: don't use else after returnDaniel Pfeifer2016-08-1833-369/+352
| * | | | | | | | | CTest: don't use else after returnDaniel Pfeifer2016-08-1814-81/+66
| * | | | | | | | | CPack: don't use else after returnDaniel Pfeifer2016-08-184-23/+12
| * | | | | | | | | CursesDialog: don't use else after returnDaniel Pfeifer2016-08-184-32/+27
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'include-what-you-use'Brad King2016-08-2318-31/+109
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-2318-26/+104
| * | | | | | | | | cmArchiveWrite: replace mode_t with intDaniel Pfeifer2016-08-172-5/+5