Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-28 | Redesign path to store trailing slash for directories | Boris Kolpackov | 6 | -429/+817 | |
2016-07-25 | Add DLL export/import support | Boris Kolpackov | 17 | -82/+155 | |
2016-07-23 | Extend fdstream | Karen Arutyunov | 8 | -152/+793 | |
2016-07-19 | Add note on potential improvement for path | Boris Kolpackov | 1 | -0/+11 | |
2016-07-09 | Add path::operator=/(string), path::size() | Boris Kolpackov | 3 | -16/+98 | |
2016-07-07 | Add cpfile() | Karen Arutyunov | 6 | -12/+367 | |
2016-07-07 | Fix ~ofdstream() not to sync if good() returns false | Karen Arutyunov | 1 | -1/+1 | |
2016-07-02 | Fix operator|(permissions, permissions) | Karen Arutyunov | 1 | -1/+1 | |
2016-07-01 | Port to MSVC | Karen Arutyunov | 3 | -10/+50 | |
2016-06-23 | Add mkslink(), mkhlink() | Karen Arutyunov | 8 | -111/+235 | |
2016-06-23 | Add ignore_error parameter to rmdir_r(), fix try_rmdir_r() | Karen Arutyunov | 3 | -8/+8 | |
2016-06-18 | Fix process standard stream redirection to work properly in MSYS | Karen Arutyunov | 1 | -6/+6 | |
2016-06-18 | Add path::home() | Karen Arutyunov | 3 | -20/+134 | |
2016-06-18 | Check path validity in path::init() on Windows | Karen Arutyunov | 3 | -3/+20 | |
2016-06-18 | Eliminate the use of *_s() functions on Windows | Karen Arutyunov | 1 | -2/+21 | |
2016-06-18 | Fix compilation bug in basic_path::root_directory() | Karen Arutyunov | 1 | -1/+3 | |
2016-06-18 | Fix bug in basic_path::sub(), sup() | Karen Arutyunov | 1 | -3/+6 | |
2016-06-15 | Add sha256c.c.orig | Boris Kolpackov | 1 | -0/+316 | |
2016-06-13 | Add note about case-insensitive path compare limitation | Boris Kolpackov | 1 | -0/+3 | |
2016-06-03 | Add fdnull() | Karen Arutyunov | 4 | -42/+104 | |
2016-06-03 | Remove canonicalization requirement from path_map | Boris Kolpackov | 2 | -13/+61 | |
2016-06-03 | Handle special path_map root ('/') on Win32 | Boris Kolpackov | 1 | -19/+15 | |
2016-05-31 | Port to MinGW | Karen Arutyunov | 17 | -329/+2717 | |
2016-05-15 | Make timestamp from_string() to consider daylight saving time | Karen Arutyunov | 1 | -0/+2 | |
2016-05-14 | Fix source file order in buildfile | Boris Kolpackov | 1 | -1/+1 | |
2016-05-04 | Add base64_encode(), base64_decode() | Karen Arutyunov | 3 | -0/+260 | |
2016-05-04 | Add temp_directory(), temp_path() | Boris Kolpackov | 2 | -6/+173 | |
2016-04-29 | Rework process internals, add current_id() | Boris Kolpackov | 3 | -23/+43 | |
2016-04-26 | Bump version to 0.4.0-a1, master is open for business | Boris Kolpackov | 1 | -2/+2 | |
2016-04-25 | Fix timestamp from_string() compilation error appeared when compiled with ↵0.3.0 | Karen Arutyunov | 1 | -1/+2 | |
clang++ and libc++ | |||||
2016-04-25 | Add required argument to std::out_of_range | Boris Kolpackov | 1 | -2/+7 | |
2016-04-23 | Add missing files to buildfile | Boris Kolpackov | 1 | -0/+6 | |
2016-04-22 | Bump version to 0.3.0 | Boris Kolpackov | 1 | -2/+2 | |
2016-04-21 | Fix bug in timestamp_nonexistent initialization | Karen Arutyunov | 1 | -1/+1 | |
2016-04-21 | Use older default aggregate initialization syntax | Boris Kolpackov | 1 | -3/+3 | |
GCC 4.9 doesn't seem to support it and issues warnings. | |||||
2016-04-21 | Add sha256_to_fingerprint (), fingerprint_to_sha256 () | Karen Arutyunov | 2 | -0/+79 | |
2016-04-21 | Add timestamp from_string() | Karen Arutyunov | 2 | -10/+345 | |
2016-04-20 | Add combine_hash() utility | Boris Kolpackov | 1 | -0/+18 | |
2016-04-18 | Add vector_view(vector_view<T1>) constructor | Boris Kolpackov | 1 | -0/+4 | |
2016-04-12 | Add vector_view::assign(), clear() | Boris Kolpackov | 1 | -0/+2 | |
2016-04-12 | Make basic_path no-init() constructor protected rather than private | Boris Kolpackov | 1 | -6/+7 | |
2016-03-28 | Add vector_view class template | Boris Kolpackov | 1 | -0/+109 | |
2016-03-28 | Add basic_path::compare() | Boris Kolpackov | 1 | -17/+25 | |
2016-03-11 | Add move constructor/assignment to optional | Boris Kolpackov | 1 | -0/+4 | |
2016-03-10 | Derive target class from target triplet for some targets | Boris Kolpackov | 2 | -3/+28 | |
2016-03-07 | Recognize msvc target triplet | Boris Kolpackov | 2 | -19/+21 | |
2016-03-06 | Add more info to target triplet discussion | Boris Kolpackov | 1 | -1/+4 | |
2016-02-29 | Add '\0' string terminator to sha256 calculation | Boris Kolpackov | 1 | -12/+20 | |
Failed that, an empty string will be indistinguishable from no string. | |||||
2016-02-28 | Add SHA256 calculator | Boris Kolpackov | 4 | -0/+546 | |
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-02-12 | Add path::realize(), which on POSIX calls realpath(3) | Boris Kolpackov | 3 | -36/+94 | |