Imported Upstream version 1.7.1
[platform/upstream/ninja.git] / src / build_log_test.cc
2016-04-27 Nico Weberv1.7.0 upstream/1.7.0 v1.7.0
2016-04-19 Nico WeberMerge pull request #1126 from bradking/pool-release...
2016-04-19 Nico WeberMerge pull request #1130 from JohnstonJ/fix-tests-on...
2016-04-18 James Johnstonninja_test: Fix Visual C++ 2015 warnings/errors about...
2015-11-12 Nico WeberMerge pull request #763 from drbo/master
2015-06-29 Nico Weberv1.6.0 v1.6.0
2014-12-25 Nico WeberMerge pull request #884 from nico/sshh
2014-12-18 Nico WeberRemove 'Recompacting...' messages.
2014-12-04 Nico WeberMerge pull request #703 from ovinn/master
2014-12-04 Nico WeberMerge pull request #809 from andrey-malets/doc-for...
2014-11-24 Nico Weberv1.5.3 v1.5.3
2014-11-23 Evan MartinMerge pull request #772 from drbo/syntax_bugfix
2014-11-18 Evan MartinMerge pull request #813 from cdlm/emacs-mode-require...
2014-09-19 Nico WeberMerge pull request #820 from nico/ohceedee
2014-09-19 Nico WeberDon't print "Recompacting..." message from tests.
2014-09-18 Nico WeberMerge pull request #819 from nico/win
2014-09-18 Nico WeberFix building tests on Windows again.
2014-06-27 Nico Weberv1.5.0 v1.5.0
2014-01-07 Nico WeberMerge pull request #697 from nico/gclogs
2014-01-07 Nico WeberMake BuildLogUser reference constant.
2014-01-04 Nico WeberRename "IsDead" to "BuildLogUser".
2014-01-04 Nico WeberAdd a test for collection of dead log entries.
2014-01-02 Nico WeberMake tests compile (one fails atm).
2013-05-16 Evan MartinMerge branch 'master' into release
2013-04-29 Evan MartinMerge pull request #558 from nico/buildfix
2013-04-29 Nico WeberIntroduce a Truncate() function that works on POSIX...
2012-12-29 Evan Martinversion 1.1.0 v1.1.0
2012-12-29 Evan Martinwrap some overlong lines
2012-12-29 Evan MartinMerge pull request #455 from azuk/master
2012-12-29 Evan MartinMerge pull request #467 from ppuryear/browse-error
2012-12-28 Evan Martinwrap test in anon namespace
2012-11-12 Evan MartinMerge pull request #443 from tfarina/disk-interface...
2012-11-09 Evan MartinMerge pull request #458 from rgeary1/minor
2012-10-17 Evan MartinMerge pull request #441 from tfarina/missing-virtual
2012-10-17 Evan MartinMerge pull request #448 from maximuska/proposed/buildlo...
2012-10-12 Maxim Kalaevbuild log: Adding test for multiple target edges
2012-09-13 Evan Martinversion 1.0.0 v1.0.0
2012-09-06 Evan MartinMerge pull request #408 from nico/fix
2012-09-02 Evan Martinremove config from BuildLog, rename members
2012-09-01 Nico WeberMake sure no stale test file exists before running...
2012-08-17 Evan Martinfix test broken in 697350d
2012-08-17 Evan Martinmake it more explicit that a bad build log causes us...
2012-08-05 Evan MartinMerge pull request #397 from nico/mac105
2012-08-05 Nico WeberInclude unistd.h in files that use unlink() on OS X.
2012-07-27 Evan MartinMerge pull request #352 from tfarina/string-piece-private
2012-07-27 Evan MartinMerge branch 'set_terminate' of git://github.com/gmoudr...
2012-07-27 Evan MartinMerge pull request #351 from syntheticpp/rate
2012-07-27 Evan Martinmake the build log test match the indended build log...
2012-07-03 Evan MartinMerge pull request #313 from wolfp/restat_missing_input
2012-06-19 Scott Grahamremove unnecessary manual Close()
2012-06-19 Scott Grahamfix win32 compile, fix BuildLogTest.WriteRead on 2nd run
2012-06-18 Evan Martindrop support of log formats < 4
2012-06-17 Evan MartinMerge pull request #316 from tfarina/struct
2012-06-15 Evan MartinMerge pull request #329 from nico/hash2
2012-06-15 Nico WeberOnly store command hashes in the build log.
2012-05-10 Evan MartinMerge pull request #310 from nico/landreader
2012-05-10 Evan MartinMerge pull request #309 from nico/buildlogtest
2012-05-10 Nico WeberAdd a BuildLog test that checks that very long command...
2012-05-10 Nico WeberAdd a BuildLog test that checks duplicate version heade...
2012-05-09 Evan MartinMerge pull request #307 from sgraham/nul-input
2012-05-09 Evan MartinMerge pull request #304 from nico/perftest
2012-05-08 Nico WeberAdd a BuildLog loading perftest.
2012-05-08 Evan MartinMerge pull request #301 from nico/logfix
2012-05-08 Nico WeberDon't write ninja log header to log on every build...
2012-04-26 Evan MartinMerge pull request #228 from pcc/lazily-create-commandr...
2012-04-26 Evan MartinMerge branch 'dont-clean-phony' of git://github.com...
2012-04-26 Evan MartinMerge pull request #207 from iwadon/fix-configure.py...
2012-04-11 Evan MartinMerge pull request #252 from qhuo/remove-depfile-when...
2012-04-10 Evan MartinMerge pull request #265 from mathstuf/dev/verbose-bootstrap
2012-04-10 Evan MartinMerge pull request #253 from qhuo/include-io.h
2012-04-05 Evan MartinMake |log_| variable private to BuildLog.
2012-01-29 Evan MartinMerge pull request #199 from qhuo/create-process
2012-01-22 Evan Martinwindows: use _WIN32 define everywhere
2012-01-05 Evan Martinmake my last change actually work
2012-01-05 Evan MartinMerge pull request #188 from nico/spacelog
2012-01-05 Nico WeberSwitch build log to use tabs as field separators, to...
2011-11-06 Evan MartinMerge pull request #127 from tiresdonexits/master
2011-11-02 Evan MartinMerge pull request #125 from pcc/outputs-ready
2011-10-24 Peter CollingbourneImplement restat rules
2011-06-14 Evan MartinMerge pull request #59 from qhuo/multiple-outputs-fix
2011-06-10 Qingning Huobuild_log_test.cc: add 3 #include for stat(2) on Linux
2011-06-03 Evan Martinremove +x bit from source
2011-05-31 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-05-29 Evan MartinMerge pull request #51 from philipcraig/master
2011-05-29 Philip Craigmingw ninja_test links and passes. (as do linux and...
2011-05-28 Evan MartinMerge pull request #50 from philipcraig/master
2011-05-28 Philip CraigTests now build on a native Windows build (tested with...
2011-05-11 Evan Martindon't crash on truncated log files
2011-05-11 Evan Martinadd a versioning header to build log, switch to v2
2011-05-06 Evan Martinwindows: successfully link tests
2011-02-07 Evan MartinMerge branch 'master' of https://github.com/martine...
2011-02-06 Evan Martinadd copyrights
2011-01-09 Evan Martinremove tempnam
2011-01-08 Evan Martinwork around mktemp warning
2011-01-07 Evan Martinlater entry in build log should overwrite earlier one
2010-12-23 Evan Martinadd a class for logging builds (commands + timing)