summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATORJean-Christophe Fillion-Robin2016-05-092-2/+33
* Merge topic 'doc-cmake-E-updates'Brad King2016-05-031-1/+1
|\
| * Help: Improve 'cmake -E md5sum' documentationBartosz Kosiorek2016-05-021-1/+1
* | Merge topic 'doc-cmake-policies-manual-improvements'Brad King2016-05-033-4/+15
|\ \
| * | cmRST: Parse toctree lines with Sphinx cross-reference syntaxBrad King2016-05-022-3/+14
| * | CMP0059: Fix typo in policy descriptionBrad King2016-05-021-1/+1
| |/
* | Merge topic 'clang-format-include-order'Brad King2016-05-0315-13/+22
|\ \
| * | Source: Sort includes the way clang-format wouldBrad King2016-05-034-5/+5
| * | Source: Sort includes of sys/types.h as clang-format wouldBrad King2016-05-034-4/+4
| * | Source: Stabilize include order of sys/types.h before sys/stat.hBrad King2016-05-037-4/+13
* | | CMake Nightly Date StampKitware Robot2016-05-031-1/+1
| |/ |/|
* | Merge topic 'clang-format-include-order'Brad King2016-05-02348-769/+978
|\ \ | |/
| * Format include directive blocks and ordering with clang-formatBrad King2016-04-29214-661/+661
| * Source: Stabilize include orderBrad King2016-04-29254-114/+322
| * CursesDialog: add missing cmState includeDaniel Pfeifer2016-04-291-0/+1
* | CMake Nightly Date StampKitware Robot2016-05-021-1/+1
* | CMake Nightly Date StampKitware Robot2016-05-011-1/+1
* | CMake Nightly Date StampKitware Robot2016-04-301-1/+1
* | Merge topic 'vs71-deprecate'Brad King2016-04-292-1/+18
|\ \
| * | Deprecate Visual Studio 7 .NET 2003 generatorBrad King2016-04-282-1/+18
| |/
* | Merge topic 'clang-tidy-argv0'Brad King2016-04-291-2/+4
|\ \
| * | Clang-Tidy: Give entire compiler command line to clant-tidy toolDaniel Pfeifer2016-04-281-2/+4
| |/
* | CMake Nightly Date StampKitware Robot2016-04-291-1/+1
|/
* Merge topic 'clang-tidy-output-cleanup'Brad King2016-04-281-3/+7
|\
| * Clang-Tidy: copy stdout to sterr; ignore original stderrDaniel Pfeifer2016-04-271-3/+7
* | CMake Nightly Date StampKitware Robot2016-04-281-1/+1
* | Merge topic 'ghs-duplicate-objects'Brad King2016-04-272-0/+44
|\ \
| * | GHS: Fix handling of duplicate source filenames (#16046)Geoff Viola2016-04-252-0/+44
* | | 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 '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