aboutsummaryrefslogtreecommitdiff
path: root/butl
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Support fancier epilogues in diagnosticsBoris Kolpackov2-13/+21
2017-02-17Add representation value for special timestampsBoris Kolpackov1-6/+10
2017-02-17Fix cpfile() to throw system_error onlyKaren Arutyunov2-13/+54
2017-02-13Implement path_match() and path_search()Boris Kolpackov3-1/+423
2017-02-13Add path_entry(), fixes for pathKaren Arutyunov5-67/+132
2017-02-10Cosmetic changesBoris Kolpackov1-0/+3
2017-02-07Add const_ptr, const-propagating smart pointerBoris Kolpackov2-0/+78
2017-02-01Fix shared_mutex feature test for MacOS some moreBoris Kolpackov1-2/+13
2017-02-01Fix shared_mutex feature test for libc++ and MacOSBoris Kolpackov1-3/+8
2017-01-30Make fdopen_pipe(), fdopen(), fdnull() and fddup() to set FD_CLOEXEC flagKaren Arutyunov3-3/+42
2017-01-27Check for HANDLE_FLAG_INHERIT presence before setting it for handleKaren Arutyunov1-8/+12
2017-01-26Fix diag_record::flush()Karen Arutyunov1-1/+4
2017-01-24Redo config as feature test macrosBoris Kolpackov9-94/+158
2017-01-23Minor changesBoris Kolpackov4-5/+10
2017-01-19Improve optional (has_value(), operator<>, std::hash<> specialization)Boris Kolpackov1-1/+34
2017-01-19Add missing typedef in std::hash<path>Boris Kolpackov1-0/+2
2017-01-18Harden small_vector against misuseBoris Kolpackov1-4/+11
2017-01-12Add small_vector workaround for VCBoris Kolpackov1-10/+28
2017-01-09Add operator<<(ostream, exception)Karen Arutyunov6-8/+94
2017-01-06Rework and rename target_tripletBoris Kolpackov3-33/+82
2017-01-05Update copyright yearBoris Kolpackov52-52/+52
2017-01-05Add process_exitKaren Arutyunov7-42/+343
2017-01-04Fix BUTL_CXX17_UNCAUGHT_EXCEPTIONS definition for Mac OS XKaren Arutyunov1-4/+9
2016-12-17Change path::extension() to return std::string, not C stringBoris Kolpackov2-5/+22
2016-12-16Add config header to buildfileKaren Arutyunov1-0/+1
2016-12-16Define BUTL_CXX17_UNCAUGHT_EXCEPTIONS for _LIBCPP_VERSION >= 1200Karen Arutyunov1-3/+3
2016-12-16Fix the previous fixBoris Kolpackov1-1/+3
2016-12-16Work around unexportable thread-local variables on Win32Boris Kolpackov3-6/+21
2016-12-13Fix thread safety issueBoris Kolpackov5-34/+123
2016-12-07Fix misleading indentationBoris Kolpackov1-2/+2
2016-12-07Add path::current(), path::parent()Karen Arutyunov6-51/+97
2016-12-05Make path::normalize() to preserve ./, invalidate paths starting with \, / on...Karen Arutyunov4-16/+47
2016-11-30Implement path canonicalize()Boris Kolpackov4-4/+41
2016-11-22Add missing export macroBoris Kolpackov2-3/+6
2016-11-22Add diagnostics facilityBoris Kolpackov5-4/+295
2016-11-21Make process_path effective path always absoluteBoris Kolpackov3-29/+72
2016-11-21Make optional ctor's constexprBoris Kolpackov1-4/+4
2016-11-19Add small_vector<T, N> class templateBoris Kolpackov1-0/+257
2016-11-14Add fdopen_pipe()Karen Arutyunov4-126/+175
2016-11-08Cosmetic changeBoris Kolpackov1-1/+1
2016-11-08Add fddup()Karen Arutyunov2-5/+26
2016-11-08Add auto_fd::close()Karen Arutyunov2-5/+29
2016-11-08Fix process ctor that doesn't quote empty arguments on WindowsKaren Arutyunov1-1/+1
2016-11-03Invent auto_fd, make use of it in fdstreams and processKaren Arutyunov8-187/+188
2016-11-01Add entry_exists(path)Karen Arutyunov2-0/+31
2016-10-24Make auto_rm::path() constantKaren Arutyunov1-1/+1
2016-10-24Make process status optionalKaren Arutyunov4-33/+44
2016-10-21Fix duplicated error description in exception thrown by fdstreamKaren Arutyunov1-4/+12
2016-10-17Support ifdstream non-blocking modeKaren Arutyunov2-29/+177
2016-10-17Fix redirection of process stdout to stderr in POSIX implementationKaren Arutyunov1-4/+20