| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Ninja: GlobalNinjaGenerator WriteBuild and WritePhonyBuild non static | Robert Maynard | 2013-07-01 | 1 | -36/+41 |
|
|
* | Merge topic 'set-sysroot' | Brad King | 2013-06-24 | 1 | -1/+21 |
|\ |
|
| * | Use --sysroot when cross compiling. | Stephen Kelly | 2013-06-07 | 1 | -1/+21 |
|
|
* | | Add whitespace after colons in error messages. | Stephen Kelly | 2013-06-21 | 1 | -1/+2 |
|/ |
|
* | Merge topic 'cfbundle-location' | Brad King | 2013-06-04 | 1 | -2/+0 |
|\ |
|
| * | OS X: Fix getting of CFBundle LOCATION property. | Clinton Stimpson | 2013-06-03 | 1 | -2/+0 |
|
|
* | | Merge topic 'framework-refactor' | Brad King | 2013-06-03 | 1 | -6/+13 |
|\ \
| |/ |
|
| * | Refactor how bundles and frameworks are supported. | Clinton Stimpson | 2013-05-23 | 1 | -6/+13 |
|
|
* | | Fix spelling and typos (non-binary) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
|/ |
|
* | Ninja: Avoid LNK1170 linker error | Patrick Gansterer | 2013-02-04 | 1 | -1/+1 |
|
|
* | Ninja: encode LINK_FLAGS to handle bash variables | Peter Kümmel | 2012-11-20 | 1 | -0/+3 |
|
|
* | Resolve warnings about unused variables. | Stephen Kelly | 2012-11-07 | 1 | -0/+1 |
|
|
* | Ninja: add option to enforce usage of response files | Peter Kümmel | 2012-10-01 | 1 | -4/+4 |
|
|
* | Ninja: move <OBJECTS> in front of the first linker option | Peter Kümmel | 2012-10-01 | 1 | -11/+25 |
|
|
* | Ninja: move -LIBPATH behind -link option | Peter Kümmel | 2012-10-01 | 1 | -0/+5 |
|
|
* | Ninja: don't confuse ninja's rsp files with nmake's | Peter Kümmel | 2012-09-28 | 1 | -2/+7 |
|
|
* | Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
* | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
* | Ninja:split out setting of msvc TARGET_PDB | Peter Kümmel | 2012-08-22 | 1 | -10/+1 |
|
|
* | Ninja: prepare msvc pdb cleanup | Peter Kümmel | 2012-08-22 | 1 | -15/+15 |
|
|
* | Merge topic 'ninja-fix-macosx' | David Cole | 2012-07-24 | 1 | -11/+48 |
|\ |
|
| * | Ninja: Use same echo message as makefiles. | Nicolas Despres | 2012-07-17 | 1 | -1/+4 |
|
|
| * | Re-factor CFBundle generation. | Nicolas Despres | 2012-07-17 | 1 | -32/+3 |
|
|
| * | Ninja: Add support for CFBundle. | Nicolas Despres | 2012-07-17 | 1 | -0/+37 |
|
|
| * | Ninja: Copy resource files in the bundle. | Nicolas Despres | 2012-07-17 | 1 | -2/+0 |
|
|
| * | Re-factor OS X bundle and framework generation. | Nicolas Despres | 2012-07-17 | 1 | -147/+10 |
|
|
| * | Ninja: Add support for OX X library framework. | Nicolas Despres | 2012-07-17 | 1 | -0/+120 |
|
|
| * | Ninja: Add support for OS X app bundles. | Nicolas Despres | 2012-07-17 | 1 | -10/+55 |
|
|
* | | Merge topic 'ninja-mingw-TARGET_PDB' | David Cole | 2012-07-24 | 1 | -1/+21 |
|\ \ |
|
| * | | Ninja: Cannot pass a reference to an anonymous object. | Nicolas Despres | 2012-07-18 | 1 | -1/+2 |
|
|
| * | | Ninja: make debug symbol suffix configurable by CMAKE_DEBUG_SYMBOL_SUFFIX | Peter Kümmel | 2012-07-17 | 1 | -1/+5 |
|
|
| * | | Ninja: make TARGET_PDB a real .gdb file name | Peter Kümmel | 2012-07-17 | 1 | -5/+11 |
|
|
| * | | Ninja: line length | Peter Kümmel | 2012-07-16 | 1 | -1/+1 |
|
|
| * | | Ninja: also mingw needs TARGET_PDB | Peter Kümmel | 2012-07-16 | 1 | -0/+9 |
| |/ |
|
* | | Ninja: fix sytle | Peter Kümmel | 2012-07-13 | 1 | -1/+2 |
|
|
* | | Ninja: fix GCC 4.7 warning -Wconversion | Peter Kümmel | 2012-07-13 | 1 | -1/+1 |
|/ |
|
* | Ninja: sysconf() is declared in unistd.h | Peter Kümmel | 2012-07-11 | 1 | -0/+5 |
|
|
* | Ninja: enable response file support on Mac (length 262144) | Peter Kümmel | 2012-07-11 | 1 | -2/+2 |
|
|
* | Ninja: disable work around when linking with mingw | Peter Kümmel | 2012-07-11 | 1 | -2/+6 |
|
|
* | Ninja: also write link libraries to rsp file | Peter Kümmel | 2012-07-10 | 1 | -11/+16 |
|
|
* | Ninja: don't shadow 'outputs' variable | Peter Kuemmel | 2012-07-09 | 1 | -4/+4 |
|
|
* | Ninja: Clean all symlink created for libraries. | Nicolas Despres | 2012-07-09 | 1 | -2/+11 |
|
|
* | Ninja: also consider rule command length for rsp file | Peter Kuemmel | 2012-07-02 | 1 | -1/+2 |
|
|
* | Merge topic 'ninja-cldeps' | David Cole | 2012-06-19 | 1 | -38/+34 |
|\ |
|
| * | Ninja: be more accurate when estimating the command line length | Peter Kuemmel | 2012-06-15 | 1 | -3/+4 |
|
|
| * | Ninja: undo all the NOSHELL patches | Peter Kuemmel | 2012-06-14 | 1 | -62/+33 |
|
|
| * | Ninja: Restructure code to work with the Borland compilers | David Cole | 2012-06-14 | 1 | -2/+8 |
|
|