| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Prepare Ninja generator for multi-config | Kyle Edwards | 2019-12-13 | 1 | -2/+1 |
|
|
* | PCH: Generate sources during Compute step | Cristian Adam | 2019-10-09 | 1 | -2/+0 |
|
|
* | Unity build: Generate sources during Compute step | Brad King | 2019-10-03 | 1 | -1/+0 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
|
|
* | Unity build: Add support for Ninja and Makefile generators | Cristian Adam | 2019-08-29 | 1 | -0/+1 |
|
|
* | Precompile headers: Add methods to generate PCH sources | Cristian Adam | 2019-08-28 | 1 | -0/+2 |
|
|
* | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -2/+2 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -0/+1 |
|
|
* | Ninja,Makefile: use `unique_ptr` for memory management | Saleem Abdulrasool | 2019-04-18 | 1 | -5/+4 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -5/+3 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+2 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -5/+5 |
|
|
* | Makefiles: Introduce local RelativePath method | Stephen Kelly | 2016-10-06 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Convert: Inline HOME_OUTPUT MAKERULE conversion | Stephen Kelly | 2016-09-19 | 1 | -3/+6 |
|
|
* | Makefiles: Change AppendCustomCommand API to strings | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
* | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-23 | 1 | -1/+7 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -31/+26 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -3/+0 |
|
|
* | cmGeneratorTarget: Add API for target-relative commands. | Stephen Kelly | 2015-10-26 | 1 | -4/+4 |
|
|
* | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -5/+6 |
|
|
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -2/+2 |
|
|
* | Use GetName from cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -3/+4 |
|
|
* | cmMakefileTargetGenerator: Require cmGeneratorTarget. | Stephen Kelly | 2015-06-22 | 1 | -1/+1 |
|
|
* | cmGlobalUnixMakefileGenerator3: Host the include directive. | Stephen Kelly | 2015-05-16 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE' | Brad King | 2014-07-22 | 1 | -1/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -2/+2 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Port some of the generator API to cmGeneratorTarget. | Stephen Kelly | 2013-11-22 | 1 | -3/+3 |
|
|
* | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 1 | -3/+0 |
|
|
* | Fix memory leak in Makefile generator. | Nicolas Despres | 2012-07-22 | 1 | -0/+7 |
|
|
* | Re-factor bundle content copying rules generation. | Nicolas Despres | 2012-07-17 | 1 | -0/+6 |
|
|
* | CMake: Fix progress reporting for custom targets (#12441) | Johan Fänge | 2011-12-14 | 1 | -0/+14 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Give target in which custom commands build | Brad King | 2009-02-10 | 1 | -2/+2 |
|
|
* | ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties | Brad King | 2008-02-18 | 1 | -1/+3 |
|
|
* | ENH: Add a depends check step to custom targets. Add support for the IMPLICI... | Brad King | 2007-12-21 | 1 | -0/+4 |
|
|
* | BUG: A utility target should not run the custom commands from its source file... | Brad King | 2007-05-01 | 1 | -22/+6 |
|
|
* | BUG: fix for build order | Ken Martin | 2007-03-02 | 1 | -2/+27 |
|
|
* | ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalU... | Brad King | 2006-12-14 | 1 | -1/+12 |
|
|
* | BUG: Custom command outputs listed explicitly as source files in a target sho... | Brad King | 2006-06-01 | 1 | -14/+3 |
|
|
* | ENH: Cleaned up generation of symbolic rules. Removed generation of rebuild_... | Brad King | 2006-02-15 | 1 | -6/+2 |
|
|
* | ENH: some cleanup of the makefile generator | Ken Martin | 2006-02-14 | 1 | -0/+90 |
|
|