On unexpected output in a .d file, rebuild instead erroring.
[platform/upstream/ninja.git] / src / build_test.cc
2012-04-28 Evan MartinMerge pull request #274 from polrop/max_load_average
2012-04-26 Evan MartinMerge pull request #278 from tychoish/master
2012-04-26 Evan Martinreduce custom ninja status patch in minor ways
2012-04-26 Evan MartinMerge branch 'custom_ninja_status' of git://github...
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-24 Nicolas DespresRefactor and test progress status formatting.
2012-04-24 Nicolas DespresRemove trailing white spaces.
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 MartinMerge pull request #263 from mathstuf/dev/gcc-470-build...
2012-04-05 Evan MartinMerge pull request #260 from sgraham/rspfile_syntax
2012-04-05 Evan MartinMerge pull request #259 from usovalx/distcc_depfile_fix
2012-04-05 Evan MartinMerge pull request #256 from iwadon/fix-sign-compare
2012-03-16 Hiroyuki Iwatsukifix warning: "comparison between signed and unsigned...
2012-03-08 Evan MartinMerge pull request #235 from fischman/ppoll
2012-03-08 Evan MartinMerge pull request #239 from pcc/enotdir
2012-03-05 Evan MartinMerge pull request #238 from pcc/outputs-ready-no-inputs
2012-03-05 Peter CollingbourneMark a phony target with no inputs as outputs-ready
2012-03-02 Evan MartinMerge pull request #231 from pcc/exit-cleanup-modified
2012-03-01 Peter CollingbourneBe more selective about deleting output files when...
2012-02-23 Evan MartinMerge pull request #217 from PetrWolf/master
2012-02-14 Evan MartinMerge pull request #176 from pcc/exit-cleanup
2012-02-09 unknownResponse files
2012-02-04 Peter CollingbourneIf a command fails, wait for all running commands to...
2012-02-04 Peter CollingbourneImplement cleanup-on-interrupt
2012-01-29 Evan MartinMerge pull request #199 from qhuo/create-process
2012-01-22 Evan Martinwindows: use _WIN32 define everywhere
2012-01-16 Evan MartinMerge pull request #197 from doctorlove/simple_dry_run
2012-01-16 Frances BuontempoAdd a test that dry run shows all commands that could...
2012-01-05 Evan Martinadjust restat behavior around missing outputs
2011-12-27 Evan MartinMerge branch 'master' of git://github.com/ehird/ninja
2011-12-20 Evan MartinMerge pull request #146 from nornagon/escape-spaces
2011-12-19 Evan Martinadjust depfile test now that parsing is more lax
2011-12-07 Evan Martinremove makefile parsing code, use depfile code instead
2011-12-07 Evan Martinmake Rule::name_ private
2011-12-07 Evan Martinmake Node::in_edge_ private
2011-12-07 Evan Martinmake Node::dirty_ private
2011-12-07 Evan Martinmerge FileStat into Node
2011-12-07 Evan Martinadd and use getter for Edge::rule_
2011-12-05 Evan Martindisable the 'unused parameter' warning
2011-12-04 Evan Martinwhen an edge is dirty, mark all outputs dirty
2011-12-04 Evan Martinadd a test case from issue 148
2011-11-21 Evan MartinMerge pull request #138 from polrop/fix-warning-in...
2011-11-21 Nicolas DespresFix compilation warning in Ninja's test suite.
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-10-24 Peter CollingbourneImplement Make-style order-only dependencies
2011-10-18 Peter CollingbourneSplit Node::dirty_ into two flags: Node::dirty_ and...
2011-09-14 Evan MartinMerge pull request #106 from pcc/depfile-vector
2011-09-14 Evan MartinMerge pull request #107 from pcc/missing-phony
2011-09-14 Peter CollingbourneConsider missing phony targets with no dependencies...
2011-09-14 Peter CollingbourneModify the build tests to use the virtual file system
2011-09-11 Evan MartinMerge pull request #103 from tfarina/struct
2011-09-09 Evan Martindon't mark phony edges dirty if none of their inputs...
2011-09-09 Evan MartinMerge pull request #95 from qhuo/depfile-for-command...
2011-09-08 Evan MartinMerge pull request #98 from tfarina/fix-win-build
2011-09-08 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-09-08 Evan Martinfix redundant manifest rebuild
2011-06-16 Evan MartinMerge pull request #62 from qhuo/multiple-outputs-fix
2011-06-14 Qingning HuoAdd a test for the multiple outputs fix
2011-06-03 Evan Martinremove +x bit from source
2011-06-02 Philip CraigOn Windows, ninja didn't create needed paths first
2011-05-31 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-05-27 Evan Martinuse 0 for NULL in test to silence gcc 4.5 warning
2011-05-17 Evan Martinadd extra check for no error in build test
2011-05-17 Evan Martinsimplify CommandRunner, simplifying users too
2011-05-17 Evan Martinrearrange build loop, pass new test
2011-05-17 Evan Martincheck in failing test that hits the "stuck" state
2011-05-14 Evan Martinrefactor status printing into BuildStatus
2011-05-13 Evan MartinSEMANTIC CHANGE: implicit inputs are now required to...
2011-05-09 Evan Martinfix test
2011-05-09 Evan Martinadd support for ignoring failures of some subtasks
2011-05-08 Evan Martinwindows: fix more signedness warnings
2011-04-29 Evan Martinadd doxygen-compatibile comments to most classes
2011-03-12 Evan Martinfix test that relied on pointer values
2011-03-12 Evan Martinmake bad build tests fail earlier
2011-03-06 Evan Martinmove VirtualFileSystem into test.*
2011-03-06 Evan Martinmove test support into test.*
2011-02-07 Evan MartinMerge branch 'master' of https://github.com/martine...
2011-02-06 Evan Martinadd copyrights
2011-02-04 Evan Martininclude path when printing a makefile parse error
2011-01-23 Evan Martinallow implicit deps
2011-01-08 Evan Martinremove ResetDirty
2011-01-08 Evan Martinmove towards virtual fs for build tests
2011-01-08 Evan Martinremove bottom-up dirtying
2011-01-08 Evan Martincatch ourselves when we're stuck
2010-12-14 Evan Martinverbosity tristate
2010-12-13 Evan Martinuse separate config object
2010-12-05 Evan Martinmove src into subdir