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
*
cleanup based on comments from martine
David Hill
2013-06-29
1
-1/+1
*
support Bitrig
David Hill
2013-06-29
1
-2/+2
*
Added bootstrap/configure option to force pselect
Tobias Hieta
2013-05-23
1
-0/+5
*
require version 1.3 for building ninja itself
Evan Martin
2013-05-17
1
-0/+3
*
share platform support between configure/bootstrap
Patrick von Reth
2013-04-30
1
-43/+34
*
fix --profile=pprof on newer ubuntus
Evan Martin
2013-04-18
1
-1/+2
*
try again on vs2012 build fixes
Scott Graham
2013-04-11
1
-1/+2
*
build ninja itself in deps mode
Evan Martin
2013-04-10
1
-1/+1
*
Merge branch 'dep-pipeless'
Evan Martin
2013-04-09
1
-9/+5
|
\
|
*
rename "special" to "deps"
Evan Martin
2013-04-08
1
-1/+1
|
*
windows: drop use of msvc helper in build
Evan Martin
2013-04-08
1
-9/+3
|
*
add DepsLog, a new data structure for dependency information
Evan Martin
2013-04-08
1
-0/+2
*
|
move single-line printing to new class
Nico Weber
2013-04-09
1
-0/+1
*
|
Make gtest output more silent, ninja issue #528.
Nico Weber
2013-04-09
1
-3/+1
|
/
*
move from asciidoc html to asciidoc -> docbook -> html
Evan Martin
2013-02-17
1
-3/+8
*
add syntax for checking versions
Evan Martin
2013-02-16
1
-1/+2
*
always set GTEST_HAS_RTTI=0 in all testing code
Evan Martin
2012-12-30
1
-8/+6
*
wrap some overlong lines
Evan Martin
2012-12-29
1
-1/+3
*
fix test build under clang/system gtest
Evan Martin
2012-12-29
1
-4/+8
*
Python scripts: use built-in print function.
Zaheer Chothia
2012-10-19
1
-11/+5
*
Add support for Python 3
Zaheer Chothia
2012-10-18
1
-3/+11
*
Fix two spelling errors
Martin Olsson
2012-10-03
1
-1/+1
*
packaging: refactored rpm building
Maxim Kalaev
2012-09-23
1
-15/+3
*
Silence bothersome warning from -Wextra
Jon
2012-09-20
1
-0/+1
*
Give MinGW builds MSVC build helper superpowers
Jon
2012-09-20
1
-5/+6
*
windows: merge msvc-helper into ninja.exe itself
Evan Martin
2012-09-13
1
-14/+7
*
Fix re2c detection which breaks win32 w/ gnuwin32
Robert A. Iannucci Jr
2012-09-11
1
-4/+4
*
add solaris platform definitions
Alex Caudill
2012-09-07
1
-2/+4
*
disable a new warning that popped up on Windows
Evan Martin
2012-09-07
1
-0/+2
*
show all in graph
Evan Martin
2012-09-04
1
-1/+1
*
fix --debug for glibc pedantic mode
Evan Martin
2012-09-04
1
-0/+1
*
windows: pass /Zi to gtest compile as well
Evan Martin
2012-08-24
1
-1/+1
*
drop HACKING from doxygen
Evan Martin
2012-08-16
1
-1/+1
*
use 4 space tabs in configure.py, warn on re2c missing
Evan Martin
2012-08-16
1
-13/+14
*
Only write re2c rules if a re2c binary is found in the PATH.
Nico Weber
2012-08-16
1
-6/+16
*
add a helper binary for wrapping cl.exe
Evan Martin
2012-08-15
1
-2/+16
*
create phony rules for all binaries
Evan Martin
2012-08-13
1
-5/+3
*
add functions for normalizing win32 include paths
Scott Graham
2012-08-12
1
-1/+3
*
doc some cl.exe flags in the configure script
Evan Martin
2012-08-12
1
-2/+7
*
add a module for working with MSVC (cl.exe) behavior
Evan Martin
2012-08-12
1
-0/+3
*
use correct path separator for --with-gtest source
Evan Martin
2012-08-12
1
-2/+2
*
windows: fix integer truncation issues for helper binaries
Evan Martin
2012-08-10
1
-0/+3
*
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
[next]