summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-3/+3
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-11/+11
* Ninja: Fix path to soname-d target fileNicolas Despres2016-05-171-1/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-352/+239
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-7/+7
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmGlobalNinjaGenerator: Clarify logic for forcing use of response filesDmitry Ivanov2016-04-071-1/+1
* cmNinjaTargetGenerator: Factor out helper for forced response file checkDmitry Ivanov2016-04-071-3/+1
* Ninja: Add OS X dylib versioning (#14140)Bruce Stephens2016-03-071-0/+10
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-3/+3
* Ninja: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-18/+18
* cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget.Stephen Kelly2015-10-191-2/+2
* cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.Stephen Kelly2015-10-191-3/+3
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-1/+1
* Use GetName from cmGeneratorTarget.Stephen Kelly2015-10-171-2/+3
* cmGeneratorTarget: Move GetTargetVersion from cmTarget.Stephen Kelly2015-10-161-1/+1