summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ipo-policy-CMP0069'Brad King2017-03-311-0/+8
|\
| * Implement interprocedural optimization for GNU compilersRuslan Baratov2017-03-301-0/+8
* | Merge topic 'ninja-fix-sysconf-non-limit'Brad King2017-03-281-5/+9
|\ \ | |/ |/|
| * Ninja: Fix command line limit when sysconf has no ARG_MAXChristian Pfeiffer2017-03-271-5/+9
* | Merge topic 'cuda_no_ninja_response_support'Brad King2017-03-221-6/+7
|\ \ | |/
| * CUDA: Disable support for using response files.Robert Maynard2017-03-211-6/+7
* | Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` filesBrad King2017-03-211-5/+15
* | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementationBrad King2017-03-091-40/+21
* | cmAlgorithms: add cmEraseIf functionDaniel Pfeifer2017-02-101-12/+6
|/
* CUDA: Don't use module definition `.def` files for device linkingRobert Maynard2017-01-121-1/+0
* CUDA: Populate compiler PDB placeholder during device linkingBrad King2017-01-121-0/+3
* CUDA: Use `.obj` object file extension on WindowsBrad King2017-01-121-2/+4
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-1/+1
* Merge topic 'initial_cuda_language_support'Brad King2016-11-291-0/+358
|\
| * CUDA: Add separable compilation support to the ninja generator.Robert Maynard2016-11-141-0/+358
* | Ninja: Document why ComputeLinkCmd is structured the way it is.Robert Maynard2016-11-141-0/+3
|/
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-9/+12
* Ninja: Fix POST_BUILD noop on WindowsBrad King2016-10-281-1/+1
* Merge topic 'ninja-only-object-rules'Brad King2016-10-201-3/+4
|\
| * Ninja: Add compile rules only for languages that are actually compiledBrad King2016-10-181-3/+4
* | 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-22/+22
|/
* cmRulePlaceholderExpander: Port clients to direct-useStephen Kelly2016-10-151-3/+7
* cmLocalGenerator: Use strings instead of a Target in rule replacementStephen Kelly2016-10-151-1/+4
* cmLocalGenerator: Use a converter in rule replacement APIStephen Kelly2016-10-151-1/+2
* cmLocalGenerator: Remove the launcher from RuleVariablesStephen Kelly2016-10-151-1/+9
* Merge topic 'ninja-framework-POST_BUILD'Brad King2016-10-141-2/+4
|\
| * Ninja: Fix POST_BUILD commands on macOS FrameworksBrad King2016-10-131-2/+4
* | Honor LINK_WHAT_YOU_USE when set to OFFJamie Snape2016-10-131-2/+2
* | cmLinkLineComputer: Move FrameworkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-4/+4
* | cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-1/+2
* | cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-4/+10
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* cmGlobalNinjaGenerator: Teach WriteBuild about implicit outputsBrad King2016-09-201-3/+6
* Ninja: Update comment variable referenceStephen Kelly2016-09-191-1/+2
* cmNinjaNormalTargetGenerator: make sure comments match parameter namesDaniel Pfeifer2016-09-161-2/+2
* Convert: Replace uses of Convert(NONE)Stephen Kelly2016-08-271-2/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-0/+12
* Merge topic 'ninja-no-accidental-rsp'Brad King2016-07-181-1/+1
|\
| * Ninja: Do not force response files when no sysconf(3) limit is usedBrad King2016-07-151-1/+1
* | Ninja: Generalize check for sysconf(3) callRaphael Kubo da Costa2016-07-151-1/+1
* | Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exportsYury Zhuravlev2016-07-111-2/+4
* | use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* | Merge topic 'link_what_you_use'Brad King2016-06-171-2/+22
|\ \
| * | Add options to run `ldd -u -r` as a "link-what-you-use" toolBill Hoffman2016-06-171-2/+22
| |/
* | Add missing braces around statements.Daniel Pfeifer2016-06-101-6/+9
* | Merge topic 'ninja-no-ranlib-windows'Brad King2016-06-091-0/+15
|\ \
| * | Run ranlib on archives only if the tool is availableBrad King2016-06-081-0/+15
| |/
* | cmLocalGenerator: Pass configuration to GetTargetFlagsTobias Hunger2016-06-081-3/+3
|/