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
*
Don't output null.o during configure
Scott Graham
2015-08-27
1
-1/+2
*
Set _HAS_EXCEPTIONS=0 on MSVC
Scott Graham
2015-08-10
1
-0/+1
*
Fix bootstrap from a source path containing spaces.
Jason Haslam
2015-06-22
1
-2/+6
*
Search for generated headers relative to build dir.
Jason Haslam
2015-06-22
1
-0/+3
*
Allow configure script to bootstrap out of source.
Jason Haslam
2015-06-22
1
-7/+10
*
Revert "Bootstrap out of source"
Nico Weber
2015-06-22
1
-13/+7
*
Search for generated headers relative to build dir.
Jason Haslam
2015-05-26
1
-0/+3
*
Allow configure script to bootstrap out of source.
Jason Haslam
2015-05-26
1
-7/+10
*
Remove option no longer needed now that we don't use gtest.
Nico Weber
2015-03-10
1
-1/+0
*
Simplify. No behavior change.
Nico Weber
2015-03-10
1
-2/+1
*
Make diagnostics colored with new gccs (4.9+) too.
Nico Weber
2015-03-09
1
-3/+6
*
Test for Clang by checking --version
Ryan Gonzalez
2015-03-09
1
-2/+6
*
Fix compilation errors on Visual Studio 2015 (_MSC_VER 1900).
Beren Minor
2014-12-31
1
-0/+2
*
configure: add a verbose mode
Ben Boeckel
2014-12-11
1
-4/+13
*
Make configure.py work with Python. Fixes issue #877.
Nico Weber
2014-12-03
1
-1/+1
*
Fix Windows build after #862. Thanks to @harig for the report.
Nico Weber
2014-11-22
1
-1/+1
*
Merge pull request #862 from nico/browse
Nico Weber
2014-11-22
1
-4/+5
|
\
|
*
Make browse detection consistent with other platform checks.
Nico Weber
2014-11-21
1
-4/+5
*
|
Remove now-unused variable test_libs.
Nico Weber
2014-11-22
1
-2/+1
*
|
Stop linking pthread.
Nico Weber
2014-11-22
1
-2/+0
|
/
*
Remove duplicate import. No behavior change.
Nico Weber
2014-11-21
1
-1/+0
*
merge platform_helper into configure script
Evan Martin
2014-11-18
1
-10/+76
*
add a --bootstrap mode for configure.py
Evan Martin
2014-11-18
1
-7/+121
*
Merge pull request #842 from nico/solaris
Nico Weber
2014-11-14
1
-1/+1
|
\
|
*
Fix building on Solaris.
Nico Weber
2014-11-01
1
-1/+1
*
|
Make sure configure.py and ninja.cc always agree on if -t browse is included.
Nico Weber
2014-11-14
1
-1/+5
*
|
Remove unused variables.
Nico Weber
2014-11-14
1
-4/+1
|
/
*
Make auto-reconfiguring work if CFLAGS contains more than one flag.
Nico Weber
2014-09-19
1
-1/+3
*
Use a small, standalone testing framework instead of googletest.
Nico Weber
2014-09-18
1
-28/+3
*
create a slightly nicer build.ninja on windows
Nico Weber
2014-06-15
1
-1/+1
*
Add a simple manifest parsing perftest.
Nico Weber
2014-04-17
1
-3/+6
*
Rename parser_perftest to depfile_parser_perftest.
Nico Weber
2014-04-16
1
-2/+2
*
configure.py: use /FS flag under vs2013 when compiling gtest
Nicholas Hutchinson
2014-01-09
1
-1/+4
*
Wrap to 79 colums. No functionality change.
Nico Weber
2013-10-27
1
-4/+8
*
Fix compilation on VS2013
Scott Graham
2013-10-18
1
-0/+2
*
add -d keeprsp to preserve @rsp files on success on windows
Scott Graham
2013-09-10
1
-1/+1
*
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
|
/
[next]