| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
|
|
| * | Ninja: sh needs something befor and after && | Peter Kuemmel | 2012-06-14 | 1 | -6/+14 |
|
|
| * | Ninja: fix Linux build | Peter Kuemmel | 2012-06-14 | 1 | -1/+1 |
|
|
| * | Ninja: don't use shell when cmake is called directly | Peter Kuemmel | 2012-06-14 | 1 | -34/+54 |
|
|
| * | Ninja: work with ninja/master, don't compile rc files with cl | Peter Kuemmel | 2012-06-12 | 1 | -15/+0 |
|
|
| * | Ninja: complete MinGW support | Peter Kuemmel | 2012-06-12 | 1 | -14/+20 |
|
|
| * | Ninja: don't pollute the rules file with useless comments | Peter Kuemmel | 2012-06-10 | 1 | -3/+2 |
|
|
* | | Merge branch 'ninja-rspfile' into no-std-stringstream | Brad King | 2012-06-12 | 1 | -7/+41 |
|\ \
| |/ |
|
| * | Ninja: also create rspfile rules | Peter Kuemmel | 2012-06-05 | 1 | -1/+2 |
|
|
| * | Ninja: 30000 is too long for windows cmd | Peter Kuemmel | 2012-06-05 | 1 | -1/+1 |
|
|
| * | Ninja: add response file support on Windows | Peter Kuemmel | 2012-06-05 | 1 | -7/+40 |
|
|
* | | Avoid direct use of std::(o|)stringstream (#13272) | Brad King | 2012-06-12 | 1 | -3/+3 |
|/ |
|
* | Ninja: apply CMAKE_<LANG>_FLAGS_<TYPE> to executable targets (#13069) | Peter Collingbourne | 2012-05-16 | 1 | -5/+6 |
|
|
* | Merge topic 'module-no-soname' | David Cole | 2012-05-01 | 1 | -11/+15 |
|\ |
|
| * | Support building shared libraries or modules without soname (#13155) | Modestas Vainius | 2012-04-30 | 1 | -11/+15 |
|
|
* | | Ninja: remove GCC -Wshadow warning | Peter Kuemmel | 2012-04-07 | 1 | -1/+1 |
|
|
* | | Ninja: no 16:9 screens for the cmake team ;) | Peter Kuemmel | 2012-04-06 | 1 | -3/+6 |
|
|
* | | Ninja: ensure output directories exist | Peter Kuemmel | 2012-04-06 | 1 | -6/+22 |
|/ |
|
* | Merge topic 'ninja-generator' | David Cole | 2012-03-20 | 1 | -1/+4 |
|\ |
|
| * | Ninja: Fix <OBJECT_DIR> substitution | Peter Kuemmel | 2012-03-19 | 1 | -1/+4 |
|
|
* | | Build object library targets in Ninja | Brad King | 2012-03-16 | 1 | -6/+34 |
|/ |
|
* | Ninja: Avoid using 'this' in member initializers | Brad King | 2012-03-16 | 1 | -1/+1 |
|
|
* | Ninja: Fix for PDB files with spaces in the path. | Bill Hoffman | 2012-03-16 | 1 | -1/+2 |
|
|
* | Ninja: add /DEF: flag to linker call | Peter Kuemmel | 2012-03-13 | 1 | -0/+2 |
|
|
* | Ninja: add .def file support | Peter Kuemmel | 2012-03-07 | 1 | -0/+1 |
|
|
* | Ninja: ensure the output dir exists at compile time | Peter Kuemmel | 2012-03-07 | 1 | -0/+5 |
|
|
* | Ninja: Remove an unnecessary variable | Peter Collingbourne | 2012-02-28 | 1 | -1/+0 |
|
|
* | Ninja: Use cmSystemTools::ExpandListArgument to split compile/link commands | Peter Collingbourne | 2012-02-27 | 1 | -4/+7 |
|
|
* | Ninja: windows msvc: create for each target a .pdb file | Peter Kuemmel | 2012-02-21 | 1 | -0/+3 |
|
|
* | Ninja: Import library support for Windows | Peter Collingbourne | 2012-02-19 | 1 | -4/+17 |
|
|
* | Ninja: mark the Windows specific hacks with a comment only | Peter Kuemmel | 2012-02-19 | 1 | -1/+2 |
|
|
* | Ninja: add some hacks for Windows | Peter Kuemmel | 2012-02-19 | 1 | -2/+1 |
|
|