summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove some files which do not need to be in BootstrapCommands.Stephen Kelly2015-04-124-3/+7
* Add some missing includes.Stephen Kelly2015-04-121-0/+2
* cmake: Simplify CommandExists method.Stephen Kelly2015-04-121-2/+1
* cmake: Rename oddly named variables.Stephen Kelly2015-04-121-6/+6
* cmake: Constify GetCommand method.Stephen Kelly2015-04-122-3/+3
* cmake: Don't lower-case a string needlessly.Stephen Kelly2015-04-121-1/+1
* cmake: Use make_pair instead of Foo::value_type.Stephen Kelly2015-04-121-2/+2
* cmake: out-of-line try compile state methods.Stephen Kelly2015-04-122-4/+12
* cmake: Remove duplicate condition.Stephen Kelly2015-04-121-4/+0
* cmake: Remove DebugConfigs member.Stephen Kelly2015-04-124-35/+19
* Test expected value of DEBUG_CONFIGURATIONS global property.Stephen Kelly2015-04-123-0/+53
* cmake: Remove method with no external users.Stephen Kelly2015-04-122-8/+5
* cmake: Don't set the CMakeInstance on the Properties member.Stephen Kelly2015-04-121-1/+0
* cmGlobalGenerator: Store languages as vector, not map.Stephen Kelly2015-04-122-8/+11
* CMake Nightly Date StampKitware Robot2015-04-111-1/+1
* Merge topic 'tar-write-format'Brad King2015-04-1057-143/+276
|\
| * Tests: Consolidate, refactor and extend -E tar testsNils Gladitz2015-04-1041-88/+198
| * CTestCoverageCollectGCOV: Write tar files intended for CDash in gnutar formatNils Gladitz2015-04-101-0/+1
| * cmake: Teach "-E tar" command a "--format=" optionNils Gladitz2015-04-1018-56/+78
|/
* Merge topic 'FindCUDA.cmake/CUDA_SOURCE_FILE'Brad King2015-04-102-8/+23
|\
| * FindCUDA: Add specific cuda_language_flag instead of using nvcc.James Bigler2015-04-092-1/+5
| * FindCUDA: Allow setting CUDA_SOURCE_PROPERTY_FORMAT for non-.cu files.James Bigler2015-04-091-8/+19
* | Merge topic 'fix-libarchive-mktemp'Brad King2015-04-101-3/+5
|\ \
| * | libarchive: Fix string concatentation in Windows mktemp implementationTim Kientzle2015-04-091-3/+5
* | | Merge topic 'simplify-osx-install-prefix'Brad King2015-04-101-4/+1
|\ \ \
| * | | Simplify logic to compute install prefix in OS X CMake.appBrad King2015-04-091-4/+1
* | | | CMake Nightly Date StampKitware Robot2015-04-101-1/+1
* | | | Merge topic 'fix-libarchive-gnutar-large-ids'Brad King2015-04-091-6/+6
|\ \ \ \
| * | | | libarchive: Use base-256 encoding for UID/GID like GNU tar doesNils Gladitz2015-04-091-6/+6
| | |/ / | |/| |
* | | | Merge topic 'fix-liblzma-optimize'Brad King2015-04-092-3/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | liblzma: Disable GNU 3.3 compiler optimizationsBrad King2015-04-081-0/+4
| * | | liblzma: Disable XL compiler optimizations altogetherBrad King2015-04-082-3/+6
* | | | Merge topic 'FindCUDA.cmake/C++11Flags'Brad King2015-04-091-0/+13
|\ \ \ \
| * | | | FindCUDA: Handle c++11 host flagJames Bigler2015-04-081-0/+13
* | | | | Merge topic 'refactor-cache-api'Brad King2015-04-0929-312/+472
|\ \ \ \ \
| * | | | | cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-0813-115/+117
| * | | | | Port QtDialog to non-iterator cache API.Stephen Kelly2015-04-081-32/+40
| * | | | | Port CursesDialog to non-iterator cache API.Stephen Kelly2015-04-083-76/+110
| * | | | | cmMakefile: Port away from CacheEntry.Initialized.Stephen Kelly2015-04-081-6/+7
| * | | | | cmCacheManager: Add non-iterator-based API.Stephen Kelly2015-04-081-0/+75
| * | | | | cmCacheManager: Return a C string from GetValue.Stephen Kelly2015-04-081-1/+1
| * | | | | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-078-37/+51
| * | | | | Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-079-21/+61
| * | | | | cmMakefile: Remove cache version accessors.Stephen Kelly2015-04-074-22/+8
| * | | | | cmMakefile: Simplify GetDefinitions implementation.Stephen Kelly2015-04-071-6/+6
* | | | | | Merge topic 'cmake-command-line-help-vs-arch'Brad King2015-04-098-21/+39
|\ \ \ \ \ \
| * | | | | | cmake: Show in --help how to select VS target platform (#15422)Brad King2015-04-078-21/+39
* | | | | | | Merge topic 'link-implicit-libs-full-path'Brad King2015-04-0930-8/+243
|\ \ \ \ \ \ \
| * | | | | | | Link libraries by full path even in implicit directoriesBrad King2015-04-0928-6/+234
| * | | | | | | Help: Add link target for Find Modules section of cmake-developer.7Brad King2015-04-071-0/+1