Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for review | Takuto Ikuta | 2017-05-09 | 1 | -2/+3 |
| | |||||
* | Make clparser faster | tikuta | 2017-05-08 | 1 | -1/+10 |
| | | | | | | | | | | This patch improves perfromance of clparser. * Reduce the number of calling GetFullPathName. * Use StringPiece for Split and Join. * Add EqualsCaseInsensitive for StringPiece not to generate new string instance. * Add some utility member in StringPiece class. | ||||
* | Allow more path components | Daniel Weber | 2016-08-22 | 1 | -1/+1 |
| | | | | | | | - 60 instead of 30 path components - 64 instead of 32 backslashes in a path (windows only) Issue: 1161 | ||||
* | Make deps=msvc experimentally available on non-Windows. | Nico Weber | 2016-04-06 | 1 | -0/+116 |
This makes it possible to run most of the clparser tests on non-Windows, and is potentially useful for cross-compiling on non-Windows hosts. Also, the manual didn't document this as Windows-only previously. If you use this on non-Windows, please let me know, else I might undo this change again in the future. |