summaryrefslogtreecommitdiff
path: root/Source/cmLocalNinjaGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Restore "all" target in subdirectories marked EXCLUDE_FROM_ALLBrad King2019-09-301-1/+3
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-3/+1
|\
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* | Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-4/+5
|\ \
| * | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-4/+5
| |/
* | Merge topic 'exclude_from_all'Brad King2019-01-251-3/+1
|\ \
| * | Pass EXCLUDE_FROM_ALL from directory to targetsZack Galbreath2019-01-211-3/+1
| |/
* | cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-2/+2
|/
* cmLocalNinjaGenerator: Prevent echoing of lines in ninja generated batch filesMark O'Neill2018-12-061-0/+1
* cmLocalNinjaGenerator: Report line of failure in ninja generated batch fileMark O'Neill2018-12-061-2/+14
* cmLocalNinjaGenerator: Propagate failures from batch file back to ninjaMark O'Neill2018-12-061-1/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-221-4/+3
* cmLocalNinjaGenerator: Simplify CreateRulePlaceholderExpanderMateusz Zych2018-10-261-2/+2
* Ninja,Makefile: Drop extra space after RULE_LAUNCH_CUSTOM valueBrad King2018-09-111-5/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-3/+3
* Ninja: Drop unnecessary ident encoding logic for pathsBrad King2018-04-191-2/+1
* Add glob verify support to XCode, VS, Ninja, and Makefile generatorsShane Parris2018-04-011-0/+10
* Ninja: Generate scripts for long custom command sequencesRoger Leigh2018-02-061-4/+84
* Makefile,Ninja: De-duplicate ComputeObjectFilenames methodBrad King2018-01-291-14/+0
* Ninja: add CMAKE_JOB_POOLS variable as default for JOBS_POOLSMatt McCormick2017-11-291-0/+3
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-2/+2
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-23/+17
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-2/+2
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* cmLocalCommonGenerator: Save CMAKE_BUILD_TYPE on constructionBrad King2017-05-151-2/+0
* Merge topic 'split-sysroot'Brad King2017-05-111-2/+3
|\
| * Add options for separate compile and link sysrootsBrad King2017-05-091-2/+3
* | Ninja: Fix command concatenation on WindowsBernhard Burgermeister2017-05-091-1/+7
|/
* Merge topic 'loosen-object-deps'Brad King2017-04-241-2/+4
|\
| * ninja: break unnecessary target dependenciesBen Boeckel2017-04-211-2/+4
* | CUDA: Allow sources to be compiled to .ptx filesRobert Maynard2017-04-201-2/+5
|/
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-7/+8
* Ninja: Fix POST_BUILD noop on WindowsBrad King2016-10-281-6/+2
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* cmRulePlaceholderExpander: Port clients to direct-useStephen Kelly2016-10-151-3/+15
* cmLocalGenerator: Use a converter in rule replacement APIStephen Kelly2016-10-151-1/+1
* cmLocalGenerator: Remove the launcher from RuleVariablesStephen Kelly2016-10-151-4/+6
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-6/+0
* Ninja: Extract identical code from conditionStephen Kelly2016-10-081-3/+1
* Ninja: Replace array access with local variableStephen Kelly2016-10-071-4/+4
* Ninja: Separate two coupled callsStephen Kelly2016-10-071-4/+3
* cmLocalGenerator: Simplify ConvertToLinkReferenceStephen Kelly2016-10-061-3/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Convert: Inline uses of START_OUTPUTStephen Kelly2016-09-191-2/+4
* Convert: Inline uses of HOME_OUTPUTStephen Kelly2016-09-191-1/+2
* Common: Use a string instead of enum for WorkingDirectoryStephen Kelly2016-09-191-1/+1
* Convert: Avoid HOME_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-1/+1