| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://github.com/ehird/ninja | Evan Martin | 2011-12-27 | 1 | -2/+6 |
|\ |
|
| * | Support non-standard Python executable names | Elliott Hird | 2011-12-14 | 1 | -2/+6 |
|
|
* | | Put the list of core source files in alphabetical order. | Thiago Farina | 2011-12-20 | 1 | -3/+12 |
|
|
* | | inline gtest to simplify windows build | Evan Martin | 2011-12-20 | 1 | -16/+23 |
|
|
* | | fix mingw cross-compile | Evan Martin | 2011-12-20 | 1 | -2/+6 |
|
|
* | | handle backslashes and isolated colons in depfile parser | Evan Martin | 2011-12-19 | 1 | -1/+1 |
|
|
* | | split out depfile parser tests into new file | Evan Martin | 2011-12-19 | 1 | -0/+1 |
|/ |
|
* | use re2c to parse depfiles | Evan Martin | 2011-12-07 | 1 | -1/+9 |
|
|
* | merge StatCache into State | Evan Martin | 2011-12-07 | 1 | -1/+1 |
|
|
* | more whitespace in build output | Evan Martin | 2011-12-05 | 1 | -0/+1 |
|
|
* | disable the 'unused parameter' warning | Evan Martin | 2011-12-05 | 1 | -1/+4 |
|
|
* | Merge pull request #150 from luislavena/mingw-no-visibility | Evan Martin | 2011-12-05 | 1 | -0/+1 |
|\ |
|
| * | visibility=hidden should not be used for Windows | Luis Lavena | 2011-12-05 | 1 | -0/+1 |
|
|
* | | Use g++'s -static option instead of specific libs | Luis Lavena | 2011-12-05 | 1 | -1/+1 |
|/ |
|
* | configure.py: windows updates | Evan Martin | 2011-12-02 | 1 | -25/+28 |
|
|
* | Revert "Merge pull request #143 from cipriancraciun/patches/python2" | Evan Martin | 2011-11-25 | 1 | -1/+1 |
|
|
* | Fixed Python 2 scripts prologue (i.e. `#!/usr/bin/env python2`). | Ciprian Dorin, Craciun | 2011-11-22 | 1 | -1/+1 |
|
|
* | Add -Wextra warning flag. | Nicolas Despres | 2011-11-19 | 1 | -1/+1 |
|
|
* | Fix duplicated list of profilers. | Nicolas Despres | 2011-11-19 | 1 | -1/+1 |
|
|
* | fix TODO: correct dependencies for inline.sh | Evan Martin | 2011-11-13 | 1 | -4/+2 |
|
|
* | Add a EditDistance() function based on the one in llvm/lib/Support/StringRef.... | Nico Weber | 2011-11-13 | 1 | -2/+4 |
|
|
* | Implement generator rules | Peter Collingbourne | 2011-10-15 | 1 | -1/+2 |
|
|
* | Disable assertion checks unless --debug is enabled | Peter Collingbourne | 2011-09-24 | 1 | -1/+1 |
|
|
* | delete .a files before adding to them with ar | Evan Martin | 2011-09-14 | 1 | -1/+1 |
|
|
* | Split ninja_test.cc into state_test.cc and disk_interface_test.cc | Thiago Farina | 2011-09-11 | 1 | -3/+11 |
|
|
* | link gtest code with -lpthread | Evan Martin | 2011-09-09 | 1 | -1/+1 |
|
|
* | Move EvalString tests to eval_env_test.cc | Thiago Farina | 2011-09-09 | 1 | -2/+2 |
|
|
* | Merge branch 'master' of github.com:martine/ninja | Evan Martin | 2011-09-08 | 1 | -3/+3 |
|\ |
|
| * | Merge pull request #96 from tfarina/disk-interface-test | Evan Martin | 2011-09-07 | 1 | -3/+3 |
| |\ |
|
| | * | Move DiskInterfaceTest into its own source file. | Thiago Farina | 2011-09-07 | 1 | -3/+3 |
|
|
* | | | allow --with-gtest flag to use unpacked gtest dir | Evan Martin | 2011-09-07 | 1 | -9/+26 |
|/ / |
|
* | | preserve configure.py params across re-runs | Evan Martin | 2011-09-06 | 1 | -1/+4 |
|
|
* | | build only the main binary by default | Evan Martin | 2011-09-06 | 1 | -0/+4 |
|
|
* | | make --profile take an argument to use either gmon or google-pprof | Evan Martin | 2011-09-06 | 1 | -3/+7 |
|/ |
|
* | Factor out State struct from ninja_jumble.cc into its header/source files. | Thiago Farina | 2011-09-03 | 1 | -2/+1 |
|
|
* | Merge pull request #82 from tfarina/disk-interface | Evan Martin | 2011-08-23 | 1 | -1/+1 |
|\ |
|
| * | Factor out DiskInterface class into its own source/header files. | Thiago Farina | 2011-08-10 | 1 | -1/+1 |
|
|
* | | Update configure.py for ninja module rename | Richard Larocque | 2011-08-17 | 1 | -2/+2 |
|/ |
|
* | add a --debug option to configure | Evan Martin | 2011-07-25 | 1 | -1/+5 |
|
|
* | use /usr/bin/env to find python interpreter | Grzegorz Blach | 2011-06-20 | 1 | -1/+1 |
|
|
* | ninja: Split StatCache struct into its own header file. | Thiago Farina | 2011-05-31 | 1 | -1/+1 |
|
|
* | add --profile configure flag | Evan Martin | 2011-05-25 | 1 | -0/+5 |
|
|
* | add a test program for evaluating depfile parse speed | Evan Martin | 2011-05-25 | 1 | -0/+7 |
|
|
* | fix the error: 'asciidoc: To many arguments' | Hiroyuki Iwatsuki | 2011-05-15 | 1 | -1/+1 |
|
|
* | move various doc files out of top-level directory | Evan Martin | 2011-05-14 | 1 | -5/+7 |
|
|
* | remove order-only hacks now that semantics changed | Evan Martin | 2011-05-13 | 1 | -4/+3 |
|
|
* | make platform a command-line arg to configure | Evan Martin | 2011-05-09 | 1 | -9/+19 |
|
|
* | rename gen-build-file to configure | Evan Martin | 2011-05-09 | 1 | -0/+183 |
|
|