Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
manifest serializer
|
|
|
|
|
|
|
|
|
|
|
|
Also rename fdbuf to fdstreambuf for consistency.
|
|
|
|
|
|
|
|
range
|
|
Also only attempt to parse the string version to standard version if the
version modules is loaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Importing LZ4 code from version 1.9.3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows
|
|
|
|
|
|
|
|
Also add IPv6 verification to host constructor.
|
|
|
|
Also stop stripping `none-` prefix from the system component.
|
|
Also add support for different opening and closing substitution characters.
|
|
In particular, this can be used to recombine a path during iteration:
dir_path r;
for (auto i (d.begin ()); i != d.end (); ++i)
r.combine (*i, i.separator ());
|
|
|
|
It has the seconds precision even if the time is unspecified.
|
|
For example, this happens on NetBSD.
|
|
|
|
|
|
|
|
specifier
|
|
Also invent the notion of external builtin (builtin_info::function is NULL).
|
|
|