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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-28
Release version 0.15.0
v0.15.0
Boris Kolpackov
1
-3
/
+3
2022-07-19
Reorder lz4 code to avoid UBSAN "applying non-zero offset to null pointer"
Boris Kolpackov
1
-2
/
+2
2022-07-14
Set builtin result while holding mutex
Boris Kolpackov
3
-13
/
+14
2022-07-07
Use [cmdline] type for canned commands in testscripts
Karen Arutyunov
3
-15
/
+15
2022-07-01
Regenerate options parsing files
Karen Arutyunov
1
-31
/
+60
2022-06-24
Split and merge manifest value/comment pair differently depending on whether ...
Karen Arutyunov
6
-43
/
+340
2022-06-06
Add trim_left() and trim_right() in addition to trim()
Boris Kolpackov
2
-6
/
+53
2022-05-17
Handle attempt to open directory as file on OpenBSD
Boris Kolpackov
1
-3
/
+4
2022-05-17
Use posix_spawn() on OpenBSD 5.2 or later
Boris Kolpackov
1
-0
/
+8
2022-05-17
Handle backtrace()/libexecinfo for OpenBSD
Boris Kolpackov
2
-1
/
+15
2022-05-17
Add UUID generation support for OpenBSD
Boris Kolpackov
2
-0
/
+81
2022-05-11
Minor tweaks to own C++14 threads implementation on MinGW
Boris Kolpackov
2
-5
/
+8
2022-05-11
Restrict to only using __thread with own C++14 threads implementation
Boris Kolpackov
2
-2
/
+12
2022-05-10
Use our own implementation of C++14 threads on MinGW
mingw-stdthread
Boris Kolpackov
14
-19
/
+1137
2022-04-21
Work around bogus -Wrestrict in GCC 12 (GCC bug #105329)
Boris Kolpackov
1
-1
/
+1
2022-04-20
Add butl::move_only_function[_ex] similar to C++23 std::move_only_function
Boris Kolpackov
6
-5
/
+339
2022-03-17
Improve invalid_path constructor
Boris Kolpackov
1
-1
/
+1
2022-03-02
Add ability to serialize pre-serialized JSON value
json-raw
Boris Kolpackov
3
-0
/
+29
2022-03-02
Add JSON serializer (copy of libstud-json)
Boris Kolpackov
4
-0
/
+1277
2022-02-24
Add missing optional<> comparison operators
Boris Kolpackov
1
-0
/
+127
2022-02-02
Move diag_frame to libbutl
Boris Kolpackov
2
-3
/
+134
2022-01-25
Rename unalign to LZ4_unalign in lz4.c not to clash with unalign in xxhash.c
Boris Kolpackov
1
-6
/
+6
2022-01-13
Update copyright
Karen Arutyunov
1
-1
/
+1
2022-01-13
Get rid of ostringstream in manifest parser code
Karen Arutyunov
1
-5
/
+15
2021-12-21
Cleanup manifest roundtrip tests
Karen Arutyunov
1
-4
/
+4
2021-12-16
Add column argument to char_scanner constructor
Karen Arutyunov
3
-6
/
+11
2021-11-24
Add support for new-fashioned multi-line manifest value introducer
Karen Arutyunov
8
-41
/
+150
2021-11-24
Don't separate multi-line manifest value introducer from colon with space in ...
Karen Arutyunov
6
-42
/
+55
2021-11-23
Fix multi-line value parsing in manifest parser
Karen Arutyunov
1
-0
/
+3
2021-11-23
Use term 'introducer' instead of 'introductor'
Karen Arutyunov
2
-4
/
+4
2021-11-19
Add openssl::info() overloads
Karen Arutyunov
4
-4
/
+127
2021-11-12
Add missing header inclusion
Karen Arutyunov
1
-0
/
+1
2021-11-05
Improve prefix multiple support
Boris Kolpackov
3
-2
/
+93
2021-10-22
Fortify fdopen() against Windows ERROR_USER_MAPPED_FILE
Boris Kolpackov
1
-4
/
+10
2021-10-20
Change to version 0.15.0-a.0.z
Boris Kolpackov
1
-1
/
+1
2021-10-16
Release version 0.14.0
v0.14.0
Boris Kolpackov
1
-3
/
+3
2021-09-30
Few post-mxx cleanups
Boris Kolpackov
2
-3
/
+1
2021-09-29
Factor path::{sub,sup}() to path_traits::{sub,sup}()
Boris Kolpackov
2
-40
/
+59
2021-09-28
Get rid of C++ modules related code and rename *.mxx files to *.hxx
Karen Arutyunov
163
-2990
/
+548
2021-09-24
Fortify tests against NDEBUG
Karen Arutyunov
47
-91
/
+141
2021-09-09
Use binary mode in lz4::?stream usage examples
Boris Kolpackov
1
-2
/
+2
2021-09-09
Improve LZ4 exception descriptions
Boris Kolpackov
3
-22
/
+22
2021-09-09
Fix bug in lz4::ostream usage example
Boris Kolpackov
1
-1
/
+1
2021-09-09
Implement lz4::{istream,ostream}
Boris Kolpackov
5
-50
/
+675
2021-09-08
Factor "buffered streambuf" interface from fdbuf to bufstreambuf
Boris Kolpackov
14
-97
/
+169
2021-09-08
Expose low-level, iterative LZ4 compression/decompression API
Boris Kolpackov
2
-197
/
+409
2021-09-02
Fix b-info test
Karen Arutyunov
1
-1
/
+1
2021-08-30
Quote []() in Windows arguments to help Cygwin/MSYS2
Boris Kolpackov
1
-4
/
+9
2021-08-18
Add b_info() overload that returns information for multiple projects
Karen Arutyunov
2
-39
/
+113
2021-08-17
Fix assertion in strptime() implementation for VC
Karen Arutyunov
1
-1
/
+3
[prev]
[next]