Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-08-05 | Implement path::normalized() predicate | Boris Kolpackov | 2 | -0/+56 |
2017-08-05 | Rename path_map::find_sub() to find_sup() | Boris Kolpackov | 1 | -14/+13 |
2017-08-05 | Add path_map::find_sub() | Boris Kolpackov | 1 | -3/+32 |
2017-08-04 | Squash warning | Boris Kolpackov | 1 | -1/+1 |
2017-08-04 | If MSYS detection fails, assume executable is not MSYS-based rather than is | Boris Kolpackov | 1 | -5/+5 |
2017-08-02 | Fix module installation | Boris Kolpackov | 1 | -2/+2 |
2017-08-02 | Add doc-url manifest value | Karen Arutyunov | 1 | -1/+2 |
2017-08-02 | Add manifest_parser::split_comment() and manifest_serializer::merge_comment() | Karen Arutyunov | 6 | -0/+107 |
2017-07-31 | Redo header installation setup | Boris Kolpackov | 1 | -3/+4 |
2017-07-31 | Add .pc to .gitignore | Boris Kolpackov | 1 | -0/+1 |
2017-07-30 | Add src-url manifest value | Karen Arutyunov | 1 | -0/+1 |
2017-07-30 | Fix progress test | Karen Arutyunov | 1 | -5/+1 |
2017-07-28 | Add ability to restrict executable search to PATH only | Boris Kolpackov | 3 | -24/+38 |
2017-07-27 | Rename process_start() and process_run() overloads | Karen Arutyunov | 10 | -75/+82 |
2017-07-27 | Complete progress test | Karen Arutyunov | 1 | -1/+66 |
2017-07-27 | Add support for printing progress | Boris Kolpackov | 6 | -17/+206 |
2017-07-26 | Fix process ctor to consider environment variable name case-insensitivity on ... | Karen Arutyunov | 1 | -4/+6 |
2017-07-25 | Implement case-insensitive path hashing for Windows | Boris Kolpackov | 1 | -0/+16 |
2017-07-24 | Add std*_fd() functions | Boris Kolpackov | 3 | -18/+48 |
2017-07-22 | Add fast-path SHA256 functions for integral types | Boris Kolpackov | 2 | -14/+61 |
2017-07-22 | Add touch_file() filesystem function | Boris Kolpackov | 2 | -0/+37 |
2017-07-21 | Fix ambiguity between std::optional and butl::optional | Karen Arutyunov | 1 | -0/+2 |
2017-07-21 | Extend VC workarounds to version 19.11 | Boris Kolpackov | 3 | -4/+4 |
2017-07-21 | Add support for passing environment variables to child process on Windows | Karen Arutyunov | 3 | -25/+91 |
2017-07-21 | Improve auto_rm | Boris Kolpackov | 2 | -17/+16 |
2017-07-17 | Adapt buildfile to pattern group semantics change | Karen Arutyunov | 1 | -3/+1 |
2017-07-14 | Fix file paths in LICENSE | Karen Arutyunov | 1 | -1/+2 |
2017-07-13 | Add hxx prerequisite type in test buildfiles | Karen Arutyunov | 28 | -27/+29 |
2017-07-13 | Fix tests linkage | Karen Arutyunov | 27 | -55/+55 |
2017-07-12 | Make use of wildcards in buildfiles | Karen Arutyunov | 29 | -79/+36 |