windows: use _WIN32 define everywhere
[platform/upstream/ninja.git] / src / build.cc
2012-01-22 Evan Martinwindows: use _WIN32 define everywhere
2012-01-19 Evan MartinMerge pull request #198 from nico/strip0
2012-01-19 Nico WeberStrip ansi escape sequences from subcommand output...
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
2012-01-05 Evan Martinwindows: don't use \e in string
2012-01-05 Evan Martinconvert all time_t to a new TimeStamp type
2011-12-27 Evan MartinMerge branch 'master' of git://github.com/ehird/ninja
2011-12-24 Evan MartinMerge pull request #164 from tfarina/rule-private-members
2011-12-24 Thiago FarinaFix the TODO in Rule class.
2011-12-20 Evan MartinMerge pull request #146 from nornagon/escape-spaces
2011-12-07 Evan Martinmake Rule::generator_ and restat_ private
2011-12-07 Evan Martinmake Node::out_edges_ 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 Martinrefactor to remove Node::ready()
2011-12-07 Evan Martinadd and use getter for Edge::rule_
2011-12-06 Evan MartinMerge pull request #152 from pcc/clean-depfiles
2011-12-06 Evan MartinMerge pull request #151 from pcc/restat-depfiles
2011-12-06 Peter CollingbourneUse the modification time of the depfile when computing...
2011-12-05 Evan Martindisable the 'unused parameter' warning
2011-12-04 Evan Martinrefactor RecomputeOutputDirty to return true/false...
2011-12-02 Evan Martinwindows: don't buffer stdout
2011-11-20 Evan MartinMerge pull request #136 from polrop/add-extra-warning
2011-11-19 Nicolas DespresRemove warning triggered by -Wextra on MinGW.
2011-11-19 Nicolas DespresAdd -Wextra warning flag.
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-18 Peter CollingbourneSplit Node::dirty_ into two flags: Node::dirty_ and...
2011-10-12 Nicolas DespresElide output in the middle when exceeding terminal...
2011-09-11 Evan MartinMerge pull request #103 from tfarina/struct
2011-09-09 Evan Martinverify -k param is numeric
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-09-04 Evan MartinMerge pull request #94 from qhuo/named-pipe
2011-09-03 Evan MartinMerge pull request #89 from tfarina/state
2011-09-03 Thiago FarinaFactor out State struct from ninja_jumble.cc into its...
2011-08-25 Evan MartinMerge pull request #86 from tfarina/real-disk-interface
2011-08-25 Thiago FarinaMove RealDiskInterface class to disk_interface.h.
2011-05-24 Evan Martinmove GetTimeMillis to util
2011-05-17 Evan Martinsimplify CommandRunner, simplifying users too
2011-05-17 Evan Martinrearrange build loop, pass new test
2011-05-14 Evan Martinshow started, not finished, edges in progress
2011-05-14 Evan Martincorrectly compute truncation margin
2011-05-14 Evan Martinrefactor status printing into BuildStatus
2011-05-14 Evan Martinhide internals of BuildStatus
2011-05-13 Evan MartinSEMANTIC CHANGE: implicit inputs are now required to...
2011-05-11 Evan Martinadd a versioning header to build log, switch to v2
2011-05-09 Evan Martinexpose -k flag to users
2011-05-09 Evan Martinadd support for ignoring failures of some subtasks
2011-05-06 Evan MartinMerge pull request #40 from fischman/master
2011-05-06 Evan Martinwindows: subprocess implementation for Windows
2011-05-03 Evan Martinrefactor subprocess to make it easier for windows port
2011-05-02 Evan Martinwindows: use millis abstraction instead of non-portable...
2011-05-01 Evan Martinuse refactored function to support implicit "all" target
2011-04-29 Evan Martinadd doxygen-compatibile comments to most classes
2011-04-23 Sergey Nenakhov[windows] disable smart terminal support
2011-04-18 Evan MartinMerge branch 'term-fix' of https://github.com/SByer...
2011-04-07 Scott ByerFix an exception when terminal is narrow or set for...
2011-03-02 Evan Martinlimit output width to prevent line-wrapping
2011-03-01 Evan Martinprint short name of command before dumping command...
2011-02-07 Evan MartinMerge branch 'master' of https://github.com/martine...
2011-02-06 Evan Martinadd copyrights
2011-02-05 Evan Martininclude command name when printing output, add newline
2011-02-05 Evan Martinfancier output
2011-02-05 Evan Martincleanup phony testing
2011-02-01 Evan Martinimplement parallelism flag
2011-01-23 Evan Martinpass config into build log
2011-01-08 Evan Martinrecord edge timing
2011-01-08 Evan Martinremove needless virtuals
2011-01-08 Evan Martindon't get stuck on phony edges
2011-01-08 Evan Martindon't track timing for phony edges
2011-01-08 Evan Martincompute edge timing
2011-01-08 Evan Martinsplit out graph into its own header
2011-01-08 Evan Martincatch ourselves when we're stuck
2011-01-08 Evan Martindon't crash in tests where we don't use a log file
2011-01-07 Evan Martinstate holds build log, not config
2010-12-26 Evan Martinmove buildlog to main driver
2010-12-26 Evan Martinhook up build log
2010-12-23 Evan Martinrename BuildStatusLog
2010-12-14 Evan Martinverbosity tristate
2010-12-13 Evan Martinuse separate config object
2010-12-13 Evan Martindry run flag
2010-12-07 Evan Martinverbose mode
2010-12-06 Evan Martinfactor out build logging
2010-12-05 Evan Martinmove src into subdir