index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ninja_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
*
Add <stdlib.h> includes for clang++/libc++ on Ubuntu
Dan Willemsen
2016-04-21
1
-0/+1
*
Fix getopt for AIX
Mike Seplowitz
2015-08-19
1
-0/+3
*
Don't support ? and : for --gtest-filter, a bit simpler.
Nico Weber
2014-09-18
1
-23/+11
*
Add support for --gtest_filter. The bots need it, and it is a useful flag.
Nico Weber
2014-09-18
1
-8/+97
*
Use a small, standalone testing framework instead of googletest.
Nico Weber
2014-09-18
1
-49/+40
*
structs not classes.
Thiago Farina
2013-05-19
1
-2/+1
*
drop std:: qualifiers on more stl datatypes
Evan Martin
2013-04-18
1
-1/+1
*
also print iteration for gtest_repeat=-1
Scott Graham
2013-04-18
1
-4/+12
*
reset count in LaconicPrinter for when using --gtest_repeat
Scott Graham
2013-04-17
1
-0/+5
*
fix test
Scott Graham
2013-04-09
1
-1/+1
*
Try to fix build on Linux more.
Nico Weber
2013-04-09
1
-1/+3
*
Make ninja_test output nicer.
Nico Weber
2013-04-09
1
-8/+12
*
Use LinePrinter in test runner.
Nico Weber
2013-04-09
1
-21/+23
*
move single-line printing to new class
Nico Weber
2013-04-09
1
-0/+14
*
Make gtest output more silent, ninja issue #528.
Nico Weber
2013-04-09
1
-0/+54
*
Split ninja_test.cc into state_test.cc and disk_interface_test.cc
Thiago Farina
2011-09-11
1
-141/+0
*
Move EvalString tests to eval_env_test.cc
Thiago Farina
2011-09-09
1
-73/+0
*
Fix windows build by moving mkdtemp() implementation from ninja_test.cc to di...
Thiago Farina
2011-09-08
1
-28/+0
*
Move DiskInterfaceTest into its own source file.
Thiago Farina
2011-09-07
1
-102/+0
*
Factor out State struct from ninja_jumble.cc into its header/source files.
Thiago Farina
2011-09-03
1
-2/+0
*
remove +x bit from source
Evan Martin
2011-06-03
1
-0/+0
*
Tests now build on a native Windows build (tested with VS2010)
Philip Craig
2011-05-28
1
-1/+1
*
expand $$ as $
Evan Martin
2011-05-27
1
-0/+9
*
windows: pass the DiskInterface tests
Evan Martin
2011-05-08
1
-21/+58
*
windows: successfully link tests
Evan Martin
2011-05-06
1
-19/+51
*
fix unit test
Evan Martin
2011-05-02
1
-1/+1
*
Return non-zero status when errors occur.
Nicolas Despres
2011-05-02
1
-4/+5
*
Add a test for the clean tool.
Nicolas Despres
2011-05-02
1
-0/+13
*
include location of error in parse error messages in EvalEnv strings
Alexei Svitkine
2011-04-26
1
-1/+11
*
handle variable expansion with upper-case characters
Orestis Agathokleous
2011-03-07
1
-0/+11
*
move test support into test.*
Evan Martin
2011-03-06
1
-17/+1
*
chdir into a temp dir before disk tests
Evan Martin
2011-03-05
1
-0/+5
*
add copyrights
Evan Martin
2011-02-06
1
-0/+14
*
remove ResetDirty
Evan Martin
2011-01-08
1
-9/+0
*
remove bottom-up dirtying
Evan Martin
2011-01-08
1
-5/+9
*
split out graph into its own header
Evan Martin
2011-01-08
1
-3/+3
*
move src into subdir
Evan Martin
2010-12-05
1
-0/+235