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
*
rename subprocess.cc to reflex its posixness
Evan Martin
2012-07-27
1
-1/+1
*
rearrange minidump patch to match ninja code style
Evan Martin
2012-07-27
1
-1/+3
*
mingw: specify _WIN32_WINNT also in configure.py
Evan Martin
2012-07-27
1
-0/+2
*
mingw: fix quoting of -DNINJA_PYTHON
Evan Martin
2012-07-27
1
-3/+3
*
packaging: added basic RPM building
Maxim Kalaev
2012-07-27
1
-0/+20
*
windows: get correct path for ninja_syntax
Evan Martin
2012-07-17
1
-1/+1
*
Merge pull request #340 from sgraham/fix-win-build
Evan Martin
2012-07-17
1
-2/+2
|
\
|
*
fix win32 compile, fix BuildLogTest.WriteRead on 2nd run
Scott Graham
2012-06-19
1
-2/+2
*
|
Rename parsers.* to manifest_parser.*
Thiago Farina
2012-07-09
1
-2/+2
|
/
*
fix quoting thinko
Evan Martin
2012-06-16
1
-1/+1
*
rearrange shell quoting in configure.py
Evan Martin
2012-06-16
1
-3/+12
*
Add a hash collision benchmark.
Nico Weber
2012-06-15
1
-11/+10
*
Merge pull request #328 from nico/canonperf
Evan Martin
2012-06-15
1
-1/+5
|
\
|
*
add canon_perftest
Nico Weber
2012-06-03
1
-1/+5
*
|
Fix configure.py on windows, which does not permit a leading space.
Nico Weber
2012-06-05
1
-3/+4
|
/
*
Make parser_perftest and build_log_perftest link on Windows.
Nico Weber
2012-05-09
1
-2/+2
*
Add a BuildLog loading perftest.
Nico Weber
2012-05-08
1
-2/+6
*
Produce colored diagnostics when building ninja with clang.
Nico Weber
2012-05-05
1
-2/+5
*
Do not access os.environ directly.
Nico Weber
2012-05-04
1
-8/+9
*
Let configure.py remember its environment for rerunning.
Nico Weber
2012-05-04
1
-1/+5
*
clarify a flag in configure.py
Evan Martin
2012-05-02
1
-1/+1
*
ninja_syntax.build() returns a list, not a single string.
Nico Weber
2012-05-01
1
-2/+2
*
Merge pull request #285 from nico/winninjatest
Evan Martin
2012-04-30
1
-0/+5
|
\
|
*
Provide 'ninja' as alias for 'ninja.exe' too. Tidy up.
Nico Weber
2012-04-30
1
-2/+4
|
*
Provide 'ninja_test' as alias for 'ninja_test.exe' on windows.
Nico Weber
2012-04-30
1
-0/+3
*
|
Explicitly pass -DGTEST_HAS_RTTI to fix building ninja_test with clang.
Nico Weber
2012-04-30
1
-1/+2
*
|
Build without RTTI on windows (/GR-), saves 1kB and is consisten with linux/mac.
Nico Weber
2012-04-30
1
-1/+1
|
/
*
manual: limit width to 45em
Evan Martin
2012-04-27
1
-1/+1
*
Merge pull request #269 from sgraham/explain
Evan Martin
2012-04-26
1
-0/+1
|
\
|
*
add support for -d explain to help debug why rules are running
Scott Graham
2012-04-13
1
-0/+1
*
|
Merge pull request #207 from iwadon/fix-configure.py-windows
Evan Martin
2012-04-26
1
-3/+6
|
\
\
|
|
/
|
/
|
|
*
Just add /nologo to gtest_cflags, instead of use cflags + gtest_cflags
Hiroyuki Iwatsuki
2012-01-25
1
-3/+3
|
*
Fix configure.py for unpacked gtest on Windows platform.
Hiroyuki Iwatsuki
2012-01-25
1
-5/+8
*
|
Merge pull request #259 from usovalx/distcc_depfile_fix
Evan Martin
2012-04-05
1
-1/+1
|
\
\
|
*
|
Explicitly specify target name for gcc depfiles
Oleksandr Usov
2012-03-23
1
-1/+1
*
|
|
Add NOMINMAX macro to fix a compilation error on Win32
Petr Wolf
2012-03-16
1
-1/+1
|
/
/
*
|
drop rtti via -fno-rtti; we don't use it
Evan Martin
2012-03-06
1
-0/+1
*
|
Fixes the build on OpenIndiana
Clint Moore
2012-02-07
1
-0/+2
*
|
windows: Disable warning C4819
okuoku
2012-02-03
1
-1/+1
|
/
*
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
[next]