Age | Commit message (Expand) | Author | Files | Lines |
2020-03-03 | Revert previous (erroneously pushed to master) commit | Karen Arutyunov | 4 | -62/+17 |
2020-03-02 | Backup | Karen Arutyunov | 4 | -17/+62 |
2020-02-26 | Add notion of validator to char_scanner and make sure manifest is UTF-8 | Karen Arutyunov | 4 | -12/+257 |
2020-02-12 | Fix curl testscript | Karen Arutyunov | 1 | -8/+8 |
2020-02-12 | Rename fdnull() to fdopen_null() | Karen Arutyunov | 4 | -10/+11 |
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 123 | -123/+0 |
2020-01-28 | Add utf8() predicate | Karen Arutyunov | 2 | -0/+164 |
2019-11-14 | Add to_stream(ostream, path, bool) | Karen Arutyunov | 1 | -6/+22 |
2019-10-29 | Only enable backtrace support on Linux if using glibc | Boris Kolpackov | 1 | -1/+1 |
2019-10-08 | Fix 'unused variable' warning issued by Clang on Windows | Karen Arutyunov | 1 | -0/+3 |
2019-10-07 | Adapt tests for building with Clang on Windows | Karen Arutyunov | 1 | -3/+3 |
2019-10-01 | Move path match to path-pattern.?xx | Karen Arutyunov | 1 | -0/+2 |
2019-09-28 | Swap entry and pattern parameters in path_match() | Karen Arutyunov | 2 | -165/+168 |
2019-09-28 | Rename casecmp() function and case_compare_[c_]string structs to icasecmp() a... | Karen Arutyunov | 1 | -14/+14 |
2019-09-27 | Add support for bracket expressions in wildcard pattern matching | Karen Arutyunov | 1 | -2/+68 |
2019-09-27 | Add support for builtin escaping to command running API | Karen Arutyunov | 1 | -0/+10 |
2019-09-27 | Add builtins support to command running API | Karen Arutyunov | 2 | -2/+37 |
2019-09-27 | Add builtins support | Karen Arutyunov | 15 | -0/+1992 |
2019-08-27 | Fix backslash escaping in windows process arguments | Karen Arutyunov | 1 | -8/+64 |
2019-08-23 | Fix some testscripts failing if project path contain spaces | Karen Arutyunov | 2 | -2/+2 |
2019-08-22 | Add extra_dir parameter for load_default_options() | Karen Arutyunov | 2 | -11/+105 |
2019-08-21 | Don't load default options from directories which subdirectory contains --no-... | Karen Arutyunov | 3 | -26/+177 |
2019-08-14 | Add load_default_options() function template overload that accepts tracing fu... | Karen Arutyunov | 1 | -3/+5 |
2019-08-12 | Add default options loading and merging API | Karen Arutyunov | 3 | -0/+302 |
2019-08-12 | Use new fdstream constructor | Boris Kolpackov | 1 | -1/+1 |
2019-08-12 | Apply previous fix to fdstream::open() | Boris Kolpackov | 1 | -21/+27 |
2019-08-12 | Add few fdstream constructor overloads | Boris Kolpackov | 2 | -5/+5 |
2019-08-01 | Combine multiple single-character flags into a single argument for testscript... | Karen Arutyunov | 2 | -10/+10 |
2019-06-03 | Fix missing for Windows traits alias renaming | Karen Arutyunov | 1 | -1/+1 |
2019-06-03 | Rename traits alias to traits_type for basic_path, basic_url, and string_tabl... | Karen Arutyunov | 2 | -8/+8 |
2019-05-30 | Improve backtrace test | Karen Arutyunov | 2 | -17/+83 |
2019-05-28 | Add backtrace() | Karen Arutyunov | 3 | -0/+129 |
2019-05-24 | Increase standard and semantic versions major, minor, and patch max values up... | Karen Arutyunov | 3 | -148/+70 |
2019-05-12 | Fix the 'possible loss of data' 32-bit VC warning | Karen Arutyunov | 1 | -1/+1 |
2019-05-03 | Partially dismantle modularization using Modules TS semantics | Boris Kolpackov | 80 | -170/+118 |
2019-04-25 | Add parse_manifest() and serialize_manifest() functions | Karen Arutyunov | 1 | -187/+299 |
2019-04-15 | Add fdread() and fdselect() | Karen Arutyunov | 2 | -44/+98 |
2019-04-08 | Add support for manifest_serializer long lines mode | Karen Arutyunov | 1 | -5/+25 |
2019-03-23 | Cleanup some files replacing tabs with spaces | Karen Arutyunov | 2 | -16/+16 |
2019-03-23 | Add command running API | Karen Arutyunov | 3 | -0/+418 |
2019-03-13 | Add workarounds for all cl releases until 20.00 | Karen Arutyunov | 2 | -2/+4 |
2019-03-01 | Add '\n' to regex_replace_*() substitution escape sequences | Karen Arutyunov | 1 | -0/+7 |
2019-02-16 | Fix non-detecting dangling junctions if built with mingw gcc | Karen Arutyunov | 2 | -3/+58 |
2019-02-15 | Fix directory symlinks support on Windows | Karen Arutyunov | 2 | -2/+50 |
2019-01-30 | Add support for $ in standard version constraint | Karen Arutyunov | 2 | -10/+150 |
2019-01-21 | Fix b-info test to properly run in project source directory | Karen Arutyunov | 1 | -1/+4 |
2019-01-16 | Update copyright year | Karen Arutyunov | 98 | -98/+98 |
2019-01-16 | Add b_info() that runs `b info` command and parses and returns build2 project... | Karen Arutyunov | 3 | -0/+209 |
2019-01-13 | Improve standard version API | Karen Arutyunov | 2 | -41/+206 |
2019-01-08 | Add support for filtering during manifest parsing and serialization | Karen Arutyunov | 2 | -12/+41 |