summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-9/+6
* ninja: make dyndep generation language awareBen Boeckel2019-02-251-1/+2
* Ninja: Detect when ninja is new enough to support a multi-line depfileBrad King2019-01-301-0/+6
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-2/+0
|\
| * cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-2/+0
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* | Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-1/+1
|\ \
| * | cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-1/+1
| |/
* | Pass EXCLUDE_FROM_ALL from directory to targetsZack Galbreath2019-01-211-2/+2
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+8
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-7/+5
* Ninja: Drop unnecessary ident encoding logic for pathsBrad King2018-04-191-1/+0
* Add glob verify support to XCode, VS, Ninja, and Makefile generatorsShane Parris2018-04-021-0/+3
* Ninja: Cache ConvertToNinjaPath results to avoid repeat workMatthias Maennich2017-09-191-1/+5
* Ninja: Improve performance with deeply-dependent custom targetsMatthias Maennich2017-09-191-4/+3
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-27/+24
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-031-1/+1
* Ninja: Fix escaping of path to depfileBrad King2017-05-301-1/+0
* ninja: break unnecessary target dependenciesBen Boeckel2017-04-211-4/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-301-0/+2
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-9/+13
* Ninja: Fix POST_BUILD noop on WindowsBrad King2016-10-281-0/+3
* Ninja: Use binary dir for `$subdir/all` targetsAlexis Murzeau2016-10-241-1/+0
* Merge topic 'ninja-encoding'Brad King2016-10-211-0/+3
|\
| * Ninja: Use ANSI encoding for Ninja build files on WindowsDāvis Mosāns2016-10-201-0/+3
* | cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-1/+1
|/
* cmState: Port dependent code to new cmStateDirectory nameStephen Kelly2016-10-191-1/+1
* cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-2/+3
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-0/+3
* Ninja: ConstifyStephen Kelly2016-10-101-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Ninja: Conditionally allow Fortran based on ninja 'dyndep' supportBrad King2016-09-221-0/+1
* Ninja: Add internal tool to produce a ninja dyndep file for FortranBrad King2016-09-221-0/+9
* Ninja: Add API to check for dyndep supportBrad King2016-09-221-0/+1
* Ninja: Refactor ninja feature detectionBrad King2016-09-221-0/+3
* Ninja: Refactor Fortran rejection logicBrad King2016-09-221-0/+2
* cmGlobalNinjaGenerator: Add API to check for implicit outputs supportBrad King2016-09-201-0/+2
* cmGlobalNinjaGenerator: Teach WriteBuild about implicit outputsBrad King2016-09-201-0/+1
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-5/+17
* add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-301-1/+2
* Ninja: Fix inter-target order-only dependencies of custom commandsBrad King2016-07-201-0/+11
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-26/+31
* Ninja: Support embedding of CMake as subninja projectNicolas Despres2016-05-171-0/+5
* Ninja: Pass all build paths through a central methodNicolas Despres2016-05-171-0/+2