summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Help: Hyperlink propertiesGregor Jasny2016-04-2710-29/+34
* Merge topic 'ghs-duplicate-objects'Brad King2016-04-277-0/+84
|\
| * GHS: Fix handling of duplicate source filenames (#16046)Geoff Viola2016-04-257-0/+84
* | Merge topic 'autogen-message-cleanup'Brad King2016-04-273-113/+174
|\ \
| * | Autogen: Message tweaks: Compiler type (moc/qrc/ui) added to progress messagesSebastian Holtermann2016-04-251-4/+4
| * | Autogen: Message cleanups: Compose messages in std::stringstreamSebastian Holtermann2016-04-253-109/+170
| |/
* | Merge topic 'vs-old-express-no-folders'Brad King2016-04-278-17/+28
|\ \
| * | VS: Ignore USE_FOLDER property on VS versions that do not support itBrad King2016-04-267-13/+16
| * | VS: Detect VS 8 and 9 Express editionsBrad King2016-04-264-4/+12
| |/
* | 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 'fix-bison-flex-command-escaping'Brad King2016-04-223-6/+18
|\
| * Help: Add notes for topic 'fix-bison-flex-command-escaping'Brad King2016-04-201-0/+12
| * FindBISON: Fix BISON_TARGET macro for special characters in path (#16072)Brad King2016-04-201-4/+4
| * FindFLEX: Fix FLEX_TARGET macro for special characters in path (#16072)Brad King2016-04-201-2/+2
* | Merge topic 'autogen-updates'Brad King2016-04-2224-63/+545
|\ \
| * | Tests: QtAutogen: Same source name in different directories testSebastian Holtermann2016-04-2219-0/+234
| * | 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-224-1/+87
| * | Help: Improve AUTOMOC documentation layoutBrad King2016-04-221-16/+23
* | | 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 'coverage_collect_delete'Brad King2016-04-201-2/+6
|\ \
| * | CTestCoverageCollectGCOV: improve DELETE optionZack Galbreath2016-04-191-2/+6
* | | Merge topic 'boost-import-default'Brad King2016-04-205-2/+32
|\ \ \
| * | | FindBoost: Define Boost::boost for all boost versionsRoger Leigh2016-04-195-2/+32
| |/ /
* | | Merge topic 'BundleUtilities-optional-exclude'Brad King2016-04-201-37/+115
|\ \ \
| * | | BundleUtilities: Add optional parameter to ignore specified filesRoman Wüger2016-04-191-37/+115
* | | | 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
| |/ /