| Commit message (Expand) | Author | Age | Files | Lines |
* | cmGeneratorTarget: Move GetInstallNameDir* from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+2 |
|
|
* | cmGeneratorTarget: Move GetFullNameComponents from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move HasSOName from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetLibraryNames from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Move GetExecutableNames from cmTarget. | Stephen Kelly | 2015-08-05 | 1 | -1/+1 |
|
|
* | Merge topic 'ninja-implib-byproduct' | Brad King | 2015-07-29 | 1 | -2/+3 |
|\ |
|
| * | Ninja: Make import libraries BYPRODUCTs instead of regular OUTPUTs | Nils Gladitz | 2015-07-28 | 1 | -2/+3 |
|
|
* | | Move GetFullPath to cmGeneratorTarget | Stephen Kelly | 2015-07-27 | 1 | -3/+4 |
|
|
* | | cmCustomCommandGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|/ |
|
* | Windows: Optionally generate DLL module definition files automatically | Bill Hoffman | 2015-07-06 | 1 | -0/+54 |
|
|
* | cmNinjaGenerator: Require cmGeneratorTarget. | Stephen Kelly | 2015-06-22 | 1 | -1/+1 |
|
|
* | Convert: Remove specification of default parameter. | Stephen Kelly | 2015-05-20 | 1 | -2/+1 |
|
|
* | Use cmSystemTools::GetCMakeCommand() to get path to cmake internally | Brad King | 2015-05-20 | 1 | -4/+2 |
|
|
* | Ninja: Generate separate compile and link rules for each target | Brad King | 2015-05-18 | 1 | -6/+7 |
|
|
* | Ninja: Use forward slashes for linking with any GCC on Windows (#15439) | Thomas Herz | 2015-05-08 | 1 | -1/+1 |
|
|
* | Ninja: Do not use newlines in response files with Windows GNU tools (#15439) | Thomas Herz | 2015-05-07 | 1 | -1/+6 |
|
|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | Merge topic 'ninja-rsp_file-calculation' | Brad King | 2015-01-26 | 1 | -7/+22 |
|\ |
|
| * | ninja: use the minimum of all command line length limits (#14892) | Ben Boeckel | 2015-01-23 | 1 | -7/+22 |
|
|
* | | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -5/+5 |
|
|
* | | Merge topic 'ninja-fix-subdir-objlib-languages' | Brad King | 2014-12-24 | 1 | -2/+15 |
|\ \
| |/ |
|
| * | Ninja: Generate rules only for languages compiled in a target (#15325) | Brad King | 2014-12-23 | 1 | -2/+15 |
|
|
* | | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -1/+16 |
|
|
* | | Ninja: Refactor restat to be a string internally | Brad King | 2014-11-14 | 1 | -3/+3 |
|
|
* | | Ninja: Use a TARGET_FILE variable to hold the link output file | Brad King | 2014-11-14 | 1 | -18/+11 |
|
|
* | | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -6/+6 |
|/ |
|
* | Ninja: Remove _COMPILER_LINKER_OPTION_FLAG_ remnants | Nils Gladitz | 2014-07-29 | 1 | -6/+1 |
|
|
* | Ninja: Add order-only dependencies to link commands (#14728) | Ben Boeckel | 2014-07-01 | 1 | -1/+6 |
|
|
* | cmGeneratorTarget: Improve GetCreateRuleVariable API | Brad King | 2014-05-21 | 1 | -5/+5 |
|
|
* | Merge topic 'ninja-link-with-compile-flags' | Brad King | 2014-04-15 | 1 | -149/+163 |
|\ |
|
| * | Ninja: set correct LANGUAGE_COMPILE_FLAGS when linking | Peter Kümmel | 2014-04-15 | 1 | -15/+14 |
|
|
| * | Ninja: cmake formatting, make code more readable | Peter Kümmel | 2014-04-15 | 1 | -138/+153 |
|
|
* | | Ninja: replace \ in LINK_PATH for MinGW | Peter Kümmel | 2014-04-15 | 1 | -0/+2 |
|/ |
|
* | Watcom: Use single quote for all file/path items in wlink command | Jiri Malak | 2014-04-08 | 1 | -1/+7 |
|
|
* | Merge topic 'target-transitive-sources' | Brad King | 2014-04-03 | 1 | -1/+2 |
|\ |
|
| * | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -1/+2 |
|
|
* | | Ninja: Simplify code for linker commands | Jiri Malak | 2014-04-01 | 1 | -51/+29 |
|/ |
|
* | Generalize cmCustomCommandGenerator to more fields | Brad King | 2014-03-12 | 1 | -1/+4 |
|
|
* | Merge topic 'remove-c_str-calls' | Brad King | 2014-03-12 | 1 | -8/+8 |
|\ |
|
| * | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -8/+8 |
|
|
* | | Ninja: Detect command-line length limit on Haiku | Adrien Destugues | 2014-03-10 | 1 | -1/+1 |
|/ |
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | Ninja: job pool support for compiling and linking | Peter Kümmel | 2013-11-25 | 1 | -0/+2 |
|
|
* | Port some of the generator API to cmGeneratorTarget. | Stephen Kelly | 2013-11-22 | 1 | -6/+8 |
|
|
* | cmTarget: Make custom command accessors API const. | Stephen Kelly | 2013-11-19 | 1 | -1/+1 |
|
|
* | Ninja: use deps = gcc/msvc feature | Peter Kümmel | 2013-10-24 | 1 | -3/+20 |
|
|
* | OS X: Fix regression handling frameworks for Ninja | Clinton Stimpson | 2013-07-22 | 1 | -2/+4 |
|
|
* | Revert "Use --sysroot when cross compiling." | Stephen Kelly | 2013-07-12 | 1 | -21/+1 |
|
|