Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-23 | Minor changes | Boris Kolpackov | 4 | -5/+10 | |
2017-01-19 | Improve optional (has_value(), operator<>, std::hash<> specialization) | Boris Kolpackov | 1 | -1/+34 | |
2017-01-19 | Add missing typedef in std::hash<path> | Boris Kolpackov | 1 | -0/+2 | |
2017-01-18 | Harden small_vector against misuse | Boris Kolpackov | 1 | -4/+11 | |
2017-01-12 | Add small_vector workaround for VC | Boris Kolpackov | 1 | -10/+28 | |
2017-01-09 | Add operator<<(ostream, exception) | Karen Arutyunov | 6 | -8/+94 | |
2017-01-06 | Rework and rename target_triplet | Boris Kolpackov | 3 | -33/+82 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 52 | -52/+52 | |
2017-01-05 | Add process_exit | Karen Arutyunov | 7 | -42/+343 | |
2017-01-04 | Fix BUTL_CXX17_UNCAUGHT_EXCEPTIONS definition for Mac OS X | Karen Arutyunov | 1 | -4/+9 | |
2016-12-17 | Change path::extension() to return std::string, not C string | Boris Kolpackov | 2 | -5/+22 | |
The old behaviour (sometimes useful) is provided by extension_cstring(). | |||||
2016-12-16 | Add config header to buildfile | Karen Arutyunov | 1 | -0/+1 | |
2016-12-16 | Define BUTL_CXX17_UNCAUGHT_EXCEPTIONS for _LIBCPP_VERSION >= 1200 | Karen Arutyunov | 1 | -3/+3 | |
2016-12-16 | Fix the previous fix | Boris Kolpackov | 1 | -1/+3 | |
2016-12-16 | Work around unexportable thread-local variables on Win32 | Boris Kolpackov | 3 | -6/+21 | |
2016-12-13 | Fix thread safety issue | Boris Kolpackov | 5 | -34/+123 | |
2016-12-07 | Fix misleading indentation | Boris Kolpackov | 1 | -2/+2 | |
2016-12-07 | Add path::current(), path::parent() | Karen Arutyunov | 6 | -51/+97 | |
2016-12-05 | Make path::normalize() to preserve ./, invalidate paths starting with \, / ↵ | Karen Arutyunov | 4 | -16/+47 | |
on Windows | |||||
2016-11-30 | Implement path canonicalize() | Boris Kolpackov | 4 | -4/+41 | |
2016-11-22 | Add missing export macro | Boris Kolpackov | 2 | -3/+6 | |
2016-11-22 | Add diagnostics facility | Boris Kolpackov | 5 | -4/+295 | |
2016-11-21 | Make process_path effective path always absolute | Boris Kolpackov | 3 | -29/+72 | |
2016-11-21 | Make optional ctor's constexpr | Boris Kolpackov | 1 | -4/+4 | |
2016-11-19 | Add small_vector<T, N> class template | Boris Kolpackov | 1 | -0/+257 | |
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 | 4 | -126/+175 | |
2016-11-08 | Cosmetic change | Boris Kolpackov | 1 | -1/+1 | |
2016-11-08 | Add fddup() | Karen Arutyunov | 2 | -5/+26 | |
2016-11-08 | Add auto_fd::close() | Karen Arutyunov | 2 | -5/+29 | |
2016-11-08 | Fix process ctor that doesn't quote empty arguments on Windows | Karen Arutyunov | 1 | -1/+1 | |
2016-11-03 | Invent auto_fd, make use of it in fdstreams and process | Karen Arutyunov | 8 | -187/+188 | |
2016-11-01 | Add entry_exists(path) | Karen Arutyunov | 2 | -0/+31 | |
2016-10-24 | Make auto_rm::path() constant | Karen Arutyunov | 1 | -1/+1 | |
2016-10-24 | Make process status optional | Karen Arutyunov | 4 | -33/+44 | |
2016-10-21 | Fix duplicated error description in exception thrown by fdstream | Karen Arutyunov | 1 | -4/+12 | |
2016-10-17 | Support ifdstream non-blocking mode | Karen Arutyunov | 2 | -29/+177 | |
2016-10-17 | Fix redirection of process stdout to stderr in POSIX implementation | Karen Arutyunov | 1 | -4/+20 | |
2016-10-13 | Minor changes to utilities | Boris Kolpackov | 1 | -4/+11 | |
2016-09-29 | Add manifest_parser and manifest_serializer | Karen Arutyunov | 6 | -21/+825 | |
2016-09-16 | Add process::print() | Karen Arutyunov | 2 | -1/+52 | |
2016-09-16 | Optimize fdstream so performance is on par with fstream | Karen Arutyunov | 2 | -4/+127 | |
2016-09-10 | Add sample usage with process to fdstream as a comment | Karen Arutyunov | 1 | -0/+58 | |
2016-09-08 | Bump version to 0.5.0-a1, master is open for business | Boris Kolpackov | 1 | -2/+2 | |
2016-09-05 | Bump version to 0.4.0 (final) | Boris Kolpackov | 1 | -2/+2 | |
2016-09-04 | Add default constructor to triplet | Boris Kolpackov | 1 | -0/+1 | |
2016-09-04 | Change freebsd target class to bsd | Boris Kolpackov | 2 | -3/+3 | |
2016-09-02 | Fix buildfile | Boris Kolpackov | 1 | -1/+1 | |
2016-09-02 | Exclude win32-utility from non-Windows builds | Boris Kolpackov | 2 | -2/+11 | |
This gets rid of a warning about an empty object file. | |||||
2016-08-30 | Build infrastructure update | Boris Kolpackov | 1 | -0/+8 | |
2016-08-29 | Add flag to file_exists() not to follow symlinks | Boris Kolpackov | 2 | -10/+26 | |