| Commit message (Expand) | Author | Age | Files | Lines |
* | Use st_mtim if st_mtime is macro, fix #1510 | makepost | 2018-12-24 | 1 | -10/+4 |
|
|
* | Remove outdated part about Chrome download, fix #1338 | Jan Niklas Hasse | 2018-12-20 | 1 | -11/+3 |
|
|
* | Remove dead Chromium link, fix #1263 | Jan Niklas Hasse | 2018-11-25 | 1 | -2/+1 |
|
|
* | Merge pull request #1484 from smeenai/gyp-to-gn | Jan Niklas Hasse | 2018-11-25 | 1 | -3/+3 |
|\ |
|
| * | Change gyp to gn | Shoaib Meenai | 2018-10-19 | 1 | -3/+3 |
|
|
* | | Merge pull request #1039 from bradking/improve-depfile-parser | Nico Weber | 2018-11-21 | 11 | -65/+357 |
|\ \ |
|
| * | | Restore depfile toleration of multiple output paths on distinct lines | Brad King | 2018-11-19 | 11 | -17/+120 |
|
|
| * | | Fix depfile parser handling of multiple rules | Brad King | 2018-11-19 | 3 | -33/+225 |
|
|
| * | | Fix depfile parser test case line continuation | Brad King | 2018-11-19 | 1 | -4/+4 |
|
|
| * | | Re-arrange depfile parser token processing logic | Brad King | 2018-11-19 | 2 | -22/+20 |
|
|
| * | | Re-generate depfile parser with re2cc 1.0.1 | Brad King | 2018-11-19 | 1 | -3/+2 |
|/ / |
|
* | | Add OSX build on travis (#1502) | Takuto Ikuta | 2018-11-17 | 2 | -4/+12 |
|
|
* | | Fit --help output into 80 columns and move verbose up, fix #1500 | Jan Niklas Hasse | 2018-11-16 | 1 | -3/+3 |
|
|
* | | Merge pull request #1474 from mathstuf/win32-invalid-parameter-help | Jan Niklas Hasse | 2018-11-16 | 4 | -4/+13 |
|\ \ |
|
| * | | subprocess-win32: add hint on ERROR_INVALID_PARAMETER | Ben Boeckel | 2018-11-09 | 1 | -0/+4 |
|
|
| * | | Win32Fatal: support a "hint" for the error | Ben Boeckel | 2018-11-09 | 2 | -3/+7 |
|
|
| * | | manual: mention the "invalid parameter" case | Ben Boeckel | 2018-11-09 | 1 | -1/+2 |
|
|
* | | | Merge pull request #1462 from GoaLitiuM/win10color | Jan Niklas Hasse | 2018-11-16 | 1 | -0/+12 |
|\ \ \ |
|
| * | | | Enable ANSI escape sequences on Windows 10 terminals | GoaLitiuM | 2018-11-14 | 1 | -0/+12 |
|
|
* | | | | Merge pull request #1439 from Lekensteyn/threaded-browse-py | Nico Weber | 2018-11-15 | 1 | -1/+7 |
|\ \ \ \ |
|
| * | | | | browse.py: fix delay with multiple connections | Peter Wu | 2018-10-25 | 1 | -1/+7 |
|
|
* | | | | | Merge pull request #1496 from mathstuf/minor-fixes | Nico Weber | 2018-11-15 | 1 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | HACKING: use `Python` for the project | Ben Boeckel | 2018-11-14 | 1 | -1/+1 |
|
|
| * | | | | | HACKING: fix some whitespace nits | Ben Boeckel | 2018-11-14 | 1 | -4/+4 |
|
|
* | | | | | | Merge pull request #1196 from danw/ReadFile_opt | Jan Niklas Hasse | 2018-11-14 | 1 | -1/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | Optimize ReadFile allocations | Dan Willemsen | 2016-11-07 | 1 | -1/+11 |
|
|
* | | | | | | | Improve error message when Python wasn't found for the browse tool | Jan Niklas Hasse | 2018-11-14 | 1 | -1/+6 |
|
|
* | | | | | | | Explain why there's no browse tool, fix #1478 | Jan Niklas Hasse | 2018-11-14 | 1 | -3/+6 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Fix rendering of code block, fix #955 | Jan Niklas Hasse | 2018-11-14 | 1 | -1/+1 |
|
|
* | | | | | | Make -j 0 run unlimited parallel builds, fix #1309 | Martell Malone | 2018-11-14 | 1 | -3/+6 |
| |_|/ / /
|/| | | | |
|
* | | | | | Merge pull request #1264 from gahr/DirName-compile-time | Jan Niklas Hasse | 2018-11-13 | 1 | -3/+4 |
|\ \ \ \ \ |
|
| * | | | | | DirName's separators and their length are known at compile time | Pietro Cerutti | 2017-04-11 | 1 | -3/+4 |
|
|
* | | | | | | Add --verbose as an alternative spelling for -v, fix #1310 | Jan Niklas Hasse | 2018-11-13 | 1 | -1/+2 |
|
|
* | | | | | | Add unit test for #1491 | Jan Niklas Hasse | 2018-11-13 | 1 | -0/+2 |
|
|
* | | | | | | Merge pull request #1491 from mathstuf/elision-off-by-n | Jan Niklas Hasse | 2018-11-13 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | util: don't add ellipses width when deciding if they're necessary | Ben Boeckel | 2018-11-09 | 1 | -1/+1 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Allow disabling of escape code stripping, fix #1475 | Jan Niklas Hasse | 2018-11-13 | 3 | -6/+20 |
|/ / / / / |
|
* | | | | | Merge pull request #1307 from moroten/fix-too-long-path-test-bug | Jan Niklas Hasse | 2018-11-08 | 3 | -14/+74 |
|\ \ \ \ \ |
|
| * | | | | | Verify GetFullPathName return value | Fredrik Medley | 2018-11-08 | 3 | -14/+74 |
|/ / / / / |
|
* | | | | | Make output_test.py independent of the environment | Jan Niklas Hasse | 2018-11-07 | 1 | -2/+8 |
|
|
* | | | | | Merge pull request #1488 from maciej-pawlowski-opera/issue-1227-2 | Jan Niklas Hasse | 2018-11-07 | 4 | -510/+431 |
|\ \ \ \ \ |
|
| * | | | | | Fix parsing some special chars in depfiles | Maciej Pawlowski | 2018-11-07 | 3 | -6/+9 |
|
|
| * | | | | | Regenerate depfile_parser.cc and lexer.cc with newer re2c | Maciej Pawlowski | 2018-11-07 | 2 | -505/+423 |
|
|
* | | | | | | Fix older VS compatibility issues and PDB files generation issue. (#1435) | ikifof | 2018-11-07 | 3 | -8/+21 |
|/ / / / / |
|
* | | | | | Merge pull request #1473 from zdave/query-term-stdout | Jan Niklas Hasse | 2018-11-05 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Query terminal width from STDOUT_FILENO | David Emett | 2018-09-29 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Exclude broken DiskInterfaceTests from MSVC, see #1423 | Jan Niklas Hasse | 2018-11-05 | 1 | -0/+2 |
|
|
* | | | | | Merge pull request #1326 from 0-wiz-0/master | Jan Niklas Hasse | 2018-11-05 | 2 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | Add NetBSD in another clause. | Thomas Klausner | 2017-09-10 | 1 | -1/+1 |
|
|
| * | | | | | Include missing header for pselect(). | Thomas Klausner | 2017-09-10 | 1 | -0/+1 |
|
|