Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 4 | -1/+398 | |
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 | 5 | -132/+230 | |
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 | 10 | -208/+209 | |
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 | 5 | -33/+64 | |
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 | 3 | -33/+266 | |
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 | 14 | -22/+1385 | |
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 | 3 | -5/+263 | |
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 | 4 | -7/+7 | |
2016-09-07 | Update NEWS files0.4.0 | Boris Kolpackov | 1 | -2/+13 | |
2016-09-05 | Bump version to 0.4.0 (final) | Boris Kolpackov | 4 | -9/+9 | |
2016-09-05 | Add dependencies on build2 and bpkg in manifests | Boris Kolpackov | 1 | -1/+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 | 3 | -5/+5 | |
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-09-01 | Update INSTALL file | Boris Kolpackov | 1 | -1/+1 | |
2016-09-01 | Write INSTALL file | Boris Kolpackov | 1 | -0/+6 | |
2016-08-31 | Add dummy INSTALL file | Karen Arutyunov | 2 | -1/+1 | |
2016-08-30 | Update C++ standard requirement in manifest to c++14 | Boris Kolpackov | 1 | -1/+1 | |
2016-08-30 | Build infrastructure update | Boris Kolpackov | 5 | -8/+30 | |
2016-08-30 | Remove backwards-compatibility kludges | Boris Kolpackov | 1 | -8/+1 | |
2016-08-29 | Add flag to file_exists() not to follow symlinks | Boris Kolpackov | 2 | -10/+26 | |
2016-08-29 | Add path_traits::find_leaf(), make path::append() public | Boris Kolpackov | 1 | -3/+23 | |
2016-08-28 | Quiet down dir-iterator test | Boris Kolpackov | 1 | -9/+19 | |
2016-08-28 | Adjust to new build2 requirements | Boris Kolpackov | 1 | -2/+2 | |
2016-08-28 | Add path::traits::absolute() | Boris Kolpackov | 2 | -7/+11 | |
2016-08-28 | Add case_compare_string, case_compare_c_string comparators | Boris Kolpackov | 1 | -0/+18 | |
2016-08-28 | Add few filesystem function overloads for C-string paths | Boris Kolpackov | 2 | -12/+21 | |
2016-08-26 | In process::path_search(), always check for existence | Boris Kolpackov | 1 | -20/+38 | |
Even if the path has a directory component. | |||||
2016-08-25 | Add process::try_path_search() | Boris Kolpackov | 3 | -18/+62 | |
2016-08-23 | Add path::to_directory() predicate | Boris Kolpackov | 1 | -0/+6 | |
2016-08-23 | Update install.* variables in buildfiles | Boris Kolpackov | 1 | -1/+1 | |
2016-08-23 | Remove redundant LIBBUTL_EXPORT specifier in utility header | Karen Arutyunov | 1 | -6/+3 | |
2016-08-22 | Rename path::diff_ to path::tsep_ | Boris Kolpackov | 3 | -56/+57 | |
This helps a bit when seeing this member in a debugger. | |||||
2016-08-22 | Minor fixes and cleanups | Boris Kolpackov | 3 | -9/+11 | |
2016-08-22 | Extend process search with pre-search support, other minor improvements | Boris Kolpackov | 3 | -168/+235 | |