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 (
Collapse
)
Author
Files
Lines
2017-03-14
Fix path_entry() to properly work for symlinks on Windows
Karen Arutyunov
1
-27
/
+34
2017-03-14
Use wildcard patterns in buildfiles
Boris Kolpackov
2
-10
/
+2
2017-03-13
Add flexibility to path search callback function
Karen Arutyunov
4
-39
/
+315
2017-03-09
Fix path_match() character case sensitivity on Windows
Karen Arutyunov
2
-0
/
+23
2017-03-09
Spec path_search() enhancements
Boris Kolpackov
1
-1
/
+27
2017-03-09
Cosmetic change
Boris Kolpackov
1
-1
/
+1
2017-03-01
Support fancier epilogues in diagnostics
Boris Kolpackov
2
-13
/
+21
2017-02-17
Add representation value for special timestamps
Boris Kolpackov
1
-6
/
+10
2017-02-17
Fix cpfile() to throw system_error only
Karen Arutyunov
3
-15
/
+56
2017-02-13
Disable wildcards test driver arguments globbing performed by MinGW runtime
Karen Arutyunov
1
-0
/
+11
2017-02-13
Implement path_match() and path_search()
Boris Kolpackov
7
-2
/
+915
2017-02-13
Add path_entry(), fixes for path
Karen Arutyunov
5
-67
/
+132
2017-02-10
Cosmetic changes
Boris Kolpackov
1
-0
/
+3
2017-02-07
Add const_ptr, const-propagating smart pointer
Boris Kolpackov
2
-0
/
+78
2017-02-01
Fix shared_mutex feature test for MacOS some more
Boris Kolpackov
1
-2
/
+13
2017-02-01
Fix shared_mutex feature test for libc++ and MacOS
Boris Kolpackov
1
-3
/
+8
2017-01-30
Make fdopen_pipe(), fdopen(), fdnull() and fddup() to set FD_CLOEXEC flag
Karen Arutyunov
4
-4
/
+43
2017-01-27
Check for HANDLE_FLAG_INHERIT presence before setting it for handle
Karen Arutyunov
1
-8
/
+12
2017-01-26
Fix diag_record::flush()
Karen Arutyunov
1
-1
/
+4
2017-01-24
Specify test.target
Karen Arutyunov
1
-0
/
+4
2017-01-24
Redo config as feature test macros
Boris Kolpackov
9
-94
/
+158
2017-01-23
Minor changes
Boris Kolpackov
4
-5
/
+10
2017-01-19
Improve optional (has_value(), operator<>, std::hash<> specialization)
Boris Kolpackov
1
-1
/
+34
2017-01-19
Add missing typedef in std::hash<path>
Boris Kolpackov
1
-0
/
+2
2017-01-18
Harden small_vector against misuse
Boris Kolpackov
1
-4
/
+11
2017-01-12
Add small_vector workaround for VC
Boris Kolpackov
2
-33
/
+69
2017-01-09
Add operator<<(ostream, exception)
Karen Arutyunov
13
-15
/
+103
2017-01-06
Rework and rename target_triplet
Boris Kolpackov
6
-48
/
+97
2017-01-05
Update copyright year
Boris Kolpackov
93
-93
/
+93
2017-01-05
Add process_exit
Karen Arutyunov
8
-44
/
+345
2017-01-04
Fix BUTL_CXX17_UNCAUGHT_EXCEPTIONS definition for Mac OS X
Karen Arutyunov
1
-4
/
+9
2016-12-17
Change path::extension() to return std::string, not C string
Boris Kolpackov
2
-5
/
+22
The old behaviour (sometimes useful) is provided by extension_cstring().
2016-12-16
Add config header to buildfile
Karen Arutyunov
1
-0
/
+1
2016-12-16
Define BUTL_CXX17_UNCAUGHT_EXCEPTIONS for _LIBCPP_VERSION >= 1200
Karen Arutyunov
1
-3
/
+3
2016-12-16
Fix the previous fix
Boris Kolpackov
1
-1
/
+3
2016-12-16
Work around unexportable thread-local variables on Win32
Boris Kolpackov
3
-6
/
+21
2016-12-14
Use cxx.std=latest
Boris Kolpackov
1
-1
/
+1
2016-12-13
Fix thread safety issue
Boris Kolpackov
5
-34
/
+123
2016-12-07
Fix misleading indentation
Boris Kolpackov
1
-2
/
+2
2016-12-07
Add path::current(), path::parent()
Karen Arutyunov
8
-58
/
+113
2016-12-05
Make path::normalize() to preserve ./, invalidate paths starting with \, / ↵
Karen Arutyunov
7
-58
/
+112
on Windows
2016-12-01
Revert no longer necessary quoting in buildfiles
Boris Kolpackov
2
-2
/
+1
2016-11-30
Implement path canonicalize()
Boris Kolpackov
4
-4
/
+41
2016-11-26
Add support for VC15
Karen Arutyunov
2
-4
/
+4
2016-11-23
Quote path values when assigned to test.arguments
Karen Arutyunov
2
-2
/
+2
2016-11-22
Add missing export macro
Boris Kolpackov
2
-3
/
+6
2016-11-22
Add diagnostics facility
Boris Kolpackov
5
-4
/
+295
2016-11-21
Make process_path effective path always absolute
Boris Kolpackov
3
-29
/
+72
2016-11-21
Make optional ctor's constexpr
Boris Kolpackov
1
-4
/
+4
2016-11-19
Add small_vector<T, N> class template
Boris Kolpackov
4
-1
/
+398
It has a (mostly) std::vector interface (it derives from it) and will store up to N elements in the same storage as the vector instance itself.
[next]