Age | Commit message (Expand) | Author | Files | Lines |
2019-11-21 | Change version to 0.13.0-a.0.z | Boris Kolpackov | 1 | -1/+1 |
2019-11-19 | Release version 0.12.0v0.12.0 | Boris Kolpackov | 1 | -3/+3 |
2019-11-16 | Try to re-exec POSIX process after "text file busy" failure for 450ms | Karen Arutyunov | 1 | -6/+21 |
2019-11-15 | Add path_name_view struct | Boris Kolpackov | 3 | -49/+150 |
2019-11-14 | Add to_stream(ostream, path, bool) | Karen Arutyunov | 4 | -12/+60 |
2019-11-13 | Add add constructor and remove comparison for path_name_value class | Karen Arutyunov | 2 | -24/+13 |
2019-11-12 | Fix basic_path_name_value::operator=() overloads to return *this | Karen Arutyunov | 1 | -0/+4 |
2019-11-11 | Add path_name_value struct | Karen Arutyunov | 3 | -3/+94 |
2019-11-07 | Add path_name struct, open_file_or{stdin,stdout}() functions | Boris Kolpackov | 4 | -12/+116 |
2019-10-31 | Fix unhandled invalid_path exception in path_search() | Karen Arutyunov | 1 | -13/+16 |
2019-10-29 | Only enable backtrace support on Linux if using glibc | Boris Kolpackov | 3 | -7/+10 |
2019-10-09 | Define small_size constant in small containers | Boris Kolpackov | 3 | -0/+6 |
2019-10-08 | Fix 'unused variable' warning issued by Clang on Windows | Karen Arutyunov | 1 | -0/+3 |
2019-10-08 | Make path_traits::*_separator constants initialization constexpr | Boris Kolpackov | 1 | -4/+4 |
2019-10-08 | Add process_path::clear_recall() | Boris Kolpackov | 2 | -1/+19 |
2019-10-07 | Adapt tests for building with Clang on Windows | Karen Arutyunov | 1 | -3/+3 |
2019-10-07 | Add ability to specify custom path list in process::path_search() | Boris Kolpackov | 3 | -28/+56 |
2019-10-06 | Adapt for building with Clang on Windows | Karen Arutyunov | 1 | -3/+3 |
2019-10-05 | Add sha{1,256}::reset() | Boris Kolpackov | 4 | -8/+20 |
2019-10-05 | Add sha{1,256}::empty() | Boris Kolpackov | 4 | -4/+28 |
2019-10-02 | Add CONTRIBUTING.md that points to our Community page | Boris Kolpackov | 2 | -1/+4 |
2019-10-01 | Move path match to path-pattern.?xx | Karen Arutyunov | 8 | -742/+840 |
2019-09-28 | Swap entry and pattern parameters in path_match() | Karen Arutyunov | 4 | -172/+175 |
2019-09-28 | Rename casecmp() function and case_compare_[c_]string structs to icasecmp() a... | Karen Arutyunov | 7 | -46/+44 |
2019-09-27 | Add support for bracket expressions in wildcard pattern matching | Karen Arutyunov | 4 | -49/+632 |
2019-09-27 | Add support for builtin escaping to command running API | Karen Arutyunov | 3 | -1/+26 |
2019-09-27 | Add builtins support to command running API | Karen Arutyunov | 4 | -42/+124 |
2019-09-27 | Add builtins support | Karen Arutyunov | 23 | -2/+9027 |
2019-09-25 | Use more general description for STATUS_STACK_BUFFER_OVERRUN program exit sta... | Karen Arutyunov | 1 | -11/+18 |
2019-09-25 | Get rid of used uninitialized GCC warning | Boris Kolpackov | 1 | -1/+1 |
2019-09-05 | Minor improvement to path_traits::compare() | Boris Kolpackov | 1 | -2/+5 |
2019-09-04 | Minor improvement to path_traits::find_extension() | Boris Kolpackov | 1 | -2/+5 |
2019-08-27 | Fix backslash escaping in windows process arguments | Karen Arutyunov | 2 | -11/+89 |
2019-08-23 | Fix some testscripts failing if project path contain spaces | Karen Arutyunov | 2 | -2/+2 |
2019-08-22 | Quote directory paths in buildspecs | Karen Arutyunov | 1 | -1/+1 |
2019-08-22 | Make use of sanitize_identifier() | Karen Arutyunov | 2 | -19/+3 |
2019-08-22 | Add extra_dir parameter for load_default_options() | Karen Arutyunov | 4 | -55/+194 |
2019-08-21 | Don't load default options from directories which subdirectory contains --no-... | Karen Arutyunov | 6 | -104/+382 |
2019-08-21 | Add sanitize_identifier() utility function | Boris Kolpackov | 2 | -0/+34 |
2019-08-16 | Make load_default_options() to throw pair<path, system_error> instead of syst... | Karen Arutyunov | 3 | -27/+60 |
2019-08-14 | Add load_default_options() function template overload that accepts tracing fu... | Karen Arutyunov | 4 | -24/+52 |
2019-08-14 | Add mkanylink() filesystem function | Boris Kolpackov | 2 | -2/+75 |
2019-08-12 | Add default options loading and merging API | Karen Arutyunov | 5 | -0/+583 |
2019-08-12 | Use new fdstream constructor | Boris Kolpackov | 1 | -1/+1 |
2019-08-12 | Apply previous fix to fdstream::open() | Boris Kolpackov | 2 | -41/+51 |
2019-08-12 | Fix fdstream fdopen_mode ctors to better match ios::openmode semantics | Boris Kolpackov | 1 | -2/+18 |
2019-08-12 | Add few fdstream constructor overloads | Boris Kolpackov | 5 | -43/+105 |
2019-08-07 | Add -s option to `b info` command run by b_info() | Karen Arutyunov | 1 | -0/+1 |
2019-08-01 | Add ODB container traits for small_vector | Karen Arutyunov | 1 | -0/+67 |
2019-08-01 | Combine multiple single-character flags into a single argument for testscript... | Karen Arutyunov | 2 | -10/+10 |