aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Arutyunov4-4/+43
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-24Specify test.targetKaren Arutyunov1-0/+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 Kolpackov2-33/+69
2017-01-09Add operator<<(ostream, exception)Karen Arutyunov13-15/+103
2017-01-06Rework and rename target_tripletBoris Kolpackov6-48/+97
2017-01-05Update copyright yearBoris Kolpackov93-93/+93
2017-01-05Add process_exitKaren Arutyunov8-44/+345
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-14Use cxx.std=latestBoris Kolpackov1-1/+1
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 Arutyunov8-58/+113
2016-12-05Make path::normalize() to preserve ./, invalidate paths starting with \, / on...Karen Arutyunov7-58/+112
2016-12-01Revert no longer necessary quoting in buildfilesBoris Kolpackov2-2/+1
2016-11-30Implement path canonicalize()Boris Kolpackov4-4/+41
2016-11-26Add support for VC15Karen Arutyunov2-4/+4
2016-11-23Quote path values when assigned to test.argumentsKaren Arutyunov2-2/+2
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 Kolpackov4-1/+398
2016-11-14Add fdopen_pipe()Karen Arutyunov5-132/+230
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 Arutyunov10-208/+209
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 Arutyunov5-33/+64
2016-10-21Fix duplicated error description in exception thrown by fdstreamKaren Arutyunov1-4/+12
2016-10-17Support ifdstream non-blocking modeKaren Arutyunov3-33/+266
2016-10-17Fix redirection of process stdout to stderr in POSIX implementationKaren Arutyunov1-4/+20
2016-10-13Minor changes to utilitiesBoris Kolpackov1-4/+11
2016-09-29Add manifest_parser and manifest_serializerKaren Arutyunov14-22/+1385
2016-09-16Add process::print()Karen Arutyunov2-1/+52