summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'remove_error_read_script'Brad King2015-02-2721-25/+1
|\
| * CTest: Drop "Error in read script" message at end of testingZack Galbreath2015-02-2721-25/+1
* | Merge topic 'cmake-build-ninja-verbose'Brad King2015-02-2720-22/+57
|\ \
| * | Tests: Extend RunCMake.CommandLine to cover 'cmake --build' for 'ninja -v'Brad King2015-02-263-0/+22
| * | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-2617-22/+35
| |/
* | Merge topic 'install-manifest-optimize'Brad King2015-02-272-12/+10
|\ \
| * | install: Write the entire installation manifest at onceRobert Goulet2015-02-262-12/+10
* | | Merge topic 'cpack_rpm_mulit_prefix_fixup-for-master'Brad King2015-02-273-39/+62
|\ \ \
| * | | CPackRPM: Consolidate CPackComponentsForAll test case coverageDomen Vrankar2015-02-271-25/+5
| * | | Merge branch 'cpack_rpm_mulit_prefix_fixup' into cpack_rpm_mulit_prefix_fixup...Domen Vrankar2015-02-273-20/+63
| |\ \ \ | | |_|/ | |/| |
| | * | CPackRPM: Fix handling of relocation prefix parent directoriesDomen Vrankar2015-02-273-20/+62
* | | | Merge topic 'update-kwsys'Brad King2015-02-273-30/+59
|\ \ \ \
| * \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-02-263-30/+59
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | KWSys 2015-02-25 (1b75ad3d)KWSys Robot2015-02-263-30/+59
* | | | | CMake Nightly Date StampKitware Robot2015-02-271-1/+1
|/ / / /
* | | | Merge topic 'windows-rc-enable-later'Brad King2015-02-264-9/+10
|\ \ \ \
| * | | | RC: Add platform-specific preprocessor definitions (#15404)Brad King2015-02-251-0/+4
| * | | | RC: Enable language after C, CXX, or Fortran is enabled (#15404)Brad King2015-02-253-6/+6
| * | | | RC: Drop unused CMAKE_COMPILE_RESOURCE variable settingBrad King2015-02-252-3/+0
* | | | | Merge topic 'ExternalData-url-algo-map'Brad King2015-02-2615-1/+96
|\ \ \ \ \
| * | | | | ExternalData: Add support for custom algorithm-to-URL mappingBrad King2015-02-2515-1/+96
* | | | | | CMake Nightly Date StampKitware Robot2015-02-261-1/+1
* | | | | | Merge branch 'release'Brad King2015-02-250-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'sln-no-bom' into releaseBrad King2015-02-242-10/+0
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'test-drop-CTestTestFailedSubmit'Brad King2015-02-252-91/+0
|\ \ \ \ \ \ \
| * | | | | | | Tests: Drop CTestTestFailedSubmit-* testsBrad King2015-02-242-91/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'CheckCompilerFlag-use-FLAGS'Brad King2015-02-253-12/+12
|\ \ \ \ \ \ \
| * | | | | | | Check*CompilerFlag: Refactor method used to pass flagsMark Abraham2015-02-243-12/+12
| |/ / / / / /
* | | | | | | Merge topic 'vs-midl-absolute-OutputDirectory'Brad King2015-02-251-1/+2
|\ \ \ \ \ \ \
| * | | | | | | cmVisualStudio10TargetGenerator: Wrap long lineBrad King2015-02-241-1/+2
* | | | | | | | Merge topic 'refine-MSVC-ARM-WinCE'Brad King2015-02-253-14/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | MSVC: Compile with arch-specific flags on ARM platforms (#14552)Gunnar Roth2015-02-241-0/+11
| * | | | | | | | MSVC: Distinguish among ARM architectures more precisely (#14552)Gunnar Roth2015-02-243-13/+36
| * | | | | | | | MSVC: Define /DWINCE when building for WinCE platforms (#14552)Gunnar Roth2015-02-241-1/+1
* | | | | | | | | Merge topic 'sln-no-bom'Brad King2015-02-252-10/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | VS: Do not generate a BOM in .sln filesBrad King2015-02-242-10/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2015-02-251-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'cleanup-cmAlgorithms'Brad King2015-02-241-24/+37
|\ \ \ \ \ \
| * | | | | | cmAlgorithms: Cache the end iterators in algorithms.Stephen Kelly2015-02-241-4/+7
| * | | | | | cmAlgorithms: Remove needless assignment.Stephen Kelly2015-02-241-2/+1
| * | | | | | cmAlgorithms: Maintain the pivot iterator in cmRemoveIndices.Stephen Kelly2015-02-241-2/+4
| * | | | | | cmAlgorithms: Relax iterator requirement for cmRemoveIndices.Stephen Kelly2015-02-241-2/+5
| * | | | | | cmAlgorithms: Make cmRemoveDuplicates work with more containers.Stephen Kelly2015-02-241-2/+3
| * | | | | | cmAlgorithms: Rename template argument to RemoveN.Stephen Kelly2015-02-241-3/+3
| * | | | | | cmAlgorithms: Relax cmRemoveN requirement to FwdIter.Stephen Kelly2015-02-241-1/+3
| * | | | | | cmAlgorithms: Add a size() to cmRange.Stephen Kelly2015-02-241-0/+3
| * | | | | | cmAlgorithms: Rename template type in cmDeleteAll algorithm.Stephen Kelly2015-02-231-10/+10
| * | | | | | cmAlgorithms: Add const to const objects.Stephen Kelly2015-02-231-3/+3
* | | | | | | Merge topic 'FindMatlab-remove-trailing-lines'Brad King2015-02-241-1/+0
|\ \ \ \ \ \ \
| * | | | | | | FindMatlab: Remove trailing blank linesBrad King2015-02-241-1/+0