| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge topic 'compile-definitions-unique' | David Cole | 2012-08-24 | 1 | -16/+13 |
|\ \
| |/
|/| |
|
| * | Don't duplicate -D defines sent to the compiler. | Stephen Kelly | 2012-08-20 | 1 | -16/+13 |
|
|
* | | Ninja: don't crash on returned 0 pointer | Peter Kümmel | 2012-08-17 | 1 | -21/+18 |
|
|
* | | Ninja: cmcldeps needs a compiler | Peter Kümmel | 2012-08-17 | 1 | -4/+7 |
|/ |
|
* | Merge topic 'ninja-fix-macosx' | David Cole | 2012-07-24 | 1 | -2/+49 |
|\ |
|
| * | Add missing this->. | Nicolas Despres | 2012-07-22 | 1 | -1/+1 |
|
|
| * | Ninja: remove warnings | Peter Kümmel | 2012-07-18 | 1 | -10/+5 |
|
|
| * | Ninja: remove 'friend' in ninja code | Peter Kümmel | 2012-07-18 | 1 | -1/+1 |
|
|
| * | Re-factor OS X content generator start up. | Nicolas Despres | 2012-07-17 | 1 | -12/+1 |
|
|
| * | Re-factor bundle content copying rules generation. | Nicolas Despres | 2012-07-17 | 1 | -26/+24 |
|
|
| * | Ninja: Copy resource files in the bundle. | Nicolas Despres | 2012-07-17 | 1 | -1/+66 |
|
|
* | | Ninja: cmcldeps needs absolute paths for RCs | Peter Kümmel | 2012-07-17 | 1 | -2/+6 |
|
|
* | | Ninja: also stop when .rc's .d file couldn't be generated | Peter Kümmel | 2012-07-15 | 1 | -2/+4 |
|/ |
|
* | Merge topic 'Ninja-absolute-compile-commands' | David Cole | 2012-07-09 | 1 | -2/+14 |
|\ |
|
| * | Construct the full path before escaping it. | Stephen Kelly | 2012-06-20 | 1 | -4/+7 |
|
|
| * | STYLE: Fix line length, remove extra blank line | David Cole | 2012-06-19 | 1 | -2/+2 |
|
|
| * | Use full paths in compile_commands.json for out of source builds. | Stephen Kelly | 2012-06-19 | 1 | -0/+9 |
|
|
* | | Merge topic 'ninja-cldeps' | David Cole | 2012-06-19 | 1 | -18/+77 |
|\ \
| |/
|/| |
|
| * | Ninja: extract dependencies for .rc files with msvc tools | Peter Kuemmel | 2012-06-13 | 1 | -5/+8 |
|
|
| * | Ninja: work with ninja/master, don't compile rc files with cl | Peter Kuemmel | 2012-06-12 | 1 | -18/+41 |
|
|
| * | Ninja: use slashes for include dirs, so also slahes are in the .d files | Peter Kuemmel | 2012-06-12 | 1 | -0/+2 |
|
|
| * | Ninja: complete MinGW support | Peter Kuemmel | 2012-06-12 | 1 | -3/+11 |
|
|
| * | Line Length: <79 | Peter Kuemmel | 2012-06-11 | 1 | -2/+4 |
|
|
| * | Ninja: don't pollute the rules file with useless comments | Peter Kuemmel | 2012-06-10 | 1 | -1/+2 |
|
|
| * | Ninja: don't use cmcldeps for try_compile | Peter Kuemmel | 2012-06-09 | 1 | -2/+14 |
|
|
| * | Ninja: allow spaces in source path | Peter Kuemmel | 2012-06-08 | 1 | -17/+10 |
|
|
| * | Ninja: add wrapper for cl to extract dependencies | Peter Kuemmel | 2012-06-08 | 1 | -5/+12 |
|
|
| * | Ninja: add dependency tracking for msvc with cldeps | Peter Kuemmel | 2012-06-07 | 1 | -2/+10 |
|
|
* | | Merge topic 'position-independent-targets' | David Cole | 2012-06-12 | 1 | -5/+2 |
|\ \ |
|
| * | | Refactor generation of shared library flags | Stephen Kelly | 2012-06-12 | 1 | -5/+2 |
|
|
* | | | Avoid direct use of std::(o|)stringstream (#13272) | Brad King | 2012-06-12 | 1 | -2/+2 |
| |/
|/| |
|
* | | Escape the source file to be compiled if required. | Stephen Kelly | 2012-06-04 | 1 | -1/+4 |
|
|
* | | Make the CMAKE_EXPORT_COMPILE_COMMANDS option work with Ninja. | Stephen Kelly | 2012-06-04 | 1 | -0/+30 |
|/ |
|
* | VS: Restore header files marked as OS X Framework content (#13196) | Brad King | 2012-05-07 | 1 | -1/+0 |
|
|
* | Merge topic 'ninja-generated-def' | David Cole | 2012-04-03 | 1 | -4/+9 |
|\ |
|
| * | Ninja: Fix module .def file path conversion | Brad King | 2012-04-02 | 1 | -4/+9 |
|
|
* | | Merge topic 'ninja-generator' | David Cole | 2012-03-27 | 1 | -0/+4 |
|\ \ |
|
| * | | Ninja: Substitute <OBJECT> and <CMAKE_C_COMPILER> in depfile flags | Peter Collingbourne | 2012-03-26 | 1 | -0/+4 |
|
|
* | | | Merge topic 'object-library' | David Cole | 2012-03-20 | 1 | -42/+54 |
|\ \ \
| |/ /
|/| | |
|
| * | | Ninja: Honor $<TARGET_OBJECTS:...> source expressions | Brad King | 2012-03-16 | 1 | -0/+11 |
|
|
| * | | Build object library targets in Ninja | Brad King | 2012-03-16 | 1 | -1/+3 |
|
|
| * | | Pre-compute object file names before Ninja generation | Brad King | 2012-03-16 | 1 | -1/+4 |
| |/ |
|
| * | Simplify cmNinjaTargetGenerator using cmGeneratorTarget | Brad King | 2012-03-16 | 1 | -40/+36 |
|
|
* | | Ninja: add support for OBJECT_OUTPUTS, fix PrecompiledHeader test case | Peter Collingbourne | 2012-03-17 | 1 | -0/+11 |
|/ |
|
* | Ninja: Fix for PDB files with spaces in the path. | Bill Hoffman | 2012-03-16 | 1 | -1/+2 |
|
|
* | Ninja: add .def file support | Peter Kuemmel | 2012-03-07 | 1 | -0/+36 |
|
|
* | Ninja: Use cmSystemTools::ExpandListArgument to split compile/link commands | Peter Collingbourne | 2012-02-27 | 1 | -2/+9 |
|
|
* | Ninja: CMake: Adapt Ninja generator for per-target include dirs | David Cole | 2012-02-22 | 1 | -1/+4 |
|
|
* | Ninja: windows msvc: create for each target a .pdb file | Peter Kuemmel | 2012-02-21 | 1 | -0/+19 |
|
|
* | Ninja: Import library support for Windows | Peter Collingbourne | 2012-02-19 | 1 | -13/+0 |
|
|