SEMANTIC CHANGE: implicit inputs are now required to exist
[platform/upstream/ninja.git] / src / graph.cc
2011-05-13 Evan MartinSEMANTIC CHANGE: implicit inputs are now required to...
2011-04-29 Evan Martinadd doxygen-compatibile comments to most classes
2011-04-18 Evan MartinMerge branch 'term-fix' of https://github.com/SByer...
2011-04-15 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-04-15 Thiago FarinaMove CanonicalizePath into util.h so it can be shared...
2011-03-07 Evan Martinfiles that have both implicit and explicit edges should...
2011-03-07 Evan Martincanonicalize paths loaded from depfiles
2011-02-07 Evan MartinMerge branch 'master' of https://github.com/martine...
2011-02-06 Evan Martinadd copyrights
2011-02-05 Evan Martincleanup phony testing
2011-02-04 Evan Martininclude path when printing a makefile parse error
2011-01-08 Evan Martinremove bottom-up dirtying
2011-01-08 Evan Martinsplit out graph into its own header