Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add doxygen-compatibile comments to most classes | Evan Martin | 2011-04-29 | 1 | -2/+10 |
| | |||||
* | Move CanonicalizePath into util.h so it can be shared by the other modules. | Thiago Farina | 2011-04-15 | 1 | -3/+0 |
| | | | | | | Also add util_test.cc and move the CanonicalizePathTest into there. Signed-off-by: Thiago Farina <tfarina@chromium.org> | ||||
* | canonicalize paths loaded from depfiles | Evan Martin | 2011-03-07 | 1 | -0/+3 |
| | | | | | | | | | If a C file #includes "../foo.cc", then gcc will emit paths like "bar/../foo.cc" into the dependency file; canonicalize these when we load the file. Add a test module for testing the graph dirty recomputation directly, without all the build classes around it. | ||||
* | add copyrights | Evan Martin | 2011-02-06 | 1 | -0/+14 |
| | |||||
* | cleanup phony testing | Evan Martin | 2011-02-05 | 1 | -0/+2 |
| | |||||
* | remove bottom-up dirtying | Evan Martin | 2011-01-08 | 1 | -4/+1 |
| | |||||
* | split out graph into its own header | Evan Martin | 2011-01-08 | 1 | -0/+109 |