index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'using namespace std;' to all cc files to prepare for removing it from he...
Michael Jones
2020-09-30
1
-0/+2
*
MinGW now has _mktemp_s, use overload with size parameter
Jan Niklas Hasse
2020-05-18
1
-11/+2
*
fix building ninja_test on AIX 6.1
ky0ko
2019-08-05
1
-0/+9
*
Factor ManifestParser options into a structure
Brad King
2017-09-07
1
-2/+3
*
Add <stdlib.h> includes for clang++/libc++ on Ubuntu
Dan Willemsen
2016-04-21
1
-0/+1
*
Expose more details in FileReader::ReadFile signature
Brad King
2016-02-03
1
-4/+9
*
dupe_edge_should_err from bool to enum
Scott Graham
2016-01-27
1
-1/+1
*
Make dupbuild=err work in subninja
Scott Graham
2016-01-27
1
-1/+1
*
Remove unnecessary `std::`
Tetsuo Kiso
2016-01-10
1
-1/+1
*
Let Stat() have an err outparam instead of writing to stderr.
Nico Weber
2015-03-31
1
-2/+4
*
Another crash fix for duplicate edges. Fixes #939.
Nico Weber
2015-03-19
1
-2/+14
*
Build self-consistent graphs for dupe edges with multiple outputs.
Nico Weber
2015-03-15
1
-0/+22
*
make all GetNode explicit, add DepsLog canonicalize test
Scott Graham
2014-11-10
1
-1/+2
*
Fix building tests on Windows again.
Nico Weber
2014-09-18
1
-5/+8
*
Use a small, standalone testing framework instead of googletest.
Nico Weber
2014-09-18
1
-1/+3
*
make Stat() a const method
Nico Weber
2014-06-19
1
-2/+2
*
add a test for the "deps out of date" case
Evan Martin
2013-04-09
1
-1/+5
*
move test virtual time "now_" into VirtualFileSystem
Evan Martin
2013-04-08
1
-3/+3
*
Rename parsers.* to manifest_parser.*
Thiago Farina
2012-07-09
1
-1/+1
*
Only store command hashes in the build log.
Nico Weber
2012-06-15
1
-0/+5
*
Response files
unknown
2012-02-09
1
-0/+6
*
windows: use _WIN32 define everywhere
Evan Martin
2012-01-22
1
-1/+1
*
GetTempPath() needs windows.h
Frances Buontempo
2012-01-11
1
-0/+4
*
migrate tempdir code to test.cc
Evan Martin
2012-01-06
1
-0/+91
*
convert all time_t to a new TimeStamp type
Evan Martin
2012-01-05
1
-1/+1
*
Include <algorithm> for std::find in test.cc
Frances Buontempo
2012-01-03
1
-0/+2
*
switch the core ninja parser to use re2c for the lexer
Evan Martin
2011-12-29
1
-1/+1
*
disable the 'unused parameter' warning
Evan Martin
2011-12-05
1
-1/+1
*
Fix compilation warning in Ninja's test suite.
Nicolas Despres
2011-11-21
1
-1/+1
*
Return non-zero status when errors occur.
Nicolas Despres
2011-05-02
1
-3/+6
*
Add a test for the clean tool.
Nicolas Despres
2011-05-02
1
-0/+11
*
move VirtualFileSystem into test.*
Evan Martin
2011-03-06
1
-0/+26
*
move test support into test.*
Evan Martin
2011-03-06
1
-0/+34