summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge topic 'refactor-flags'Brad King2016-06-2013-160/+157
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | cmExtraSublimeTextGenerator: Use GetTargetCompileFlagsTobias Hunger2016-06-171-24/+3
| * | | | | | | cmLocalGenerator: Adopt target compile flag generationTobias Hunger2016-06-173-31/+32
| * | | | | | | cmLocalGenerator: Add method to get Fortran-specific compiler flagsBrad King2016-06-176-49/+62
| * | | | | | | cmGeneratorTarget: Adopt Fortran module directory generationTobias Hunger2016-06-175-46/+43
| * | | | | | | Refactor Makefile/Ninja tool working directory storageBrad King2016-06-178-16/+23
| |/ / / / / /
* | | | | | | Merge topic 'cmake-gui-Qt-LGPLv3'Brad King2016-06-202-7/+8
|\ \ \ \ \ \ \
| * | | | | | | cmake-gui: Reference LGPLv3 when redistributing QtBrad King2016-06-172-7/+8
| |/ / / / / /
* | | | | | | Merge topic 'revert-vs-clang-minsize'Brad King2016-06-201-1/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | VS: Fix regressed mapping for the cl `/Os` compiler flagBrad King2016-06-171-1/+0
* | | | | | | CMake Nightly Date StampKitware Robot2016-06-201-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2016-06-191-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2016-06-181-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'xcode-mig-support'Brad King2016-06-173-22/+69
|\ \ \ \ \
| * | | | | Xcode: Add support for mig filesJames Touton2016-06-171-0/+2
| * | | | | Xcode: Add XCODE_FILE_ATTRIBUTES source file propertyJames Touton2016-06-171-0/+14
| * | | | | Xcode: Don't emit empty settings blocks.James Touton2016-06-171-6/+7
| * | | | | Xcode: Add function to conditionally add Xcode AttributesGregor Jasny2016-06-172-0/+25
| * | | | | Xcode: Add const qualifiersJames Touton2016-06-171-16/+21
* | | | | | Merge topic 'link_what_you_use'Brad King2016-06-175-6/+79
|\ \ \ \ \ \
| * | | | | | Add options to run `ldd -u -r` as a "link-what-you-use" toolBill Hoffman2016-06-175-6/+79
* | | | | | | Merge topic 'CodeBlocks-generated-sources'Brad King2016-06-171-2/+4
|\ \ \ \ \ \ \
| * | | | | | | CodeBlocks: Show generated files in non-utility targetsEnrico Bedau2016-06-161-2/+4
* | | | | | | | Merge topic 'CodeBlocks-include-order'Brad King2016-06-171-7/+11
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | cmExtraCodeBlocksGenerator: Do not shuffle include directoriesTobias Hunger2016-06-171-7/+11
| | |_|_|/ / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2016-06-171-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge topic 'cmOutputConverter-stringstream'Brad King2016-06-162-192/+39
|\ \ \ \ \ \
| * | | | | | cmOutputConverter: implement Shell__GetArgument using ostringstreamDaniel Pfeifer2016-06-152-192/+39
* | | | | | | Merge topic 'cleanup-streams'Brad King2016-06-1627-69/+69
|\ \ \ \ \ \ \
| * | | | | | | cmXMLWriter: use ifstream from KWSysDaniel Pfeifer2016-06-141-2/+2
| * | | | | | | Prefer istringstream and ostringstream over stringstream.Daniel Pfeifer2016-06-1417-55/+55
| * | | | | | | Remove redundant arguments from fstream constructorsDaniel Pfeifer2016-06-146-8/+8
| * | | | | | | Access std::ios_base with std::iosDaniel Pfeifer2016-06-143-4/+4
* | | | | | | | Merge topic 'iwyu-preparation'Brad King2016-06-166-84/+163
|\ \ \ \ \ \ \ \
| * | | | | | | | cmTargetLinkLibraryType: Extract from cmStandardIncludes.hDaniel Pfeifer2016-06-162-7/+23
| * | | | | | | | cmTypeMacro: Extract from cmStandardIncludes.hDaniel Pfeifer2016-06-162-22/+38
| * | | | | | | | cmCustomCommandLines: Extract from cmStandardIncludes.hDaniel Pfeifer2016-06-162-18/+39
| * | | | | | | | cmDocumentationEntry: Extract from cmStandardIncludesDaniel Pfeifer2016-06-132-25/+46
| * | | | | | | | cmConfigure.h: Establish as 'include first' fileDaniel Pfeifer2016-06-132-12/+17
* | | | | | | | | Merge topic 'clean-up-cmMakefile-IssueMessage'Brad King2016-06-162-6/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmIfCommand: Don't rely on NestedError logic to issue messagesStephen Kelly2016-06-131-3/+3
| * | | | | | | | | cmMakefile: Extract invoke result variablesStephen Kelly2016-06-131-3/+4
| |/ / / / / / / /
* | | | | | | | | Merge topic 'clean-up-Parser'Brad King2016-06-163-82/+86
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Parser: Out-of-line conditional code to cmMakefileStephen Kelly2016-06-133-76/+77
| * | | | | | | | | Parser: Issue file open error messages through dedicated APIStephen Kelly2016-06-131-6/+9
| |/ / / / / / / /
* | | | | | | | | Merge topic 'find_package-duplicate-search-paths'Brad King2016-06-162-8/+26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | cmFindPackageCommand: remove duplicate paths from error messageBen Boeckel2016-06-132-1/+18
| * | | | | | | | cmFindPackageCommand: use iterators to loop over configurationsBen Boeckel2016-06-131-8/+9
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-06-161-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2016-06-151-1/+1
| |_|/ / / / / |/| | | | | |