summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Encoding: Provide option to configure CMake to use UTF-8 encoding.Clinton Stimpson2014-03-144-6/+7
* Merge topic 'generalize-cmCustomCommandGenerator'Brad King2014-03-1322-180/+217
|\
| * Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-1219-123/+182
| * cmGlobalXCodeGenerator: Simplify handling of multiple outputsBrad King2014-03-122-34/+19
| * cmCustomCommand: Return std::string from GetWorkingDirectoryBrad King2014-03-127-29/+22
* | Merge topic 'string-apis-fix-cmake-gui'Brad King2014-03-131-1/+1
|\ \
| * | cmake-gui: Fix handling of missing CMAKE_EXTRA_GENERATOR (#14804)Brad King2014-03-121-1/+1
* | | Merge topic 'fix-CMP0046-warning'Brad King2014-03-131-4/+3
|\ \ \
| * | | cmTarget: Don't create duplicate backtraces in CMP0046 warningStephen Kelly2014-03-121-4/+3
| * | | Merge branch 'fix-AUTOGEN-custom-command-depends' into releaseBrad King2014-03-101-0/+12
| |\ \ \
| * \ \ \ Merge branch 'fix-policy-scopes' into releaseBrad King2014-03-103-4/+7
| |\ \ \ \
| * \ \ \ \ Merge branch 'fix-check-build-system-crash' into releaseBrad King2014-03-041-1/+1
| |\ \ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2014-03-131-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'remove-c_str-calls'Brad King2014-03-12169-1679/+1679
|\ \ \ \ \ \
| * | | | | | Workaround Sun C++ 5.9 compiler crashBrad King2014-03-121-2/+2
| * | | | | | Remove c_str calls when using stream APIs.Stephen Kelly2014-03-1149-297/+297
| * | | | | | Remove some c_str() calls.Stephen Kelly2014-03-11157-1384/+1384
* | | | | | | Merge topic 'unicode-cmake-gui'Brad King2014-03-122-0/+13
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Unicode: cmake-gui encoding now matches KWSys encoding.Clinton Stimpson2014-03-112-0/+13
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2014-03-121-1/+1
* | | | | | Merge topic 'ctest-coverage-extra'Brad King2014-03-111-1/+2
|\ \ \ \ \ \
| * | | | | | CTest: Teach ctest_coverage() to read CTEST_COVERAGE_EXTRA_FLAGSVolkan Gezer2014-03-101-1/+2
| |/ / / / /
* | | | | | Merge topic 'watcom-VERBOSE-and-ERROR'Brad King2014-03-113-21/+26
|\ \ \ \ \ \
| * | | | | | Makefile: Improve handling of WMake verbose output and errorsJiri Malak2014-03-103-21/+26
| |/ / / / /
* | | | | | Merge topic 'cmELF-typo'Brad King2014-03-111-1/+1
|\ \ \ \ \ \
| * | | | | | cmELF: Fix typo in comment, 32-bit => 64-bit (#14799)Ryo ONODERA2014-03-101-1/+1
| |/ / / / /
* | | | | | Merge topic 'ninja-command-line-length-haiku'Brad King2014-03-111-1/+1
|\ \ \ \ \ \
| * | | | | | Ninja: Detect command-line length limit on HaikuAdrien Destugues2014-03-101-1/+1
| |/ / / / /
* | | | | | Merge topic 'fix-AUTOGEN-custom-command-depends'Brad King2014-03-111-0/+12
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | QtAutogen: Fix AUTOGEN depends on custom command output with VS.Stephen Kelly2014-03-101-0/+12
| | |/ / / | |/| | |
| * | | | Merge branch 'fix-showinclude-warnings' into releaseBrad King2014-02-262-2/+18
| |\ \ \ \
| * \ \ \ \ Merge branch 'install-FILES-genex' into releaseBrad King2014-02-245-17/+81
| |\ \ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2014-03-111-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'fix-policy-scopes'Brad King2014-03-103-4/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Record more policies on targets when createdBrad King2014-03-063-4/+7
* | | | | | CMake Nightly Date StampKitware Robot2014-03-101-1/+1
* | | | | | Merge topic 'dev/string-apis'Brad King2014-03-09401-3464/+3420
|\ \ \ \ \ \
| * | | | | | stringapi: Prevent a NULL dereference in WiXBen Boeckel2014-03-081-1/+1
| * | | | | | speedup: Avoid excess iterator dereferencesBen Boeckel2014-03-081-57/+68
| * | | | | | speedup: Cache strings for comparisonsBen Boeckel2014-03-082-2/+4
| * | | | | | stringapi: Use strings for dependency informationBen Boeckel2014-03-0811-24/+22
| * | | | | | stringapi: Use strings for cache iterator valuesBen Boeckel2014-03-085-17/+19
| * | | | | | stringapi: Command namesBen Boeckel2014-03-08121-131/+132
| * | | | | | stringapi: Use strings for program pathsBen Boeckel2014-03-0816-31/+38
| * | | | | | stringapi: Use strings for generator namesBen Boeckel2014-03-0852-190/+221
| * | | | | | stringapi: Use strings for directoriesBen Boeckel2014-03-0819-38/+44
| * | | | | | stringapi: Add string overload for the Def structBen Boeckel2014-03-081-0/+1
| * | | | | | stringapi: Miscellaneous char* parametersBen Boeckel2014-03-0849-175/+173
| * | | | | | typo: Match argument name with the headerBen Boeckel2014-03-081-3/+3
| * | | | | | stringapi: Pass strings as install directories in CPackBen Boeckel2014-03-082-13/+13