Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #256 from iwadon/fix-sign-compare | Evan Martin | 2012-04-05 | 1 | -1/+1 |
|\ | | | | | fix warning: "comparison between signed and unsigned integer expressions" | ||||
| * | fix warning: "comparison between signed and unsigned integer expressions" | Hiroyuki Iwatsuki | 2012-03-16 | 1 | -1/+1 |
| | | |||||
* | | Depfile parser accept tilde. | Nicolas Despres | 2012-03-14 | 1 | -0/+13 |
|/ | |||||
* | Issue #241 - handle depfiles generated by older versions of GCC | Oleksandr Usov | 2012-03-12 | 1 | -0/+17 |
| | | | | | | | | | | Older versions of GCC would produce broken depfiles when -MT or -MQ is used gcc43 -MT foo.o -MMD -MF foo.o.d -o foo.o -c foo.c will result in the following depfile foo.o foo.o: <dependencies> Parse multiple outputs unifying duplicates and correctly report errors if they are different. | ||||
* | de-escape backslashes in depfiles while parsing | Evan Martin | 2011-12-28 | 1 | -3/+20 |
| | |||||
* | add (failing) test involving spaces in depfiles | Evan Martin | 2011-12-27 | 1 | -0/+13 |
| | |||||
* | switch DepfileParser to take a string* to make memory clearer | Evan Martin | 2011-12-27 | 1 | -18/+26 |
| | | | | Add some comments as well. | ||||
* | handle backslashes and isolated colons in depfile parser | Evan Martin | 2011-12-19 | 1 | -0/+16 |
| | | | | | | | | The logic was wrong if the input looked like foo : bar baz with a space before the colon. Test from Frances <frances.buontempo@gmail.com>. | ||||
* | split out depfile parser tests into new file | Evan Martin | 2011-12-19 | 1 | -0/+50 |