index
:
libbutl
base64url
build2-control
ci
fdstat
json
json-raw
lz4
lz4-fdstream
master
mingw-stdthread
noexcept
odb
optional
os-release
build2 utility library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
butl
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-06-18
Add path::home()
Karen Arutyunov
3
-20
/
+134
2016-06-18
Check path validity in path::init() on Windows
Karen Arutyunov
3
-3
/
+20
2016-06-18
Eliminate the use of *_s() functions on Windows
Karen Arutyunov
1
-2
/
+21
2016-06-18
Fix compilation bug in basic_path::root_directory()
Karen Arutyunov
1
-1
/
+3
2016-06-18
Fix bug in basic_path::sub(), sup()
Karen Arutyunov
1
-3
/
+6
2016-06-15
Add sha256c.c.orig
Boris Kolpackov
1
-0
/
+316
2016-06-13
Add note about case-insensitive path compare limitation
Boris Kolpackov
1
-0
/
+3
2016-06-03
Add fdnull()
Karen Arutyunov
4
-42
/
+104
2016-06-03
Remove canonicalization requirement from path_map
Boris Kolpackov
2
-13
/
+61
2016-06-03
Handle special path_map root ('/') on Win32
Boris Kolpackov
1
-19
/
+15
2016-05-31
Port to MinGW
Karen Arutyunov
17
-329
/
+2717
2016-05-15
Make timestamp from_string() to consider daylight saving time
Karen Arutyunov
1
-0
/
+2
2016-05-14
Fix source file order in buildfile
Boris Kolpackov
1
-1
/
+1
2016-05-04
Add base64_encode(), base64_decode()
Karen Arutyunov
3
-0
/
+260
2016-05-04
Add temp_directory(), temp_path()
Boris Kolpackov
2
-6
/
+173
2016-04-29
Rework process internals, add current_id()
Boris Kolpackov
3
-23
/
+43
2016-04-26
Bump version to 0.4.0-a1, master is open for business
Boris Kolpackov
1
-2
/
+2
2016-04-25
Fix timestamp from_string() compilation error appeared when compiled with ↵
0.3.0
Karen Arutyunov
1
-1
/
+2
clang++ and libc++
2016-04-25
Add required argument to std::out_of_range
Boris Kolpackov
1
-2
/
+7
2016-04-23
Add missing files to buildfile
Boris Kolpackov
1
-0
/
+6
2016-04-22
Bump version to 0.3.0
Boris Kolpackov
1
-2
/
+2
2016-04-21
Fix bug in timestamp_nonexistent initialization
Karen Arutyunov
1
-1
/
+1
2016-04-21
Use older default aggregate initialization syntax
Boris Kolpackov
1
-3
/
+3
GCC 4.9 doesn't seem to support it and issues warnings.
2016-04-21
Add sha256_to_fingerprint (), fingerprint_to_sha256 ()
Karen Arutyunov
2
-0
/
+79
2016-04-21
Add timestamp from_string()
Karen Arutyunov
2
-10
/
+345
2016-04-20
Add combine_hash() utility
Boris Kolpackov
1
-0
/
+18
2016-04-18
Add vector_view(vector_view<T1>) constructor
Boris Kolpackov
1
-0
/
+4
2016-04-12
Add vector_view::assign(), clear()
Boris Kolpackov
1
-0
/
+2
2016-04-12
Make basic_path no-init() constructor protected rather than private
Boris Kolpackov
1
-6
/
+7
2016-03-28
Add vector_view class template
Boris Kolpackov
1
-0
/
+109
2016-03-28
Add basic_path::compare()
Boris Kolpackov
1
-17
/
+25
2016-03-11
Add move constructor/assignment to optional
Boris Kolpackov
1
-0
/
+4
2016-03-10
Derive target class from target triplet for some targets
Boris Kolpackov
2
-3
/
+28
2016-03-07
Recognize msvc target triplet
Boris Kolpackov
2
-19
/
+21
2016-03-06
Add more info to target triplet discussion
Boris Kolpackov
1
-1
/
+4
2016-02-29
Add '\0' string terminator to sha256 calculation
Boris Kolpackov
1
-12
/
+20
Failed that, an empty string will be indistinguishable from no string.
2016-02-28
Add SHA256 calculator
Boris Kolpackov
4
-0
/
+546
Based on the sha256c.c file from the FreeBSD project and ported to compile on Linux, Mac OS, and Windows. The file is licensed under the simplified/2-clause BSD license so the library is now MIT/BSD-licensed.
2016-02-12
Add path::realize(), which on POSIX calls realpath(3)
Boris Kolpackov
3
-36
/
+94
2016-02-12
Fallback to default PATH_MAX of 4096 if one is not defined
Boris Kolpackov
1
-0
/
+6
2016-02-10
Implement ==, != operators for optional class template
Boris Kolpackov
1
-0
/
+14
2016-02-04
Bump version to 0.3.0-a1, master is open for business
Boris Kolpackov
1
-2
/
+2
2016-01-31
Bump version to 0.2.0 final
Boris Kolpackov
1
-2
/
+2
2016-01-30
Add pager class that allows to send output through pager program (less, more)
Boris Kolpackov
3
-0
/
+278
2016-01-27
Add support for parsing cpu-vendor-os target triplets
Boris Kolpackov
3
-0
/
+219
2016-01-24
Flush buffer before closing file in ofdstream
Boris Kolpackov
1
-1
/
+1
2016-01-22
Fix bug in mkdir_p()
Boris Kolpackov
1
-1
/
+1
2016-01-09
Update copyright year
Boris Kolpackov
27
-27
/
+27
2016-01-07
Fix nanoseconds formatting in to_stream(), operator<<()
Boris Kolpackov
2
-11
/
+43
2016-01-05
Generalize timestamp printing code
Boris Kolpackov
2
-34
/
+162
2016-01-04
Prepare version header for automatic management
Boris Kolpackov
1
-2
/
+1
[next]