summaryrefslogtreecommitdiffstats
path: root/Source/cmNinjaNormalTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Ninja: Generate rules only for languages compiled in a target (#15325)Brad King2014-12-231-2/+15
* | Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-1/+16
* | Ninja: Refactor restat to be a string internallyBrad King2014-11-141-3/+3
* | Ninja: Use a TARGET_FILE variable to hold the link output fileBrad King2014-11-141-18/+11
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-6/+6
|/
* Ninja: Remove _COMPILER_LINKER_OPTION_FLAG_ remnantsNils Gladitz2014-07-291-6/+1
* Ninja: Add order-only dependencies to link commands (#14728)Ben Boeckel2014-07-011-1/+6
* cmGeneratorTarget: Improve GetCreateRuleVariable APIBrad King2014-05-211-5/+5
* Merge topic 'ninja-link-with-compile-flags'Brad King2014-04-151-149/+163
|\
| * Ninja: set correct LANGUAGE_COMPILE_FLAGS when linkingPeter Kümmel2014-04-151-15/+14
| * Ninja: cmake formatting, make code more readablePeter Kümmel2014-04-151-138/+153
* | Ninja: replace \ in LINK_PATH for MinGWPeter Kümmel2014-04-151-0/+2
|/
* Watcom: Use single quote for all file/path items in wlink commandJiri Malak2014-04-081-1/+7
* Merge topic 'target-transitive-sources'Brad King2014-04-031-1/+2
|\
| * cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+2
* | Ninja: Simplify code for linker commandsJiri Malak2014-04-011-51/+29
|/
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-1/+4
* Merge topic 'remove-c_str-calls'Brad King2014-03-121-8/+8
|\
| * Remove some c_str() calls.Stephen Kelly2014-03-111-8/+8
* | Ninja: Detect command-line length limit on HaikuAdrien Destugues2014-03-101-1/+1
|/
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-4/+4
* Ninja: job pool support for compiling and linkingPeter Kümmel2013-11-251-0/+2
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-6/+8
* cmTarget: Make custom command accessors API const.Stephen Kelly2013-11-191-1/+1
* Ninja: use deps = gcc/msvc featurePeter Kümmel2013-10-241-3/+20
* OS X: Fix regression handling frameworks for NinjaClinton Stimpson2013-07-221-2/+4