index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
windows: use _WIN32 define everywhere
Evan Martin
2012-01-22
1
-1/+1
*
windows: always generate PDB
Scott Graham
2012-01-14
1
-4/+5
*
enable libstd++ debugging in debug mode
Evan Martin
2012-01-13
1
-1/+3
*
windows: make ninja_test build
Frances Buontempo
2012-01-13
1
-1/+3
*
build gtest with -fvisibility=hidden as well
Evan Martin
2012-01-12
1
-2/+3
*
add a '-d stats' flag for detailed timings
Evan Martin
2012-01-05
1
-0/+1
*
warn on accidental args to configure
Evan Martin
2012-01-05
1
-0/+3
*
windows: more build fixes
Scott Graham
2012-01-04
1
-1/+1
*
windows: make bootstrap.py/configure.py work with MSVC
Scott Graham
2012-01-04
1
-30/+75
*
switch the core ninja parser to use re2c for the lexer
Evan Martin
2011-12-29
1
-3/+5
*
add an "all" target to build all binaries
Evan Martin
2011-12-28
1
-5/+14
*
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
[next]