Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-15 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-14 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'expose-cache-properties' | Brad King | 2016-06-13 | 7 | -4/+35 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmState: Expose list of properties of values in the cache | Tobias Hunger | 2016-06-10 | 2 | -0/+9 | |
| * | | | | | cmCacheEntry: Retrieve all properties of cache entries | Tobias Hunger | 2016-06-10 | 2 | -0/+12 | |
| * | | | | | cmPropertyList: Add a way to retrieve all properties | Tobias Hunger | 2016-06-10 | 2 | -0/+14 | |
| * | | | | | cmake: Kill cmake::CacheManager and its getter | Tobias Hunger | 2016-06-10 | 1 | -4/+0 | |
* | | | | | | Merge topic 'fix-cmake-ISP-violation' | Brad King | 2016-06-13 | 5 | -18/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmake: Remove force from IssueMessage API | Stephen Kelly | 2016-06-12 | 5 | -19/+16 | |
| * | | | | | | cmake: Extract DisplayMessage API. | Stephen Kelly | 2016-06-12 | 2 | -0/+9 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge topic 'avoid-cmMakefile-IssueMessage-after-configure' | Brad King | 2016-06-13 | 5 | -21/+49 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmMakefile: Port messages for compile features to cmake | Stephen Kelly | 2016-06-12 | 2 | -12/+33 | |
| * | | | | | | cmGlobalGenerator: Don't use cmMakefile::IssueMessage after configure | Stephen Kelly | 2016-06-12 | 1 | -3/+4 | |
| * | | | | | | cmMakefile: Avoid IssueMessage after configure is finished | Stephen Kelly | 2016-06-12 | 1 | -5/+9 | |
| * | | | | | | cmLocalGenerator: Store Backtrace for the directory | Stephen Kelly | 2016-06-12 | 2 | -1/+3 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'fix-Message-API-ISP-violation' | Brad King | 2016-06-13 | 3 | -52/+27 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmake: Issue message independent of cmMakefile definition | Stephen Kelly | 2016-06-12 | 3 | -52/+27 | |
* | | | | | | | Merge topic 'find-lib32' | Brad King | 2016-06-13 | 5 | -5/+27 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Teach find_library and find_package to search lib32 paths (#11260) | Daniel Scharrer | 2016-06-10 | 5 | -5/+27 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'add-braces' | Brad King | 2016-06-13 | 27 | -102/+195 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add missing braces around statements in header files | Daniel Pfeifer | 2016-06-11 | 3 | -7/+14 | |
| * | | | | | | | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 24 | -95/+181 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'refactor-cmLocalGenerator-flags' | Brad King | 2016-06-13 | 3 | -18/+30 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmLocalGenerator: Add GetTargetDefines to get all defines for a target | Tobias Hunger | 2016-06-10 | 3 | -11/+20 | |
| * | | | | | | | cmLocalGenerator: Constify AppendDefines and AddCompileDefinitions | Brad King | 2016-06-10 | 2 | -7/+10 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-13 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-06-12 | 1 | -1/+1 | |
| |/ / / / |/| | | | |