summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2016-04-271-1/+1
* CMake Nightly Date StampKitware Robot2016-04-261-1/+1
* CMake Nightly Date StampKitware Robot2016-04-251-1/+1
* CMake Nightly Date StampKitware Robot2016-04-241-1/+1
* CMake Nightly Date StampKitware Robot2016-04-231-1/+1
* Merge topic 'autogen-updates'Brad King2016-04-223-47/+276
|\
| * Autogen: Generate qrc_NAME.cpp files in subdirectoriesSebastian Holtermann2016-04-222-36/+109
| * Autogen: Generate not included moc files in subdirectories (#12873)Sebastian Holtermann2016-04-222-11/+63
| * Autogen: Check added for name collisions of generated qrc_NAME.cpp filesSebastian Holtermann2016-04-221-0/+14
| * Autogen: Check added for name collisions of generated ui_NAME.h filesSebastian Holtermann2016-04-221-0/+16
| * Autogen: Check added for name collisions of generated moc filesSebastian Holtermann2016-04-222-0/+74
* | Merge topic 'xcode-c_str'Brad King2016-04-222-55/+54
|\ \
| * | cmGlobalXCodeGenerator: do not pass char* to cmSystemTools::CollapseFullPath()Rolf Eike Beer2016-04-201-1/+1
| * | make cmGlobalXCodeGenerator::XCodeEscapePath() take a std::string&Rolf Eike Beer2016-04-202-18/+17
| * | make cmGlobalXCodeGenerator::BuildObjectListOrString::Add() take a string&Rolf Eike Beer2016-04-201-5/+5
| * | cmGlobalXCodeGenerator: directly call CreateString() with std::stringRolf Eike Beer2016-04-201-33/+33
* | | Merge topic 'addcachedefinitions-convert'Brad King2016-04-221-10/+11
|\ \ \
| * | | cmMakefile::AddCacheDefinition: avoid conversions between char* and stringRolf Eike Beer2016-04-201-10/+11
| |/ /
* | | CMake Nightly Date StampKitware Robot2016-04-221-1/+1
* | | CMake Nightly Date StampKitware Robot2016-04-211-1/+1
|/ /
* | Merge topic 'autogen-cleanups'Brad King2016-04-202-177/+288
|\ \ | |/
| * Autogen: Qrc processing: Generate single map with final input / output namesSebastian Holtermann2016-04-192-46/+76
| * Autogen: Ui processing: Generate single map with final input / output namesSebastian Holtermann2016-04-192-18/+42
| * Autogen: Split out UI file generation code to dedicated methodSebastian Holtermann2016-04-192-12/+28
| * Autogen: Split out moc file generation code to dedicated methodSebastian Holtermann2016-04-192-54/+107
| * Autogen: Rename method GenerateQrc{ => Files}Sebastian Holtermann2016-04-192-3/+3
| * Autogen: New logCommand method. It prints commands using std::cout.Sebastian Holtermann2016-04-192-21/+25
| * Autogen: Rename header extension Join method to JoinExtsSebastian Holtermann2016-04-192-6/+10
| * Autogen: Use SystemTools string functions instead of rolling out ownSebastian Holtermann2016-04-192-22/+2
* | CMake Nightly Date StampKitware Robot2016-04-201-1/+1
* | CMake Nightly Date StampKitware Robot2016-04-191-1/+1
|/
* Merge topic 'refactor-cmListFileBacktrace'Brad King2016-04-188-238/+253
|\
| * Remove unused cmake::IssueMessage overloadBrad King2016-04-182-38/+0
| * cmState: Remove unused entry point fields from snapshot dataBrad King2016-04-182-14/+0
| * cmListFileBacktrace: Refactor storage to provide efficient value semanticsBrad King2016-04-186-182/+231
| * cmState: Avoid accumulating snapshot storage for backtracesBrad King2016-04-154-37/+39
| * cmState: Add Snapshot method to get bottom of call stackBrad King2016-04-152-0/+16
* | Merge topic 'minor-cleanups'Brad King2016-04-187-78/+32
|\ \ | |/
| * Add call stack to unused/uninitialized variable warningsBrad King2016-04-152-25/+4
| * cmLocalGenerator: Simplify IssueMessage implementationBrad King2016-04-151-11/+1
| * cmLocalGenerator: Use own IssueMessage methodBrad King2016-04-151-2/+2
| * cmOutputConverter: Assert construction with a valid snapshotBrad King2016-04-151-0/+1
| * cmMakefile: Move cmMakefileCall to .cxx fileBrad King2016-04-152-26/+20
| * cmWhileCommand: Simplify context constructionBrad King2016-04-151-6/+2
| * cmIfCommand: Simplify execution context constructionBrad King2016-04-151-8/+2
* | Merge topic 'cmPolicies-missing-include'Brad King2016-04-181-0/+1
|\ \
| * | cmPolicies.cxx: Add missing include <ctype.h> for isdigit (#16066)Brad King2016-04-151-0/+1
* | | Merge topic 'cmake-host-solaris'Brad King2016-04-181-0/+3
|\ \ \
| * | | Solaris: Add a CMAKE_HOST_SOLARIS variable (#16061)Stafen Teleman2016-04-151-0/+3
| |/ /
* | | Merge topic 'cmake-gui-osx-install-mkdir'Brad King2016-04-181-0/+1
|\ \ \