summaryrefslogtreecommitdiffstats
path: root/src/test.h
Commit message (Expand)AuthorAgeFilesLines
* Comply with project formatting rules wrt 80 column linesMichael Jones2020-09-301-1/+2
* Remove 'using namespace std' from header files, properly namespace all std sy...Michael Jones2020-09-301-17/+17
* Misc typo fixes by https://github.com/codespell-project/codespell/Mo Zhou2018-09-061-1/+1
* Factor ManifestParser options into a structureBrad King2017-09-071-1/+3
* ninja_test: Fix Visual C++ 2015 warnings/errors about name hiding.James Johnston2016-04-181-8/+8
* Expose more details in FileReader::ReadFile signatureBrad King2016-02-031-1/+1
* Let Stat() have an err outparam instead of writing to stderr.Nico Weber2015-03-311-1/+2
* Build self-consistent graphs for dupe edges with multiple outputs.Nico Weber2015-03-151-0/+1
* Add support for --gtest_filter. The bots need it, and it is a useful flag.Nico Weber2014-09-181-4/+2
* Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-2/+86
* make Stat() a const methodNico Weber2014-06-191-1/+1
* add a test for the "deps out of date" caseEvan Martin2013-04-091-0/+6
* move test virtual time "now_" into VirtualFileSystemEvan Martin2013-04-081-2/+13
* Only store command hashes in the build log.Nico Weber2012-06-151-0/+1
* Response filesunknown2012-02-091-0/+2
* Stop warning about chdir etc which are treated as errors on MSVC with theFrances Buontempo2012-01-161-0/+1
* migrate tempdir code to test.ccEvan Martin2012-01-061-0/+13
* convert all time_t to a new TimeStamp typeEvan Martin2012-01-051-1/+1
* Factor out State struct from ninja_jumble.cc into its header/source files.Thiago Farina2011-09-031-1/+1
* Fix ninja compilation by including a missing disk_interface.h.Thiago Farina2011-08-251-0/+1
* Return non-zero status when errors occur.Nicolas Despres2011-05-021-1/+1
* Add a test for the clean tool.Nicolas Despres2011-05-021-0/+2
* add doxygen-compatibile comments to most classesEvan Martin2011-04-291-6/+7
* Add missing CPP guards.Nicolas Despres2011-03-221-0/+5
* more commentsEvan Martin2011-03-061-0/+2
* move VirtualFileSystem into test.*Evan Martin2011-03-061-0/+23
* move test support into test.*Evan Martin2011-03-061-1/+4
* add copyrightsEvan Martin2011-02-061-0/+14
* remove ResetDirtyEvan Martin2011-01-081-3/+0
* remove bottom-up dirtyingEvan Martin2011-01-081-0/+3
* split out graph into its own headerEvan Martin2011-01-081-2/+3
* move src into subdirEvan Martin2010-12-051-0/+12