| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -9/+10 |
|
|
* | cmMakefile: use std::string in more methods; cleanup c_str()s | Vitaly Stakhovsky | 2018-01-23 | 1 | -2/+2 |
|
|
* | cmSourceFileLocation: allow skipping ambiguous extensions | Ben Boeckel | 2018-01-10 | 1 | -5/+10 |
|
|
* | Merge topic '17431-iphone-deployment-target' | Brad King | 2018-01-08 | 1 | -1/+16 |
|\ |
|
| * | Darwin: Emit deployment target that matches the SDK | Gregor Jasny | 2017-12-22 | 1 | -0/+15 |
|
|
| * | Xcode: rename embedded SDK query function | Gregor Jasny | 2017-12-22 | 1 | -1/+1 |
|
|
* | | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'server-target-isGeneratorProvided' | Brad King | 2017-11-27 | 1 | -3/+10 |
|\ |
|
| * | server: return whether or not a target is generator provided | Justin Goshi | 2017-11-20 | 1 | -3/+10 |
|
|
* | | Merge topic 'serverFixTestDiscovery' | Brad King | 2017-11-27 | 1 | -5/+5 |
|\ \
| |/
|/| |
|
| * | server: ctestInfo fix to return all tests | Justin Goshi | 2017-11-17 | 1 | -5/+5 |
|
|
* | | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-11-17 | 1 | -1/+12 |
|/ |
|
* | Merge topic 'server-test-info' | Brad King | 2017-11-07 | 1 | -0/+5 |
|\ |
|
| * | server: add "ctestInfo" request to get test info | Justin Goshi | 2017-11-03 | 1 | -0/+5 |
|
|
* | | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -2/+2 |
|
|
* | | CMP0037: De-duplicate check and message generation | Brad King | 2017-10-30 | 1 | -0/+3 |
|/ |
|
* | cmake-server: Add target install destinations to codemodel | Justin Goshi | 2017-10-24 | 1 | -0/+4 |
|
|
* | Merge topic 'auto_ptr' | Brad King | 2017-09-27 | 1 | -6/+7 |
|\ |
|
| * | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -6/+7 |
|
|
* | | Revert "Performance: Improve efficiency of source file lookup in cmMakefile" | Brad King | 2017-09-25 | 1 | -11/+0 |
|/ |
|
* | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-09-20 | 1 | -0/+11 |
|
|
* | cmMakefile: Drop unused method | Aaron Orenstein | 2017-09-20 | 1 | -1/+0 |
|
|
* | cmMakefile: Add GetOrCreateSourceGroup methods | Sebastian Holtermann | 2017-09-09 | 1 | -0/+12 |
|
|
* | cmMakefile: Collect source group methods in one place | Sebastian Holtermann | 2017-09-09 | 1 | -23/+18 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -16/+18 |
|
|
* | Merge topic 'autogen-optimize-cleanup' | Brad King | 2017-08-23 | 1 | -5/+0 |
|\ |
|
| * | Remove AUTOGEN variables from cmSourceFile and cmMakefile | Sebastian Holtermann | 2017-08-22 | 1 | -5/+0 |
|
|
* | | Use C++11 unordered containers | Daniel Pfeifer | 2017-08-22 | 1 | -3/+3 |
|/ |
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -1/+1 |
|
|
* | find_*: Add a new PackageRoot search path group | Chuck Atkins | 2017-05-16 | 1 | -0/+5 |
|
|
* | Use CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-24 | 1 | -5/+3 |
|
|
* | cmMakefile::ScopePushPop: make noncopyable | Daniel Pfeifer | 2017-04-21 | 1 | -0/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | cmMakefile: Create an explicit "Object Libraries" source group | Brad King | 2017-04-11 | 1 | -0/+4 |
|
|
* | Add support for x32-abi | Steven Newbury | 2017-03-07 | 1 | -0/+2 |
|
|
* | Makefile: Allow adding post-build rules to object libraries | Gregor Jasny | 2017-02-22 | 1 | -1/+9 |
|
|
* | add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option | Ed Branch | 2017-01-14 | 1 | -5/+10 |
|
|
* | Features: Add infrastructure for C++ 17 language standard | Brad King | 2016-12-02 | 1 | -1/+2 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -10/+10 |
|
|
* | Introduce CM_UNORDERED_MAP | Daniel Pfeifer | 2016-10-24 | 1 | -27/+4 |
|
|
* | cmState: Split auxiliary classes into separate files | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -3/+3 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -3/+5 |
|
|
* | Merge topic 'clean-up-link-configuration' | Brad King | 2016-10-10 | 1 | -15/+1 |
|\ |
|
| * | cmMakefile: Implement LinkLibraries as an internal property | Stephen Kelly | 2016-10-07 | 1 | -7/+0 |
|
|
| * | cmMakefile: Inline method into only remaining caller | Stephen Kelly | 2016-10-07 | 1 | -2/+0 |
|
|
| * | cmMakefile: Remove obsolete parameter | Stephen Kelly | 2016-10-07 | 1 | -1/+1 |
|
|
| * | cmMakefile: Inline method into only caller | Stephen Kelly | 2016-10-07 | 1 | -1/+0 |
|
|