Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-06 | Use -pthread instead of -lpthread | Boris Kolpackov | 2 | -2/+2 | |
2024-05-09 | Add test for fdterm(/dev/null) | Boris Kolpackov | 1 | -0/+5 | |
2024-05-06 | Add libbutl-pkg-config source subdirectory | Boris Kolpackov | 4 | -2/+11 | |
This is an additional (to libbutl) utility library which contains the source code of libpkg-config configured and tuned for our needs. | |||||
2024-05-06 | Add libbutl-odb source subdirectory | Boris Kolpackov | 2 | -0/+7 | |
This is an additional (to libbutl) utility library which contains the source code of libodb, libodb-sqlite, and libsqlite3 configured and tuned for our needs. | |||||
2024-03-21 | Add next_word() overload that doesn't skip consecutive delimiters | Boris Kolpackov | 2 | -0/+52 | |
In particular, this version can be used to parse lines while observing blanks. | |||||
2024-02-27 | Fix curl constructor for nullfd input for HTTP POST method | Karen Arutyunov | 2 | -3/+6 | |
2024-02-26 | Add curl constructors which allow to adjust curl command line | Karen Arutyunov | 2 | -4/+19 | |
2024-02-26 | Allow nullfd input for HTTP POST method in curl class constructor | Karen Arutyunov | 2 | -0/+10 | |
2024-02-26 | Add read_http_status(), parse_http_status_code(), and ↵ | Karen Arutyunov | 1 | -3/+3 | |
read_http_response_line() static functions to curl class | |||||
2024-02-12 | Add base64url_encode() | Francois Kritzinger | 1 | -0/+69 | |
2023-10-11 | Canonicalize Clang's *-w64-windows-gnu to *-w64-mingw32 (GH issue #288) | Boris Kolpackov | 1 | -0/+4 | |
Note that config.guess doesn't recognize *-w64-windows-gnu as a valid target triplet: Invalid configuration 'x86_64-w64-windows-gnu': Kernel 'windows' not known to work with OS 'gnu'. | |||||
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 | |
In particular, GCC in Fedora now reports its target as x86_64-redhat-linux. Note that this canonicalization is consistent with config.sub. | |||||
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 | |
it is multiline or not | |||||
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 | |
manifest serializer | |||||
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 | |
Also rename fdbuf to fdstreambuf for consistency. | |||||
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 | |
range | |||||
2021-08-02 | Add version_string, list of modules to b_info() result | Boris Kolpackov | 2 | -0/+14 | |
Also only attempt to parse the string version to standard version if the version modules is loaded. | |||||
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 | |
Importing LZ4 code from version 1.9.3. |