Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |