aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Generalize diagnostics with custom subsequent line indentationBoris Kolpackov1-8/+14
2017-04-01Rename target triplet "macosx" class to "macos"Boris Kolpackov3-3/+3
2017-03-24Fix diagnostics interleaving charactersKaren Arutyunov2-2/+37
2017-03-22Implement throw_generic_error() and throw_system_error()Karen Arutyunov8-112/+169
2017-03-21Add prototypes for throw_generic_error() and throw_system_error()Boris Kolpackov1-0/+16
2017-03-20Fix file descriptors leakage to child process on WindowsKaren Arutyunov5-156/+373
2017-03-17Minor string_table improvementBoris Kolpackov1-1/+8
2017-03-14Add mventry(), mvfile() and mvdir()Karen Arutyunov6-9/+523
2017-03-14Fix path_entry() to properly work for symlinks on WindowsKaren Arutyunov1-27/+34
2017-03-14Use wildcard patterns in buildfilesBoris Kolpackov2-10/+2
2017-03-13Add flexibility to path search callback functionKaren Arutyunov4-39/+315
2017-03-09Fix path_match() character case sensitivity on WindowsKaren Arutyunov2-0/+23
2017-03-09Spec path_search() enhancementsBoris Kolpackov1-1/+27
2017-03-09Cosmetic changeBoris Kolpackov1-1/+1
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 Arutyunov3-15/+56
2017-02-13Disable wildcards test driver arguments globbing performed by MinGW runtimeKaren Arutyunov1-0/+11
2017-02-13Implement path_match() and path_search()Boris Kolpackov7-2/+915
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 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