Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-12-15 | Add manifest_rewriter class | Karen Arutyunov | 2 | -0/+193 |
2018-12-15 | Add support for fdstream positioning | Karen Arutyunov | 1 | -0/+280 |
2018-12-03 | Suppress MSVC warnings at project level | Boris Kolpackov | 1 | -0/+6 |
2018-12-01 | Change path_search() to only match directory absent components in 'match abse... | Karen Arutyunov | 1 | -29/+105 |
2018-11-30 | Add match_absent flag for path_{search,match}() functions | Karen Arutyunov | 2 | -9/+101 |
2018-10-09 | Add support for rootless URLs | Karen Arutyunov | 2 | -25/+82 |
2018-08-22 | Add support for UUID generation | Boris Kolpackov | 2 | -0/+105 |
2018-08-20 | Add timed_wait() and kill() to process class, change try_wait() signature | Karen Arutyunov | 1 | -4/+4 |
2018-08-14 | Make git_version() to return semantic_version rather than standard_version | Karen Arutyunov | 1 | -1/+1 |
2018-08-14 | Add support for parsing semantic and semantic-like versions | Boris Kolpackov | 2 | -0/+92 |