Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ninja-generator' | David Cole | 2012-03-20 | 1 | -1/+4 |
|\ | | | | | | | | | c337c7e Ninja: Fix <OBJECT_DIR> substitution | ||||
| * | Ninja: Fix <OBJECT_DIR> substitution | Peter Kuemmel | 2012-03-19 | 1 | -1/+4 |
| | | | | | | | | Don't forget the subdirectories. | ||||
* | | Build object library targets in Ninja | Brad King | 2012-03-16 | 1 | -6/+34 |
|/ | | | | | | Treat OBJECT libraries as STATIC libraries but leave out the archive step. The object files will be left behind for reference by other targets later. | ||||
* | Ninja: Avoid using 'this' in member initializers | Brad King | 2012-03-16 | 1 | -1/+1 |
| | | | | | | | | VS complains warning C4355: 'this' : used in base member initializer list so initialize the member in the constructor body instead. | ||||
* | Ninja: Fix for PDB files with spaces in the path. | Bill Hoffman | 2012-03-16 | 1 | -1/+2 |
| | | | | | This calls ConvertToOutputFormat on the PDB paths for pdb file paths used in both library creation and the building of object files. | ||||
* | 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 |
| | |||||
* | Ninja: Shell encode various CMake invocations | Peter Collingbourne | 2012-02-19 | 1 | -2/+6 |
| | |||||
* | Ninja: Shell encode paths used in "cd" commands | Peter Collingbourne | 2012-02-19 | 1 | -3/+6 |
| | |||||
* | Ninja: win fixes: escape back slash/colon, use cd. as cmd.exe nop | Peter Kuemmel | 2012-02-18 | 1 | -0/+4 |
| | |||||
* | Ninja: Appease various compilers | Peter Collingbourne | 2012-02-05 | 1 | -0/+1 |
| | |||||
* | Ninja: Add the Ninja generator | Peter Collingbourne | 2012-02-02 | 1 | -0/+430 |