summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-2617-22/+35
* CMake Nightly Date StampKitware Robot2015-02-261-1/+1
* Merge topic 'vs-midl-absolute-OutputDirectory'Brad King2015-02-251-1/+2
|\
| * cmVisualStudio10TargetGenerator: Wrap long lineBrad King2015-02-241-1/+2
* | 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 3.2.0-rc2v3.2.0-rc2Brad King2015-02-231-1/+1
| * | Merge branch 'private-FindJsonCpp' into releaseBrad King2015-02-201-0/+117
| |\ \
* | | | 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 'osx-CFBundleExecutable'Brad King2015-02-241-1/+2
|\ \ \ \ \
| * | | | | OS X: Shorten CFBundleExecutable to file name onlyGregor Jasny2015-02-231-1/+2
| |/ / / /
* | | | | Merge topic 'vs-midl-absolute-OutputDirectory'Brad King2015-02-241-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | VS: Specify absolute output directory for the Midl toolTim Blechmann2015-02-231-1/+1
| |/ / /
* | | | Merge topic 'ctest-output-options'Brad King2015-02-2433-575/+722
|\ \ \ \
| * | | | ctest_upload: Add QUIET optionZack Galbreath2015-02-232-2/+9
| * | | | ctest_memcheck: Add QUIET optionZack Galbreath2015-02-233-47/+58
| * | | | ctest_coverage: Add QUIET optionZack Galbreath2015-02-238-211/+228
| * | | | ctest_test: Add QUIET optionZack Galbreath2015-02-234-50/+65
| * | | | ctest_build: Add QUIET optionZack Galbreath2015-02-232-40/+51
| * | | | ctest_configure: Add QUIET optionZack Galbreath2015-02-232-8/+10
| * | | | ctest_update: Add QUIET optionZack Galbreath2015-02-232-39/+44
| * | | | ctest_start: Add QUIET optionZack Galbreath2015-02-233-40/+69
| * | | | ctest_submit: Add QUIET optionZack Galbreath2015-02-236-126/+160
| * | | | CTest: Add cmCTestOptionalLog macroZack Galbreath2015-02-232-12/+28
* | | | | CMake Nightly Date StampKitware Robot2015-02-241-1/+1
| |/ / / |/| | |
* | | | Merge topic 'wix-shortcut-properties'Brad King2015-02-239-152/+354
|\ \ \ \
| * | | | CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property.Nils Gladitz2015-02-215-1/+39
| * | | | CPackWIX: Add installed file properties for the creation of shortcuts.Nils Gladitz2015-02-216-12/+67
| * | | | CPackWIX: Refactor start menu and desktop shortcut creation.Nils Gladitz2015-02-217-150/+249
| * | | | CPackWIX: Explicitly list CPack WIX headers for IDE convenience.Nils Gladitz2015-02-201-0/+10
* | | | | Merge topic 'if-optimize'Brad King2015-02-231-1/+1
|\ \ \ \ \
| * | | | | if(): avoid one needless string compare for all if() statementsRolf Eike Beer2015-02-221-1/+1
* | | | | | Merge topic 'minor-cleanups'Brad King2015-02-236-38/+15
|\ \ \ \ \ \
| * | | | | | cmMakefile: Store macro list in a vector not in a map.Stephen Kelly2015-02-214-28/+10
| * | | | | | cmMakefile: Fix list of macros generation.Stephen Kelly2015-02-211-1/+1
| * | | | | | cmFunctionCommand: Remove ineffectual code.Stephen Kelly2015-02-211-5/+0
| * | | | | | cmTarget: Don't needlessly clear vectors in the destructor.Stephen Kelly2015-02-211-5/+5
* | | | | | | Merge topic 'use-algorithms'Brad King2015-02-2317-212/+126
|\ \ \ \ \ \ \
| * | | | | | | Replace loops with algorithms.Stephen Kelly2015-02-201-12/+5