| Commit message (Expand) | Author | Age | Files | Lines |
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+3 |
|
|
* | Merge topic 'clean-up-cmMakefile' | Brad King | 2015-04-21 | 1 | -2/+2 |
|\ |
|
| * | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
| * | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'add-GreenHills-MULTI-generator' | Brad King | 2015-04-20 | 1 | -0/+1 |
|\ |
|
| * | Add a 'Green Hills MULTI' generator on Windows | Geoff Viola | 2015-04-20 | 1 | -0/+1 |
|
|
* | | Ninja: Drop 'experimental' label in documentation | Brad King | 2015-04-14 | 1 | -1/+1 |
|/ |
|
* | Ninja: Add policy to require explicit custom command byproducts | Brad King | 2015-03-20 | 1 | -6/+55 |
|
|
* | cmGlobalNinjaGenerator: Optimize handling of known build outputs | Brad King | 2015-03-20 | 1 | -10/+7 |
|
|
* | cmGlobalNinjaGenerator: Fix spelling of "unknown" | Brad King | 2015-03-20 | 1 | -4/+4 |
|
|
* | Ninja: Do not generate circular phony rules (#15454) | Brad King | 2015-03-18 | 1 | -1/+1 |
|
|
* | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 1 | -0/+6 |
|
|
* | Merge topic 'drop-ancient-workarounds' | Brad King | 2015-01-12 | 1 | -4/+4 |
|\ |
|
| * | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -4/+4 |
|
|
* | | Use two-iterator std::set::insert where appropriate. | Stephen Kelly | 2015-01-11 | 1 | -6/+3 |
|/ |
|
* | Ninja: Refactor restat to be a string internally | Brad King | 2014-11-14 | 1 | -9/+9 |
|
|
* | Ninja: Implement USES_TERMINAL using the console pool if available | Peter Collingbourne | 2014-11-14 | 1 | -0/+6 |
|
|
* | Ninja: factor out the test for console pool support | Peter Collingbourne | 2014-11-14 | 1 | -3/+7 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -11/+11 |
|
|
* | Ninja: Limit custom command side-effects to build folder | Brad King | 2014-10-08 | 1 | -6/+16 |
|
|
* | Ninja: Fix variable duplication in RSP rules | Nils Gladitz | 2014-10-06 | 1 | -1/+1 |
|
|
* | Ninja: Use 'console' pool for CMake re-run if possible (#14915) | Sylvain Joubert | 2014-10-03 | 1 | -1/+22 |
|
|
* | Ninja: Prevent compilers to be silently modified | Sylvain Joubert | 2014-09-22 | 1 | -0/+9 |
|
|
* | Ninja: Don't limit custom cmd side-effects to build folder (#14972) | Adam Strzelecki | 2014-06-30 | 1 | -16/+6 |
|
|
* | Ninja: Consider only custom commands deps as side-effects (#14972) | Adam Strzelecki | 2014-06-30 | 1 | -10/+12 |
|
|
* | Merge topic 'ninja-avoid-double-phony' | Brad King | 2014-06-16 | 1 | -0/+9 |
|\ |
|
| * | Ninja: Remove CMake includes from explicit depends (#14972) | Adam Strzelecki | 2014-06-16 | 1 | -0/+9 |
|
|
* | | ninja: Don't use a stringstream to build an argument list | Ben Boeckel | 2014-05-02 | 1 | -14/+14 |
|
|
* | | Rename local 'dir_max' variables to 'dir' | Stephen Kelly | 2014-03-17 | 1 | -6/+6 |
|
|
* | | cmGlobalGenerator: Make ComputeTargetObjects non-virtual | Stephen Kelly | 2014-03-15 | 1 | -23/+0 |
|
|
* | | cmLocalGenerator: Add ComputeObjectFilenames interface. | Stephen Kelly | 2014-03-13 | 1 | -8/+15 |
|
|
* | | cmGeneratorTarget: Constify cmSourceFile* in containers. | Stephen Kelly | 2014-03-13 | 1 | -3/+3 |
|
|
* | | cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface. | Stephen Kelly | 2014-03-13 | 1 | -11/+16 |
|
|
* | | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -2/+2 |
|
|
* | | stringapi: Use strings for program paths | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|/ |
|
* | Ninja: Normalize paths of CMake re-run rule dependencies | Brad King | 2014-01-21 | 1 | -6/+14 |
|
|
* | Merge topic 'ninja_fix_rerun' | Brad King | 2014-01-16 | 1 | -3/+0 |
|\ |
|
| * | Revert "Ninja: Track configured files so we can regenerate them." | Brad King | 2014-01-15 | 1 | -3/+0 |
|
|
* | | Merge topic 'revert-ninja_fix_rerun' | Brad King | 2014-01-16 | 1 | -24/+5 |
|\ \ |
|
| * | | Revert "Ninja: Avoid re-running CMake on next build after regeneration" | Brad King | 2014-01-15 | 1 | -24/+5 |
|
|
* | | | Merge topic 'ninja_fix_rerun' | Brad King | 2014-01-13 | 1 | -5/+24 |
|\ \ \
| |/ / |
|
| * | | Ninja: Avoid re-running CMake on next build after regeneration | Robert Maynard | 2014-01-13 | 1 | -5/+24 |
| |/ |
|
* | | cmGeneratorTarget: Add methods to access source file groups. | Stephen Kelly | 2014-01-09 | 1 | -3/+5 |
|
|
* | | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -2/+2 |
|
|