Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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 | |