Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'unified-commandline-length' | Brad King | 2017-04-21 | 5 | -55/+50 |
|\ | |||||
| * | Ninja,Makefile: Unify command line limit logic | Christian Pfeiffer | 2017-04-19 | 5 | -55/+50 |
* | | Merge topic 'FindwxWidgets-verify-wx-config' | Brad King | 2017-04-21 | 1 | -0/+22 |
|\ \ | |||||
| * | | FindwxWidgets: Verify existence of libraries reported by wx-config | Jan Mrázek | 2017-04-20 | 1 | -0/+22 |
* | | | Merge topic '16795-xcode-system-header-search-paths' | Brad King | 2017-04-21 | 1 | -4/+33 |
|\ \ \ | |||||
| * | | | Xcode: Use SYSTEM_HEADER_SEARCH_PATHS attribute for system includes | Gregor Jasny | 2017-04-19 | 1 | -4/+33 |
* | | | | Merge topic 'autogen-fixes' | Brad King | 2017-04-21 | 6 | -5/+111 |
|\ \ \ \ | |||||
| * | | | | Autogen: Pass explicit predefines header to moc if possible | Aleix Pol | 2017-04-20 | 6 | -5/+111 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-04-21 | 1 | -1/+1 |
* | | | | | Merge branch 'release' | Brad King | 2017-04-20 | 0 | -0/+0 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'FindBoost-fix-backslash-tolerance' into release | Brad King | 2017-04-19 | 1 | -2/+3 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'FindOpenSSL-more-precompiled' into release | Brad King | 2017-04-19 | 1 | -0/+4 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'remove-vs7.1-generator' | Brad King | 2017-04-20 | 42 | -246/+47 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 39 | -231/+45 |
| * | | | | | | | | cmGlobalVisualStudioGenerator: Drop VS7 enumeration value | Brad King | 2017-04-19 | 4 | -5/+2 |
| * | | | | | | | | cmGlobalVisualStudio8Generator: Drop unused GetDocumentation method | Brad King | 2017-04-19 | 2 | -10/+0 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'FindBoost-fix-backslash-tolerance' | Brad King | 2017-04-20 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | FindBoost: Restore tolerance of backslashes in paths | Alex Turbov | 2017-04-19 | 1 | -2/+3 |
* | | | | | | | | Merge topic 'FindOpenSSL-more-precompiled' | Brad King | 2017-04-20 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | FindOpenSSL: Add more library name alternatives | Alex Turbov | 2017-04-19 | 1 | -0/+4 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'doc-dev-source-code' | Brad King | 2017-04-20 | 4 | -36/+53 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help/dev: Adopt C++ subset rules in coding guide | Brad King | 2017-04-19 | 2 | -24/+21 |
| * | | | | | | | Help/dev: Adopt clang-format instructions in coding guide | Brad King | 2017-04-19 | 2 | -12/+16 |
| * | | | | | | | Help/dev: Add a CMake Source Code Guide placeholder | Brad King | 2017-04-19 | 2 | -0/+16 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2017-04-20 | 8 | -188/+194 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-04-19 | 8 | -188/+194 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | KWSys 2017-04-19 (9f6ffaff) | KWSys Upstream | 2017-04-19 | 8 | -188/+194 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-04-20 | 1 | -1/+1 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge topic 'objlib-extend' | Brad King | 2017-04-19 | 65 | -188/+610 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Allow OBJECT libraries to be installed, exported, and imported | Robert Maynard | 2017-04-18 | 38 | -94/+362 |
| * | | | | | | | | Genex: Allow TARGET_OBJECTS to be used everywhere | Robert Maynard | 2017-04-18 | 12 | -14/+102 |
| * | | | | | | | | Genex: Reject TARGET_OBJECTS on non-object libraries earlier | Brad King | 2017-04-18 | 11 | -41/+53 |
| * | | | | | | | | Tests: ExportImport C code should use explicit (void) in prototypes | Robert Maynard | 2017-04-18 | 1 | -12/+12 |
| * | | | | | | | | cmInstallTargetGenerator: Re-order GenerateScriptForConfig logic | Brad King | 2017-04-18 | 1 | -19/+22 |
| * | | | | | | | | cmGlobalGenerator: Add method to check if object file location is known | Brad King | 2017-04-18 | 3 | -0/+19 |
| * | | | | | | | | cmGeneratorTarget: Add method to get the object file directory | Brad King | 2017-04-18 | 2 | -0/+17 |
| * | | | | | | | | cmGeneratorTarget: Factor out a GetTargetObjectNames method | Brad King | 2017-04-18 | 3 | -29/+43 |
| * | | | | | | | | cmGeneratorTarget: Drop default GetLinkerLanguage config argument | Brad King | 2017-04-17 | 2 | -2/+3 |
* | | | | | | | | | Merge topic 'test-CheckIPOSupported' | Brad King | 2017-04-19 | 10 | -0/+99 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Tests: Add cases for typical CheckIPOSupported usage | Ruslan Baratov | 2017-04-18 | 10 | -0/+99 |
* | | | | | | | | | | Merge topic 'fix-CMakeTestAllGenerators' | Brad King | 2017-04-19 | 2 | -49/+11 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Tests: Drop machine-specific logic from CMakeTestAllGenerators | Brad King | 2017-04-18 | 1 | -22/+0 |
| * | | | | | | | | | | Tests: Run CMakeTestAllGenerators serially | Brad King | 2017-04-18 | 1 | -0/+3 |
| * | | | | | | | | | | Tests: Fix CMakeTestAllGenerators generator list | Brad King | 2017-04-18 | 1 | -27/+8 |
* | | | | | | | | | | | Merge topic 'doc-CMAKE_MATCH_n' | Brad King | 2017-04-19 | 5 | -24/+49 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Help: Document CMAKE_MATCH_<n> variables | Brad King | 2017-04-18 | 5 | -4/+17 |
| * | | | | | | | | | | | Help: Link from if(MATCHES) to regex specification docs | Brad King | 2017-04-18 | 2 | -1/+3 |
| * | | | | | | | | | | | Help: Format string() command regex specification docs | Brad King | 2017-04-18 | 1 | -20/+30 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | Merge topic 'findmpi-add-imported-targets' | Brad King | 2017-04-19 | 7 | -0/+113 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | FindMPI: Add test case | Christian Pfeiffer | 2017-04-18 | 6 | -0/+84 |