Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2016-06-18 | Check path validity in path::init() on Windows | Karen Arutyunov | 1 | -3/+1 | |
2016-06-18 | Eliminate the use of *_s() functions on Windows | Karen Arutyunov | 1 | -2/+2 | |
2016-06-03 | Add fdnull() | Karen Arutyunov | 1 | -49/+16 | |
2016-05-31 | Port to MinGW | Karen Arutyunov | 8 | -8/+511 | |
2016-05-04 | Add base64_encode(), base64_decode() | Karen Arutyunov | 3 | -1/+114 | |
2016-04-25 | Fix timestamp from_string() compilation error appeared when compiled with ↵0.3.0 | Karen Arutyunov | 1 | -23/+53 | |
clang++ and libc++ | |||||
2016-04-21 | Comment out test fragment that relies on locale which may not exist | Boris Kolpackov | 1 | -0/+2 | |
2016-04-21 | Add sha256_to_fingerprint (), fingerprint_to_sha256 () | Karen Arutyunov | 1 | -0/+9 | |
2016-04-21 | Add timestamp from_string() | Karen Arutyunov | 3 | -1/+167 | |
2016-03-10 | Derive target class from target triplet for some targets | Boris Kolpackov | 1 | -13/+16 | |
2016-03-07 | Recognize msvc target triplet | Boris Kolpackov | 1 | -0/+4 | |
2016-02-29 | Add '\0' string terminator to sha256 calculation | Boris Kolpackov | 1 | -2/+8 | |
Failed that, an empty string will be indistinguishable from no string. | |||||
2016-02-28 | Add SHA256 calculator | Boris Kolpackov | 3 | -1/+42 | |
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 | 3 | -1/+162 | |
2016-01-09 | Update copyright year | Boris Kolpackov | 7 | -7/+7 | |
2015-07-24 | Update for new build2 | Boris Kolpackov | 1 | -0/+1 | |
2015-07-19 | Implement path iterator decrement operator | Boris Kolpackov | 1 | -4/+35 | |
2015-07-17 | Fix stat/lstat type/ltype to be consistent, use correct *stat() | Boris Kolpackov | 1 | -3/+3 | |
2015-07-15 | Fix bug in path::iterator postfix increment | Boris Kolpackov | 1 | -9/+9 | |
2015-07-14 | Add path iterator range constructor | Boris Kolpackov | 1 | -0/+36 | |
2015-07-09 | Implement directory iteration support | Boris Kolpackov | 3 | -1/+63 | |
2015-06-18 | Make sure std::vector can move paths | Boris Kolpackov | 1 | -0/+7 | |
2015-06-18 | Remove executables, add .gitignore | Boris Kolpackov | 3 | -0/+1 | |
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 5 | -1/+236 | |
2015-06-18 | Move prefix-map from build2 to libbutl | Boris Kolpackov | 4 | -0/+167 | |