| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge topic 'ninja-custom-command-implicit' | Brad King | 2012-10-09 | 1 | -1/+1 |
|\ \ |
|
| * | | Ninja: implicit dependency for custom command files | Peter Kümmel | 2012-10-03 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'ninja-dont-pollute-current-dir' | Brad King | 2012-10-09 | 1 | -2/+12 |
|\ \ |
|
| * | | Ninja: don't pollute current dir when using gui (#13495) | Peter Kümmel | 2012-10-09 | 1 | -2/+12 |
| |/ |
|
* | | Ninja: also set OBJECT_DIR when compiling | Peter Kümmel | 2012-10-03 | 1 | -1/+9 |
|/ |
|
* | Merge topic 'vs-pdb-output' | Brad King | 2012-10-01 | 1 | -2/+2 |
|\ |
|
| * | Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) | Yuchen Deng | 2012-09-25 | 1 | -2/+2 |
|
|
* | | Merge topic 'ninja-OBJECT_DEPENDS' | David Cole | 2012-09-28 | 1 | -4/+3 |
|\ \ |
|
| * | | Ninja: OBJECT_DEPENDS should set an implicit dependency | Peter Kümmel | 2012-09-25 | 1 | -4/+3 |
| |/ |
|
* | | Merge topic 'use-generator-target' | David Cole | 2012-09-25 | 1 | -11/+5 |
|\ \
| |/
|/| |
|
| * | Add a wrapper for accessing config-specific compile-definitions. | Stephen Kelly | 2012-09-19 | 1 | -2/+2 |
|
|
| * | Append the COMPILE_DEFINITIONS from the Makefile to all targets. | Stephen Kelly | 2012-09-19 | 1 | -6/+0 |
|
|
| * | Move GetIncludeDirectories to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
| * | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
| * | Move GetLinkInformation to cmGeneratorTarget | Stephen Kelly | 2012-09-19 | 1 | -1/+1 |
|
|
* | | Ninja: filter target specific compile flags with language specific regex | Peter Kümmel | 2012-09-18 | 1 | -5/+35 |
|/ |
|
* | Ninja: suppress cmcldeps only for source file signature try_compiles | Peter Kümmel | 2012-09-05 | 1 | -2/+1 |
|
|
* | Merge topic 'ninja-target-pdb-cleanup' | David Cole | 2012-08-24 | 1 | -22/+24 |
|\ |
|
| * | Ninja: remove GetTargetPDB because it is used only once | Peter Kümmel | 2012-08-22 | 1 | -16/+11 |
|
|
| * | Ninja:split out setting of msvc TARGET_PDB | Peter Kümmel | 2012-08-22 | 1 | -13/+18 |
|
|
| * | Ninja: prepare msvc pdb cleanup | Peter Kümmel | 2012-08-22 | 1 | -2/+4 |
|
|
* | | 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 |
|\ \ |
|