Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-07-12 | Make tests to be a sub-project | Karen Arutyunov | 5 | -9/+29 |
2017-07-03 | Implement workaround for libc++ bug (#33681) in regex_replace_ex() | Karen Arutyunov | 1 | -1/+17 |
2017-06-27 | Add support for format_no_copy flag in regex_replace_ex() | Karen Arutyunov | 2 | -7/+19 |
2017-06-24 | Make small_vector_allocator compatible with VC15u3 iterator debug mode | Boris Kolpackov | 1 | -8/+22 |
2017-06-24 | Add build system support for modularization | Boris Kolpackov | 3 | -4/+15 |
2017-06-23 | Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularization | Boris Kolpackov | 25 | -106/+106 |
2017-06-23 | Add support for querying position in fdbuf | Boris Kolpackov | 2 | -2/+22 |
2017-06-21 | Add regex utility functions | Karen Arutyunov | 4 | -0/+321 |
2017-06-15 | Adapt for ln testscript builtin | Karen Arutyunov | 2 | -4/+28 |
2017-06-14 | Fix printing duration | Karen Arutyunov | 1 | -3/+4 |
2017-06-14 | Add to_stream(duration) and to_string(duration) | Karen Arutyunov | 2 | -17/+44 |
2017-06-14 | Minor performance fix | Karen Arutyunov | 1 | -1/+1 |
2017-06-12 | Add tests and fixes for path_search(pattern,entry) | Karen Arutyunov | 5 | -63/+756 |
2017-06-12 | Resolve ambiguity between std:: and butl:: optional | Boris Kolpackov | 1 | -2/+2 |
2017-06-08 | Add path_match() and path_search() overloads | Karen Arutyunov | 3 | -141/+447 |
2017-06-07 | Fix process_env not to store storage | Karen Arutyunov | 2 | -2/+4 |
2017-06-07 | Support passing environment variables to child process | Karen Arutyunov | 13 | -178/+269 |
2017-06-01 | Treat CR specially by manifest serializer | Karen Arutyunov | 3 | -5/+22 |
2017-06-01 | Add note to path_search() description | Karen Arutyunov | 1 | -0/+4 |
2017-05-31 | Increase MSYS2 BLODA wait time | Boris Kolpackov | 1 | -2/+2 |
2017-05-31 | Add ifdstream::read_text() and ifdstream::read_binary() | Karen Arutyunov | 6 | -22/+42 |
2017-05-30 | Implement openssl process | Karen Arutyunov | 14 | -5/+409 |
2017-05-26 | Optimize char_scanner if used with ifdstream | Boris Kolpackov | 4 | -14/+80 |
2017-05-26 | Improve MSYS2 BLODA code | Boris Kolpackov | 1 | -5/+20 |
2017-05-24 | Add missing file to buildfile | Boris Kolpackov | 1 | -1/+1 |
2017-05-24 | Remove msys instrumentation | Boris Kolpackov | 2 | -16/+1 |
2017-05-24 | Various improvements to char_scanner | Boris Kolpackov | 3 | -51/+87 |
2017-05-22 | Add path-entry test | Karen Arutyunov | 3 | -0/+88 |
2017-05-20 | Add *.ii to .gitignore | Karen Arutyunov | 1 | -0/+1 |
2017-05-19 | Squash that warning some more | Boris Kolpackov | 1 | -0/+1 |
2017-05-19 | Squash warnings in Windows SDK 8 imagehlp.h | Boris Kolpackov | 1 | -1/+7 |
2017-05-19 | Rework MSYS2 BLODA workaround | Boris Kolpackov | 2 | -55/+121 |
2017-05-19 | Add missing header inclusion | Boris Kolpackov | 1 | -0/+2 |
2017-05-19 | Instrument MSYS2 workaround code for further analysis | Boris Kolpackov | 2 | -2/+16 |
2017-05-19 | Add file_empty(), extend path_entry() to return size | Boris Kolpackov | 3 | -24/+57 |
2017-05-16 | Add to_string(timestamp) | Karen Arutyunov | 5 | -4/+28 |
2017-05-15 | Implement workaround for clang 3.5 bug (#23029) | Karen Arutyunov | 2 | -4/+76 |
2017-05-15 | Fix VC15 warnings (/W3) | Karen Arutyunov | 9 | -32/+57 |