summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmState: Move GetTargetTypeName from cmTarget.Stephen Kelly2015-10-141-4/+3
* Remove now-obsolete casts.Stephen Kelly2015-10-141-2/+2
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-22/+22
* Generators: Use GetType from the cmGeneratorTarget.Stephen Kelly2015-10-141-6/+8
* cmGeneratorTarget: Move GetSupportDirectory from cmTarget.Stephen Kelly2015-10-121-4/+3
* cmGeneratorTarget: Move HasImportLibrary from cmTarget.Stephen Kelly2015-10-121-1/+1
* Merge topic 'use-generator-target'Brad King2015-10-121-4/+4
|\
| * cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-081-4/+4
* | cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-2/+2
|/
* Access sources through cmGeneratorTarget.Stephen Kelly2015-10-071-1/+1
* Merge topic 'minor-cleanups'Brad King2015-09-281-1/+0
|\
| * Ninja: Remove unused variable.Stephen Kelly2015-09-271-1/+0
* | Ninja: Fix OBJECT_DIR placeholder substitution in link rulesBrad King2015-09-251-1/+3
|/
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+3
* Ninja: Always add OBJECT_DIR variable to link rulesBrad King2015-09-171-3/+4
* cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-2/+1
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-1/+2
* cmGeneratorTarget: Move GetFullNameComponents from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move HasSOName from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLibraryNames from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetExecutableNames from cmTarget.Stephen Kelly2015-08-051-1/+1
* Merge topic 'ninja-implib-byproduct'Brad King2015-07-291-2/+3
|\
| * Ninja: Make import libraries BYPRODUCTs instead of regular OUTPUTsNils Gladitz2015-07-281-2/+3
* | Move GetFullPath to cmGeneratorTargetStephen Kelly2015-07-271-3/+4
* | cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-1/+1
|/
* Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-061-0/+54
* cmNinjaGenerator: Require cmGeneratorTarget.Stephen Kelly2015-06-221-1/+1
* Convert: Remove specification of default parameter.Stephen Kelly2015-05-201-2/+1
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-4/+2
* Ninja: Generate separate compile and link rules for each targetBrad King2015-05-181-6/+7
* Ninja: Use forward slashes for linking with any GCC on Windows (#15439)Thomas Herz2015-05-081-1/+1
* Ninja: Do not use newlines in response files with Windows GNU tools (#15439)Thomas Herz2015-05-071-1/+6
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Merge topic 'ninja-rsp_file-calculation'Brad King2015-01-261-7/+22
|\
| * ninja: use the minimum of all command line length limits (#14892)Ben Boeckel2015-01-231-7/+22
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-5/+5
* | Merge topic 'ninja-fix-subdir-objlib-languages'Brad King2014-12-241-2/+15
|\ \ | |/