Age | Commit message (Expand) | Author | Files | Lines |
2017-12-17 | Add support for printing canonical process exit status description | Boris Kolpackov | 2 | -0/+29 |
2017-12-15 | Improve BLODA code | Boris Kolpackov | 1 | -9/+9 |
2017-12-15 | Make BLODA timeout indefinite for non-whitelisted programs | Karen Arutyunov | 1 | -6/+19 |
2017-12-15 | Add process::pipe struct, extend process API | Boris Kolpackov | 11 | -80/+265 |
2017-12-14 | Add MSYS processes output probing and bump timeout to two seconds | Karen Arutyunov | 1 | -22/+52 |
2017-12-12 | Add support for VC 15u5 | Boris Kolpackov | 4 | -4/+13 |
2017-12-09 | Add support for calculating SHA1 checksums | Boris Kolpackov | 10 | -9/+933 |
2017-12-08 | Fix typo | Boris Kolpackov | 1 | -1/+1 |
2017-12-06 | Handle system version in Clang's *-windows-msvc target triplet | Boris Kolpackov | 3 | -22/+32 |
2017-12-05 | Bump BLODA timeout to one second | Karen Arutyunov | 1 | -1/+1 |
2017-12-04 | Recognize and handle Clang's <cpu>-pc-windows-msvc target triplet | Boris Kolpackov | 3 | -4/+14 |
2017-12-01 | Fix GCC 7 -fimplicit-fallthrough warnings | Boris Kolpackov | 1 | -2/+2 |
2017-11-30 | Use compiler class instead of id where appropriate | Karen Arutyunov | 1 | -1/+1 |
2017-11-30 | Bump toolchain version dependency to 0.7.0 in manifest | Karen Arutyunov | 1 | -2/+2 |
2017-11-23 | Use uncaught_exceptions() if available | Boris Kolpackov | 2 | -2/+10 |
2017-11-23 | Make some functions static | Boris Kolpackov | 1 | -10/+12 |
2017-11-22 | Fix minor issue in small_vector | Boris Kolpackov | 1 | -1/+1 |
2017-11-21 | Move eof() utility to libbutl | Boris Kolpackov | 2 | -1/+28 |
2017-11-19 | Fix typo | Boris Kolpackov | 1 | -1/+1 |
2017-11-10 | Reorder inline functions to make MinGW GCC happy | Boris Kolpackov | 2 | -16/+10 |
2017-11-09 | Fix comment | Boris Kolpackov | 1 | -2/+2 |
2017-11-09 | Add ability to save data in char_scanner | Boris Kolpackov | 3 | -8/+61 |
2017-10-06 | Bump BLODA timeout to 500ms, don't use timestamp in process | Karen Arutyunov | 2 | -15/+16 |
2017-10-04 | Add ignore_error parameter for path_entry() and *_exists() functions | Karen Arutyunov | 2 | -25/+36 |
2017-10-01 | Only enable modularized build if forced | Boris Kolpackov | 32 | -185/+49 |
2017-09-24 | Use std.regex and std.theading modules | Boris Kolpackov | 10 | -7/+11 |
2017-09-23 | Undo modularization hacks for Clang that seem to be no longer necessary | Boris Kolpackov | 3 | -9/+1 |
2017-09-23 | Undo modularization hacks for VC | Boris Kolpackov | 10 | -34/+21 |
2017-09-22 | Initial modularization with both Clang and VC hacks | Boris Kolpackov | 139 | -839/+2526 |
2017-09-12 | Increase MSYS BLODA wait time | Boris Kolpackov | 1 | -2/+2 |
2017-08-31 | Fix regex_replace_ex() to ignore unmatched sub-expression references | Karen Arutyunov | 2 | -6/+14 |
2017-08-30 | Generalize regex_replace_ex() function | Karen Arutyunov | 6 | -12/+189 |
2017-08-29 | Bump BLODA timeout to 350ms | Boris Kolpackov | 1 | -8/+5 |
2017-08-29 | Use system_clock instead of timestamp::clock | Karen Arutyunov | 2 | -5/+5 |
2017-08-28 | Use system_clock instead of timestamp::clock in process | Karen Arutyunov | 1 | -2/+2 |
2017-08-28 | Use chrono timepoints for MSYS2 process re-spawning heuristics | Karen Arutyunov | 1 | -16/+24 |
2017-08-26 | Increase BLODA wait time now that we don't hold process mutex while waiting | Boris Kolpackov | 1 | -1/+1 |
2017-08-24 | Add dummy version.hxx | Karen Arutyunov | 3 | -1/+4 |
2017-08-23 | Add version.hxx back into distribution and don't clean it up from src | Boris Kolpackov | 1 | -0/+6 |
2017-08-22 | Remove path_traits<wchar_t> specialization | Karen Arutyunov | 3 | -149/+5 |
2017-08-21 | Unlock mutex prior to waiting for MSYS2 process | Karen Arutyunov | 1 | -12/+52 |
2017-08-21 | Fix comment in buildfile | Karen Arutyunov | 1 | -2/+2 |
2017-08-20 | Don't distribute generated version.hxx and don't clean version | Boris Kolpackov | 2 | -3/+7 |
2017-08-08 | Bump version to 0.7.0-a.0.z, master is open for business | Boris Kolpackov | 1 | -1/+1 |
2017-08-07 | Bump version to 0.6.00.6.0 | Boris Kolpackov | 1 | -3/+3 |
2017-08-07 | Fix 'truncation of constant value' warning (VC) | Karen Arutyunov | 1 | -2/+6 |
2017-08-07 | ifdef-out invalid static_assert on Cygwin/MSYS | Boris Kolpackov | 1 | -0/+5 |
2017-08-07 | Update NEWS file | Boris Kolpackov | 1 | -0/+13 |
2017-08-06 | Don't reprint progress in newline mode | Boris Kolpackov | 1 | -3/+4 |
2017-08-06 | Fix printing progress to non-terminal STDERR | Karen Arutyunov | 4 | -14/+151 |