Age | Commit message (Expand) | Author | Files | Lines |
2023-10-11 | Canonicalize Clang's *-w64-windows-gnu to *-w64-mingw32 (GH issue #288) | Boris Kolpackov | 1 | -0/+4 |
2023-06-26 | Suppress -Wdangling-reference GCC 13 warning | Karen Arutyunov | 1 | -0/+5 |
2023-06-26 | Suppress -Wunqualified-std-cast-call Clang 15 warning | Karen Arutyunov | 1 | -0/+2 |
2023-06-12 | Fix unused static variable warning in Clang 16 | Boris Kolpackov | 1 | -0/+2 |
2023-05-25 | Add find builtin | Karen Arutyunov | 2 | -0/+283 |
2023-03-13 | Move os-release facility from bpkg, add support for Mac OS, *BSD, Windows | Boris Kolpackov | 3 | -0/+287 |
2023-01-09 | Add mtime() and atime() to dir_entry | Karen Arutyunov | 2 | -0/+28 |
2022-12-12 | Add support for omitting sub-projects from b_info() result | Karen Arutyunov | 1 | -7/+8 |
2022-12-12 | Support detecting inaccessible/dangling entries in dir_iterator, path_search() | Karen Arutyunov | 5 | -15/+93 |
2022-11-01 | Fix getline_non_blocking() and add test | Karen Arutyunov | 1 | -0/+77 |
2022-10-27 | Suppress bogus GCC 12 -Wrestrict warning | Boris Kolpackov | 2 | -5/+5 |
2022-10-25 | Allow omitting minor version number in semantic_version | Karen Arutyunov | 1 | -12/+21 |
2022-10-19 | Canonicalize 'linux' to `linux-gnu' in target triplet | Boris Kolpackov | 1 | -0/+4 |
2022-07-07 | Use [cmdline] type for canned commands in testscripts | Karen Arutyunov | 3 | -15/+15 |
2022-06-24 | Split and merge manifest value/comment pair differently depending on whether ... | Karen Arutyunov | 4 | -6/+141 |
2022-05-10 | Use our own implementation of C++14 threads on MinGWmingw-stdthread | Boris Kolpackov | 1 | -1/+12 |
2022-04-20 | Add butl::move_only_function[_ex] similar to C++23 std::move_only_function | Boris Kolpackov | 2 | -0/+155 |
2021-12-21 | Cleanup manifest roundtrip tests | Karen Arutyunov | 1 | -4/+4 |
2021-11-24 | Add support for new-fashioned multi-line manifest value introducer | Karen Arutyunov | 4 | -36/+103 |
2021-11-24 | Don't separate multi-line manifest value introducer from colon with space in ... | Karen Arutyunov | 3 | -24/+33 |
2021-11-19 | Add openssl::info() overloads | Karen Arutyunov | 1 | -4/+20 |
2021-09-28 | Get rid of C++ modules related code and rename *.mxx files to *.hxx | Karen Arutyunov | 46 | -807/+161 |
2021-09-24 | Fortify tests against NDEBUG | Karen Arutyunov | 47 | -91/+141 |
2021-09-09 | Improve LZ4 exception descriptions | Boris Kolpackov | 1 | -3/+3 |
2021-09-09 | Implement lz4::{istream,ostream} | Boris Kolpackov | 1 | -1/+8 |
2021-09-08 | Factor "buffered streambuf" interface from fdbuf to bufstreambuf | Boris Kolpackov | 1 | -6/+7 |
2021-09-02 | Fix b-info test | Karen Arutyunov | 1 | -1/+1 |
2021-08-06 | Fix small_vector(small_vector&&) to clear object it moves from | Karen Arutyunov | 1 | -0/+1 |
2021-08-06 | Add support for option positions to load_default_options() | Karen Arutyunov | 2 | -10/+91 |
2021-08-05 | Convert default_options_start() to template function which accepts iterators ... | Karen Arutyunov | 1 | -1/+1 |
2021-08-02 | Add version_string, list of modules to b_info() result | Boris Kolpackov | 2 | -0/+14 |
2021-07-08 | Also disable GCC -Wstringop-overread in tests | Boris Kolpackov | 1 | -1/+2 |
2021-07-06 | Clear errno before calling strto*() functions | Boris Kolpackov | 2 | -0/+2 |
2021-04-20 | Disable bunch of bogus GCC warnings | Boris Kolpackov | 1 | -0/+2 |
2021-03-31 | Add notion of thread environment | Boris Kolpackov | 1 | -19/+46 |
2021-03-30 | Fix occasionally failing terminate process test | Karen Arutyunov | 1 | -15/+17 |
2021-03-27 | Fix occasionally failing timeout builtin test | Karen Arutyunov | 1 | -2/+2 |
2021-03-26 | Add regex_replace_parse() overloads | Karen Arutyunov | 3 | -36/+59 |
2021-03-18 | Add fdstat()fdstat | Boris Kolpackov | 1 | -5/+1 |
2021-03-12 | Add support for compressing/decompressing fdstreams with LZ4 | Boris Kolpackov | 6 | -0/+132 |
2021-03-08 | Add recognition of *-apple-ios* target triplets, ios target class | Boris Kolpackov | 1 | -0/+19 |
2020-12-08 | Add proper support for option files option to load_default_options() | Karen Arutyunov | 2 | -29/+68 |
2020-11-30 | Canonicalize arm64 to aarch64 in target triplet, similar to config.sub | Boris Kolpackov | 1 | -0/+5 |
2020-11-25 | Allow multiple -e options for sed builtin | Karen Arutyunov | 1 | -16/+39 |
2020-11-06 | Add fdselect() overload that also takes timeout | Karen Arutyunov | 1 | -6/+31 |
2020-11-06 | Add builtin::timed_wait(), builtin::try_wait(), and pseudo_builtin() | Karen Arutyunov | 3 | -18/+166 |
2020-11-05 | Add process::term() and implement process::kill() on Windows | Karen Arutyunov | 3 | -0/+423 |
2020-11-05 | Fix 'unresolved external symbol' for process::timed_wait(milliseconds) on Win... | Karen Arutyunov | 1 | -2/+8 |
2020-11-04 | Add test for wasm32-unknown-emscripten target triplet | Boris Kolpackov | 1 | -0/+4 |
2020-10-01 | Add ext_mods parameter to b_info() | Karen Arutyunov | 1 | -3/+4 |