summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'cmake-build-ninja-verbose'Brad King2015-02-2717-22/+35
|\ | | | | | | | | | | d1082448 Tests: Extend RunCMake.CommandLine to cover 'cmake --build' for 'ninja -v' ce935ebe cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
| * cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-2617-22/+35
| | | | | | | | | | | | | | | | | | The Ninja build system does not support a in-file verbositiy switch. Instead teach 'cmake --build' to extract the CMAKE_VERBOSE_MAKEFILE setting and pass it as an optional '-v' argument to Ninja. This can serve as a reasonable fallback. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* | Merge topic 'install-manifest-optimize'Brad King2015-02-272-12/+10
|\ \ | | | | | | | | | | | | c4814174 install: Write the entire installation manifest at once
| * | install: Write the entire installation manifest at onceRobert Goulet2015-02-262-12/+10
| | | | | | | | | | | | | | | Avoid a separate open/close for each file installed. Use a single file(WRITE) instead of a loop with file(APPEND).
* | | Merge topic 'update-kwsys'Brad King2015-02-273-30/+59
|\ \ \ | | | | | | | | | | | | | | | | | | | | 26656865 Merge branch 'upstream-kwsys' into update-kwsys 5e2b418f KWSys 2015-02-25 (1b75ad3d)
| * | | Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-02-263-30/+59
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2015-02-271-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2015-02-261-1/+1
| |
* | Merge topic 'vs-midl-absolute-OutputDirectory'Brad King2015-02-251-1/+2
|\ \ | | | | | | | | | | | | 4ee9005d cmVisualStudio10TargetGenerator: Wrap long line
| * | cmVisualStudio10TargetGenerator: Wrap long lineBrad King2015-02-241-1/+2
| | |
* | | Merge topic 'sln-no-bom'Brad King2015-02-252-10/+0
|\ \ \ | | | | | | | | | | | | | | | | 987d4a12 VS: Do not generate a BOM in .sln files
| * | | VS: Do not generate a BOM in .sln filesBrad King2015-02-242-10/+0
| | |/ | |/| | | | | | | | | | | | | Revert commit v3.2.0-rc1~165^2 (Encoding: Write Visual Studio solution file with BOM, 2014-12-26). The BOM breaks the VS IDE version selector when loading the .sln from Windows Explorer.
| * | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 47c2da6a cmAlgorithms: Cache the end iterators in algorithms. a5b10ae6 cmAlgorithms: Remove needless assignment. 7fd8557f cmAlgorithms: Maintain the pivot iterator in cmRemoveIndices. 1f796791 cmAlgorithms: Relax iterator requirement for cmRemoveIndices. ba959934 cmAlgorithms: Make cmRemoveDuplicates work with more containers. cae45df7 cmAlgorithms: Rename template argument to RemoveN. b917f4c0 cmAlgorithms: Relax cmRemoveN requirement to FwdIter. bbc1a978 cmAlgorithms: Add a size() to cmRange. 47a3e22e cmAlgorithms: Rename template type in cmDeleteAll algorithm. cb75eec0 cmAlgorithms: Add const to const objects.
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | Avoid the algorithm of 'Schlemiel the painter' in the case of iterators which are not RandomAccess.
| * | | | cmAlgorithms: Relax iterator requirement for cmRemoveIndices.Stephen Kelly2015-02-241-2/+5
| | | | | | | | | | | | | | | | | | | | Require only forward iterators from the range.
| * | | | cmAlgorithms: Make cmRemoveDuplicates work with more containers.Stephen Kelly2015-02-241-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Remove the accidental requirement that the input range must be a std::vector.
| * | | | cmAlgorithms: Rename template argument to RemoveN.Stephen Kelly2015-02-241-3/+3
| | | | |
| * | | | cmAlgorithms: Relax cmRemoveN requirement to FwdIter.Stephen Kelly2015-02-241-1/+3
| | | | | | | | | | | | | | | | | | | | cmRotate already requires only FwdIter.
| * | | | cmAlgorithms: Add a size() to cmRange.Stephen Kelly2015-02-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | size() is already used by cmRemoveDuplicates, which is designed to accept a cmRange.
| * | | | cmAlgorithms: Rename template type in cmDeleteAll algorithm.Stephen Kelly2015-02-231-10/+10
| | | | | | | | | | | | | | | | | | | | It may be any range, not only a container.
| * | | | cmAlgorithms: Add const to const objects.Stephen Kelly2015-02-231-3/+3
| | | | |
* | | | | Merge topic 'osx-CFBundleExecutable'Brad King2015-02-241-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 78ec4b16 OS X: Shorten CFBundleExecutable to file name only
| * | | | | OS X: Shorten CFBundleExecutable to file name onlyGregor Jasny2015-02-231-1/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shorten the CFBundleExecutable in the PList file of Bundles to the file name only as it is done for Frameworks, too. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* | | | | Merge topic 'vs-midl-absolute-OutputDirectory'Brad King2015-02-241-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | 0b54e836 VS: Specify absolute output directory for the Midl tool
| * | | | VS: Specify absolute output directory for the Midl toolTim Blechmann2015-02-231-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Generate the OutputDirectory element value as an absolute path to the same location as the existing relative path. Somehow this addresses an occasional failure in a large/complex build, and should not hurt basic use cases.
* | | | Merge topic 'ctest-output-options'Brad King2015-02-2433-575/+722
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ff1ddd2a ctest_upload: Add QUIET option 0b87b2a3 ctest_memcheck: Add QUIET option fc58bdb9 ctest_coverage: Add QUIET option 876a680d ctest_test: Add QUIET option 49ba4545 ctest_build: Add QUIET option f999dc0b ctest_configure: Add QUIET option 645ad117 ctest_update: Add QUIET option 19d1a559 ctest_start: Add QUIET option 1643b905 ctest_submit: Add QUIET option 12db1139 CTest: Add cmCTestOptionalLog macro
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | This suppresses all non-error messages that would have otherwise been printed by this function.
| * | | | ctest_submit: Add QUIET optionZack Galbreath2015-02-236-126/+160
| | | | | | | | | | | | | | | | | | | | | | | | | Specifying this option prevents CTest from printing any non-error messages to the console for this call to ctest_submit().
| * | | | CTest: Add cmCTestOptionalLog macroZack Galbreath2015-02-232-12/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cmCTestOptionalLog takes a boolean argument that indicates whether or not the message should be suppressed. Note that error messages will still be printed, even if suppression is requested. This macro will allow us to provide more fine-grained control over what messages CTest prints to the console.
* | | | | CMake Nightly Date StampKitware Robot2015-02-241-1/+1
| |/ / / |/| | |
* | | | Merge topic 'wix-shortcut-properties'Brad King2015-02-239-152/+354
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6cc01c14 CPackWIX: Add release notes for the wix-shortcut-properties topic. 135febf0 CPackWIX: Enhance CMake CPack WIX generated installer. e6731f48 CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property. 279605f5 CPackWIX: Add installed file properties for the creation of shortcuts. 53d7daff CPackWIX: Refactor start menu and desktop shortcut creation. dc0f3fb4 CPackWIX: Explicitly list CPack WIX headers for IDE convenience.
| * | | | 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
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 51f8de81 if(): avoid one needless string compare for all if() statements
| * | | | | if(): avoid one needless string compare for all if() statementsRolf Eike Beer2015-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | If it's known that it is an "if" it can't be an "elseif".
* | | | | | Merge topic 'minor-cleanups'Brad King2015-02-236-38/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c021f59c cmMakefile: Store macro list in a vector not in a map. 2d130896 cmMakefile: Fix list of macros generation. f1969234 cmFunctionCommand: Remove ineffectual code. 1116698a cmTarget: Don't needlessly clear vectors in the destructor.