| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #763 from drbo/master | Nico Weber | 2015-11-12 | 1 | -2/+5 |
|\ |
|
| * | Added test of international character support | Demetri Obenour | 2014-05-08 | 1 | -2/+5 |
|
|
* | | Correct order of ASSERT_EQ arguments | Mike Seplowitz | 2015-07-30 | 1 | -2/+2 |
|
|
* | | Reject depfiles that don't contain a : after the target name. | Nico Weber | 2015-03-12 | 1 | -1/+1 |
|
|
* | | Use a small, standalone testing framework instead of googletest. | Nico Weber | 2014-09-18 | 1 | -1/+1 |
|/ |
|
* | Allow paths with '{' '}' in depfiles | Maxim Kalaev | 2014-05-07 | 1 | -2/+5 |
|
|
* | Accept \r\n line endings in depfiles. | Nico Weber | 2014-05-01 | 1 | -0/+12 |
|
|
* | Dollar signs in depfiles are escaped as "$$", not "\$". | Nico Weber | 2013-04-02 | 1 | -1/+1 |
|
|
* | allow paths with '!' in depfiles | Evan Martin | 2013-03-30 | 1 | -2/+4 |
|
|
* | drop DepfileParserTest.Tilde, as it's covered by .SpecialChars | Evan Martin | 2012-08-24 | 1 | -13/+0 |
|
|
* | dep file parsing: allow '@' and '=' in paths | Maxim Kalaev | 2012-07-19 | 1 | -2/+7 |
|
|
* | allow '(' and ')' in depfile paths | Evan Martin | 2012-06-12 | 1 | -0/+11 |
|
|
* | fix a typo in a test name | Evan Martin | 2012-06-12 | 1 | -1/+1 |
|
|
* | 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" | 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 |
|
|
* | 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 |
|
|
* | handle backslashes and isolated colons in depfile parser | Evan Martin | 2011-12-19 | 1 | -0/+16 |
|
|
* | split out depfile parser tests into new file | Evan Martin | 2011-12-19 | 1 | -0/+50 |
|
|