index
:
libbutl
base64url
build2-control
ci
fdstat
json
json-raw
lz4
lz4-fdstream
master
mingw-stdthread
noexcept
odb
optional
os-release
string-parser-comments
build2 utility library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
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
2024-05-06
Add libbutl-odb source subdirectory
Boris Kolpackov
2
-0
/
+7
2024-03-21
Add next_word() overload that doesn't skip consecutive delimiters
Boris Kolpackov
2
-0
/
+52
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 read_http_response_line...
Karen Arutyunov
1
-3
/
+3
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
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 MinGW
mingw-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
[next]