Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | cmake: Add an option to control what files needs to be traced | Alex Turbov | 2016-06-17 | 4 | -1/+40 | |
* | | | | | | | | Merge topic 'refactor-flags' | Brad King | 2016-06-20 | 13 | -160/+157 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | cmExtraSublimeTextGenerator: Use GetTargetCompileFlags | Tobias Hunger | 2016-06-17 | 1 | -24/+3 | |
| * | | | | | | | cmLocalGenerator: Adopt target compile flag generation | Tobias Hunger | 2016-06-17 | 3 | -31/+32 | |
| * | | | | | | | cmLocalGenerator: Add method to get Fortran-specific compiler flags | Brad King | 2016-06-17 | 6 | -49/+62 | |
| * | | | | | | | cmGeneratorTarget: Adopt Fortran module directory generation | Tobias Hunger | 2016-06-17 | 5 | -46/+43 | |
| * | | | | | | | Refactor Makefile/Ninja tool working directory storage | Brad King | 2016-06-17 | 8 | -16/+23 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'cmake-gui-Qt-LGPLv3' | Brad King | 2016-06-20 | 2 | -7/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmake-gui: Reference LGPLv3 when redistributing Qt | Brad King | 2016-06-17 | 2 | -7/+8 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'revert-vs-clang-minsize' | Brad King | 2016-06-20 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | VS: Fix regressed mapping for the cl `/Os` compiler flag | Brad King | 2016-06-17 | 1 | -1/+0 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-20 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-19 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-18 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'xcode-mig-support' | Brad King | 2016-06-17 | 3 | -22/+69 | |
|\ \ \ \ \ | ||||||
| * | | | | | Xcode: Add support for mig files | James Touton | 2016-06-17 | 1 | -0/+2 | |
| * | | | | | Xcode: Add XCODE_FILE_ATTRIBUTES source file property | James Touton | 2016-06-17 | 1 | -0/+14 | |
| * | | | | | Xcode: Don't emit empty settings blocks. | James Touton | 2016-06-17 | 1 | -6/+7 | |
| * | | | | | Xcode: Add function to conditionally add Xcode Attributes | Gregor Jasny | 2016-06-17 | 2 | -0/+25 | |
| * | | | | | Xcode: Add const qualifiers | James Touton | 2016-06-17 | 1 | -16/+21 | |
* | | | | | | Merge topic 'link_what_you_use' | Brad King | 2016-06-17 | 5 | -6/+79 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add options to run `ldd -u -r` as a "link-what-you-use" tool | Bill Hoffman | 2016-06-17 | 5 | -6/+79 | |
* | | | | | | | Merge topic 'CodeBlocks-generated-sources' | Brad King | 2016-06-17 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CodeBlocks: Show generated files in non-utility targets | Enrico Bedau | 2016-06-16 | 1 | -2/+4 | |
* | | | | | | | | Merge topic 'CodeBlocks-include-order' | Brad King | 2016-06-17 | 1 | -7/+11 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | cmExtraCodeBlocksGenerator: Do not shuffle include directories | Tobias Hunger | 2016-06-17 | 1 | -7/+11 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-17 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge topic 'cmOutputConverter-stringstream' | Brad King | 2016-06-16 | 2 | -192/+39 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmOutputConverter: implement Shell__GetArgument using ostringstream | Daniel Pfeifer | 2016-06-15 | 2 | -192/+39 | |
* | | | | | | | Merge topic 'cleanup-streams' | Brad King | 2016-06-16 | 27 | -69/+69 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmXMLWriter: use ifstream from KWSys | Daniel Pfeifer | 2016-06-14 | 1 | -2/+2 | |
| * | | | | | | | Prefer istringstream and ostringstream over stringstream. | Daniel Pfeifer | 2016-06-14 | 17 | -55/+55 | |
| * | | | | | | | Remove redundant arguments from fstream constructors | Daniel Pfeifer | 2016-06-14 | 6 | -8/+8 | |
| * | | | | | | | Access std::ios_base with std::ios | Daniel Pfeifer | 2016-06-14 | 3 | -4/+4 | |
* | | | | | | | | Merge topic 'iwyu-preparation' | Brad King | 2016-06-16 | 6 | -84/+163 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmTargetLinkLibraryType: Extract from cmStandardIncludes.h | Daniel Pfeifer | 2016-06-16 | 2 | -7/+23 | |
| * | | | | | | | | cmTypeMacro: Extract from cmStandardIncludes.h | Daniel Pfeifer | 2016-06-16 | 2 | -22/+38 | |
| * | | | | | | | | cmCustomCommandLines: Extract from cmStandardIncludes.h | Daniel Pfeifer | 2016-06-16 | 2 | -18/+39 | |
| * | | | | | | | | cmDocumentationEntry: Extract from cmStandardIncludes | Daniel Pfeifer | 2016-06-13 | 2 | -25/+46 | |
| * | | | | | | | | cmConfigure.h: Establish as 'include first' file | Daniel Pfeifer | 2016-06-13 | 2 | -12/+17 | |
* | | | | | | | | | Merge topic 'clean-up-cmMakefile-IssueMessage' | Brad King | 2016-06-16 | 2 | -6/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmIfCommand: Don't rely on NestedError logic to issue messages | Stephen Kelly | 2016-06-13 | 1 | -3/+3 | |
| * | | | | | | | | | cmMakefile: Extract invoke result variables | Stephen Kelly | 2016-06-13 | 1 | -3/+4 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'clean-up-Parser' | Brad King | 2016-06-16 | 3 | -82/+86 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Parser: Out-of-line conditional code to cmMakefile | Stephen Kelly | 2016-06-13 | 3 | -76/+77 | |
| * | | | | | | | | | Parser: Issue file open error messages through dedicated API | Stephen Kelly | 2016-06-13 | 1 | -6/+9 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'find_package-duplicate-search-paths' | Brad King | 2016-06-16 | 2 | -8/+26 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | cmFindPackageCommand: remove duplicate paths from error message | Ben Boeckel | 2016-06-13 | 2 | -1/+18 | |
| * | | | | | | | | cmFindPackageCommand: use iterators to loop over configurations | Ben Boeckel | 2016-06-13 | 1 | -8/+9 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-16 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | |