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
/
tests
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-04-26
Add standard_version class
Boris Kolpackov
3
-0
/
+333
2017-04-21
Implement execution of Windows batch files
Boris Kolpackov
3
-3
/
+41
2017-04-20
Implement string_parser
Karen Arutyunov
4
-1
/
+148
2017-04-19
Fix parameter pack expansion in process_start() for Clang
Karen Arutyunov
1
-2
/
+2
2017-04-18
Implement curl process
Boris Kolpackov
4
-1
/
+186
2017-04-13
Implement sendmail process
Boris Kolpackov
4
-1
/
+61
2017-04-10
Add process_run()/process_start() higher-level API on top of class process
Boris Kolpackov
4
-1
/
+113
2017-04-04
Add tab_parser
Karen Arutyunov
3
-0
/
+123
2017-04-01
Rename target triplet "macosx" class to "macos"
Boris Kolpackov
1
-1
/
+1
2017-03-14
Add mventry(), mvfile() and mvdir()
Karen Arutyunov
4
-1
/
+302
2017-03-14
Use wildcard patterns in buildfiles
Boris Kolpackov
1
-7
/
+1
2017-03-13
Add flexibility to path search callback function
Karen Arutyunov
2
-3
/
+207
2017-03-09
Fix path_match() character case sensitivity on Windows
Karen Arutyunov
1
-0
/
+13
2017-02-17
Fix cpfile() to throw system_error only
Karen Arutyunov
1
-2
/
+2
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
4
-1
/
+492
2017-01-30
Make fdopen_pipe(), fdopen(), fdnull() and fddup() to set FD_CLOEXEC flag
Karen Arutyunov
1
-1
/
+1
2017-01-12
Add small_vector workaround for VC
Boris Kolpackov
1
-23
/
+41
2017-01-09
Add operator<<(ostream, exception)
Karen Arutyunov
7
-7
/
+9
2017-01-06
Rework and rename target_triplet
Boris Kolpackov
3
-15
/
+15
2017-01-05
Update copyright year
Boris Kolpackov
36
-36
/
+36
2017-01-05
Add process_exit
Karen Arutyunov
1
-2
/
+2
2016-12-07
Add path::current(), path::parent()
Karen Arutyunov
2
-7
/
+16
2016-12-05
Make path::normalize() to preserve ./, invalidate paths starting with \, / ↵
Karen Arutyunov
3
-42
/
+65
on Windows
2016-12-01
Revert no longer necessary quoting in buildfiles
Boris Kolpackov
2
-2
/
+1
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-19
Add small_vector<T, N> class template
Boris Kolpackov
3
-1
/
+141
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.
2016-11-14
Add fdopen_pipe()
Karen Arutyunov
1
-6
/
+55
2016-11-03
Invent auto_fd, make use of it in fdstreams and process
Karen Arutyunov
2
-21
/
+21
2016-10-24
Make process status optional
Karen Arutyunov
1
-0
/
+20
2016-10-17
Support ifdstream non-blocking mode
Karen Arutyunov
1
-4
/
+89
2016-09-29
Add manifest_parser and manifest_serializer
Karen Arutyunov
8
-1
/
+560
2016-09-16
Optimize fdstream so performance is on par with fstream
Karen Arutyunov
1
-1
/
+136
2016-09-04
Change freebsd target class to bsd
Boris Kolpackov
1
-2
/
+2
2016-08-28
Quiet down dir-iterator test
Boris Kolpackov
1
-9
/
+19
2016-08-21
Redo process path search to better accommodate Windows-specific semantics
Boris Kolpackov
1
-0
/
+1
2016-08-10
Add ucase(), lcase(), casecmp(), alpha(), digit(), alnum()
Karen Arutyunov
3
-1
/
+76
2016-08-08
Cosmetic changes
Karen Arutyunov
1
-1
/
+1
2016-08-05
Add empty file copy check to cpfile() test
Karen Arutyunov
1
-6
/
+19
2016-07-30
Don't use hard-coded directory separators
Boris Kolpackov
1
-1
/
+1
2016-07-30
Implement support for Windows path actualization
Boris Kolpackov
1
-0
/
+22
2016-07-28
Don't throw bool as exception, compiler support seems buggy there
Boris Kolpackov
1
-2
/
+2
2016-07-28
Redesign path to store trailing slash for directories
Boris Kolpackov
3
-107
/
+282
2016-07-23
Extend fdstream
Karen Arutyunov
5
-37
/
+219
2016-07-12
Use ./ instead of just . to denote current directory in buildfiles
Boris Kolpackov
1
-1
/
+1
2016-07-07
Add cpfile()
Karen Arutyunov
5
-2
/
+333
2016-07-01
Port to MSVC
Karen Arutyunov
2
-0
/
+17
2016-06-23
Add mkslink(), mkhlink()
Karen Arutyunov
3
-1
/
+149
2016-06-18
Add path::home()
Karen Arutyunov
1
-1
/
+7
[next]