Age | Commit message (Expand) | Author | Files | Lines |
2019-04-25 | Add parse_manifest() and serialize_manifest() functions | Karen Arutyunov | 6 | -198/+428 |
2019-04-19 | Minor improvements to fdstream | Boris Kolpackov | 1 | -6/+47 |
2019-04-15 | Add fdread() and fdselect() | Karen Arutyunov | 4 | -146/+673 |
2019-04-12 | Fix MSVC /permissive- workaround | Boris Kolpackov | 1 | -1/+1 |
2019-04-11 | Work around MSVC /permissive- issue | Boris Kolpackov | 1 | -0/+7 |
2019-04-08 | Add support for manifest_serializer long lines mode | Karen Arutyunov | 5 | -13/+54 |
2019-03-23 | Cleanup some files replacing tabs with spaces | Karen Arutyunov | 2 | -16/+16 |
2019-03-23 | Add command running API | Karen Arutyunov | 5 | -0/+771 |
2019-03-20 | Change version to 0.11.0-a.0.z | Boris Kolpackov | 1 | -3/+3 |
2019-03-18 | Release version 0.10.0v0.10.0 | Boris Kolpackov | 1 | -1/+1 |
2019-03-13 | Fix std::optional usage test for VC 16.0 | Boris Kolpackov | 1 | -3/+6 |
2019-03-13 | Add workarounds for all cl releases until 20.00 | Karen Arutyunov | 5 | -7/+14 |
2019-03-05 | Align with latest bdep-new | Karen Arutyunov | 1 | -21/+36 |
2019-03-04 | Fix 'may be used uninitialized' GCC 8.3 warning | Karen Arutyunov | 1 | -2/+4 |
2019-03-04 | Add 'builds: all' value to manifest | Karen Arutyunov | 1 | -1/+1 |
2019-03-01 | Add '\n' to regex_replace_*() substitution escape sequences | Karen Arutyunov | 3 | -2/+10 |
2019-02-27 | Factor out Windows command line argument quoting to utility function | Boris Kolpackov | 2 | -21/+44 |
2019-02-22 | Fix diag_stream_lock destructor that may try to dereference diag_term set to ... | Karen Arutyunov | 1 | -1/+4 |
2019-02-21 | Change version to 0.10.0-a.0.z | Boris Kolpackov | 1 | -3/+3 |
2019-02-19 | Release version 0.9.0v0.9.0 | Boris Kolpackov | 1 | -1/+1 |
2019-02-16 | Fix non-detecting dangling junctions if built with mingw gcc | Karen Arutyunov | 4 | -54/+136 |
2019-02-15 | Fix rmdir_r() that may throw system_error regardless of ignore_error flag value | Karen Arutyunov | 2 | -8/+21 |
2019-02-15 | Fix directory symlinks support on Windows | Karen Arutyunov | 4 | -90/+159 |
2019-02-08 | Update NEWS file | Boris Kolpackov | 1 | -127/+1 |
2019-02-05 | Cosmetic changes | Boris Kolpackov | 1 | -3/+3 |
2019-02-04 | Cosmetic changes | Boris Kolpackov | 1 | -3/+3 |
2019-02-01 | Cosmetic change | Boris Kolpackov | 1 | -3/+3 |
2019-01-31 | Cosmetic change | Boris Kolpackov | 1 | -5/+5 |
2019-01-30 | Add support for $ in standard version constraint | Karen Arutyunov | 4 | -40/+327 |
2019-01-29 | Cosmetic change | Boris Kolpackov | 1 | -1/+1 |
2019-01-29 | Fix typo | Boris Kolpackov | 1 | -2/+2 |
2019-01-29 | Minor comment fixes | Boris Kolpackov | 1 | -4/+4 |
2019-01-29 | Remove comment that no longer applies | Boris Kolpackov | 1 | -4/+0 |
2019-01-26 | Fix b_info() failing for stub packages | Karen Arutyunov | 1 | -1/+1 |
2019-01-21 | Fix b-info test to properly run in project source directory | Karen Arutyunov | 1 | -1/+4 |
2019-01-21 | Fix url constructor to throw for invalid URL string representation | Karen Arutyunov | 1 | -2/+4 |
2019-01-21 | Add standard_version::latest_snapshot() predicate | Karen Arutyunov | 2 | -0/+7 |
2019-01-16 | Update copyright year | Karen Arutyunov | 220 | -220/+220 |
2019-01-16 | Add b_info() that runs `b info` command and parses and returns build2 project... | Karen Arutyunov | 5 | -0/+606 |
2019-01-13 | Improve standard version API | Karen Arutyunov | 4 | -77/+258 |
2019-01-08 | Add manifest_parsing() constructor accepting description only | Karen Arutyunov | 2 | -0/+9 |
2019-01-08 | Add support for filtering during manifest parsing and serialization | Karen Arutyunov | 8 | -32/+133 |
2019-01-06 | Fix standard_version constructors | Karen Arutyunov | 2 | -7/+12 |
2018-12-15 | Add manifest_rewriter class | Karen Arutyunov | 13 | -99/+619 |
2018-12-15 | Add support for fdstream positioning | Karen Arutyunov | 3 | -11/+503 |
2018-12-14 | Various improvements to standard_version | Boris Kolpackov | 3 | -8/+84 |
2018-12-03 | Suppress MSVC warnings at project level | Boris Kolpackov | 2 | -0/+12 |
2018-12-01 | Add commented out builds value to manifest | Karen Arutyunov | 1 | -1/+2 |
2018-12-01 | Change path_search() to only match directory absent components in 'match abse... | Karen Arutyunov | 3 | -56/+115 |
2018-11-30 | Add match_absent flag for path_{search,match}() functions | Karen Arutyunov | 5 | -34/+217 |