Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-18 | Add path::home() | Karen Arutyunov | 4 | -21/+141 | |
2016-06-18 | Check path validity in path::init() on Windows | Karen Arutyunov | 4 | -6/+21 | |
2016-06-18 | Eliminate the use of *_s() functions on Windows | Karen Arutyunov | 2 | -4/+23 | |
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 | 5 | -91/+120 | |
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 | 27 | -339/+3231 | |
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 | 7 | -1/+376 | |
2016-05-04 | Add temp_directory(), temp_path() | Boris Kolpackov | 3 | -6/+175 | |
2016-04-29 | Rework process internals, add current_id() | Boris Kolpackov | 4 | -23/+47 | |
2016-04-26 | Bump version to 0.4.0-a1, master is open for business | Boris Kolpackov | 4 | -7/+7 | |
2016-04-25 | Fix timestamp from_string() compilation error appeared when compiled with ↵0.3.0 | Karen Arutyunov | 2 | -24/+55 | |
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-23 | Backwards-compatibility fixes | Boris Kolpackov | 1 | -1/+7 | |
2016-04-22 | Bump version to 0.3.0 | Boris Kolpackov | 4 | -5/+5 | |
2016-04-22 | Update NEWS file | Boris Kolpackov | 1 | -3/+5 | |
2016-04-21 | Fix bug in timestamp_nonexistent initialization | Karen Arutyunov | 1 | -1/+1 | |
2016-04-21 | Comment out test fragment that relies on locale which may not exist | Boris Kolpackov | 1 | -0/+2 | |
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 | 4 | -0/+90 | |
2016-04-21 | Add timestamp from_string() | Karen Arutyunov | 6 | -11/+513 | |
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-14 | Update NEWS file | Boris Kolpackov | 1 | -1/+3 | |
2016-04-12 | Change text.exe to exe{*}:test (BC change) | Boris Kolpackov | 1 | -1/+2 | |
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-15 | Add NEWS files | Boris Kolpackov | 2 | -1/+18 | |
2016-03-14 | Add README file | Boris Kolpackov | 2 | -1/+24 | |
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 | 3 | -16/+44 | |
2016-03-07 | Recognize msvc target triplet | Boris Kolpackov | 3 | -19/+25 | |
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 | 2 | -14/+28 | |
Failed that, an empty string will be indistinguishable from no string. | |||||
2016-02-28 | Add SHA256 calculator | Boris Kolpackov | 9 | -2/+595 | |
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 | |
2016-02-12 | Fallback to default PATH_MAX of 4096 if one is not defined | Boris Kolpackov | 1 | -0/+6 | |
2016-02-10 | Implement ==, != operators for optional class template | Boris Kolpackov | 1 | -0/+14 | |
2016-02-04 | Bump version to 0.3.0-a1, master is open for business | Boris Kolpackov | 4 | -5/+5 | |
2016-01-31 | Nicer way to not install INSTALL files0.2.0 | Boris Kolpackov | 1 | -0/+2 | |
2016-01-31 | Bump version to 0.2.0 final | Boris Kolpackov | 4 | -7/+7 | |