Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-18 | Implement curl process | Boris Kolpackov | 1 | -1/+1 | |
2017-04-13 | Implement sendmail process | Boris Kolpackov | 1 | -1/+2 | |
2017-03-14 | Use wildcard patterns in buildfiles | Boris Kolpackov | 1 | -7/+1 | |
2017-02-13 | Implement path_match() and path_search() | Boris Kolpackov | 1 | -1/+2 | |
2017-01-06 | Rework and rename target_triplet | Boris Kolpackov | 1 | -1/+1 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-11-19 | Add small_vector<T, N> class template | Boris Kolpackov | 1 | -1/+1 | |
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-09-29 | Add manifest_parser and manifest_serializer | Karen Arutyunov | 1 | -1/+2 | |
2016-08-10 | Add ucase(), lcase(), casecmp(), alpha(), digit(), alnum() | Karen Arutyunov | 1 | -1/+1 | |
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 | 1 | -2/+2 | |
2016-06-23 | Add mkslink(), mkhlink() | Karen Arutyunov | 1 | -1/+1 | |
2016-05-31 | Port to MinGW | Karen Arutyunov | 1 | -1/+3 | |
2016-05-04 | Add base64_encode(), base64_decode() | Karen Arutyunov | 1 | -1/+1 | |
2016-04-21 | Add timestamp from_string() | Karen Arutyunov | 1 | -1/+1 | |
2016-02-28 | Add SHA256 calculator | Boris Kolpackov | 1 | -1/+1 | |
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-01-27 | Add support for parsing cpu-vendor-os target triplets | Boris Kolpackov | 1 | -1/+1 | |
2016-01-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2015-07-09 | Implement directory iteration support | Boris Kolpackov | 1 | -1/+1 | |
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 1 | -1/+1 | |
2015-06-18 | Move prefix-map from build2 to libbutl | Boris Kolpackov | 1 | -0/+7 | |