Age | Commit message (Expand) | Author | Files | Lines |
2019-11-18 | Fix crashing on depends manifest values specifying earliest release in versio... | Karen Arutyunov | 2 | -4/+13 |
2019-11-18 | Update submodules | Boris Kolpackov | 1 | -0/+0 |
2019-11-16 | Update NEWS file | Boris Kolpackov | 1 | -0/+20 |
2019-11-12 | Minor manual tweak | Boris Kolpackov | 1 | -4/+4 |
2019-11-11 | Update manual with recommendations on tests, etc., packages | Boris Kolpackov | 1 | -6/+15 |
2019-11-07 | Remove unused header inclusion | Boris Kolpackov | 1 | -2/+0 |
2019-11-01 | Add --package-cwd option to bpkg-pkg-test | Karen Arutyunov | 12 | -17/+90 |
2019-11-01 | Fix assertion failure in pkg-build for --verbose 4 | Karen Arutyunov | 1 | -8/+22 |
2019-10-31 | Fix pkg-build crash for multiple repos with same location URL | Karen Arutyunov | 1 | -3/+26 |
2019-10-31 | Document default options files for commands | Karen Arutyunov | 35 | -8/+588 |
2019-10-31 | Add support for package version constraint in pkg-build command arguments | Karen Arutyunov | 12 | -313/+685 |
2019-10-19 | Fix some testscripts properly setting config.cxx variable | Karen Arutyunov | 2 | -7/+18 |
2019-10-18 | Use $quote() for quoting config.cxx option value in testscripts | Karen Arutyunov | 5 | -10/+14 |
2019-10-16 | Add note on quoting in tests | Boris Kolpackov | 1 | -0/+3 |
2019-10-15 | Add missing man pages to doc/buildfile | Boris Kolpackov | 2 | -2/+5 |
2019-10-06 | Adapt for building with Clang on Windows | Karen Arutyunov | 1 | -3/+3 |
2019-10-02 | Add CONTRIBUTING.md that points to our Community page | Boris Kolpackov | 2 | -1/+4 |
2019-10-01 | Use cxx.std=latest for test packages | Karen Arutyunov | 3 | -2/+2 |
2019-09-30 | Adapt to moving path match to path-pattern.?xx | Karen Arutyunov | 1 | -1/+2 |
2019-09-28 | Adapt to swapping of entry and pattern parameters in butl::path_match() | Karen Arutyunov | 1 | -1/+1 |
2019-09-28 | Adapt to renaming butl::casecmp() to icasecmp() | Karen Arutyunov | 4 | -5/+5 |
2019-09-20 | Adapt to bracket expressions in wildcard patterns | Karen Arutyunov | 1 | -2/+17 |
2019-09-05 | Adapt to optional package revision | Karen Arutyunov | 21 | -87/+360 |
2019-08-22 | Quote directory paths in buildspecs | Karen Arutyunov | 5 | -5/+11 |
2019-08-22 | Make testscripts to ignore user's default options files | Karen Arutyunov | 7 | -15/+47 |
2019-08-16 | Adapt to load_default_options() now throwing pair<path, system_error> instead... | Karen Arutyunov | 1 | -1/+6 |
2019-08-16 | Add '--std c++11' CLI option in buildfile | Karen Arutyunov | 1 | -6/+7 |
2019-08-16 | Add support for default options files | Karen Arutyunov | 27 | -39/+561 |
2019-08-12 | Adjust to fdstream constructor changes | Boris Kolpackov | 2 | -4/+4 |
2019-08-09 | Print information messages instead of warnings prior to git repository deep/d... | Karen Arutyunov | 6 | -59/+50 |
2019-08-07 | Work around bug in MSVC 16.2 | Boris Kolpackov | 1 | -0/+16 |
2019-08-02 | Use butl::small_vector instead of std::vector in persistent classes where it ... | Karen Arutyunov | 3 | -3/+5 |
2019-08-02 | Replace some testscript commands single-character options with their long var... | Karen Arutyunov | 4 | -11/+11 |
2019-08-02 | Cosmetic changes | Boris Kolpackov | 1 | -5/+5 |
2019-08-02 | Fix failure to upgrade package from git repository when its submodule changed | Karen Arutyunov | 3 | -12/+55 |
2019-07-31 | Combine multiple single-character options into a single argument for testscri... | Karen Arutyunov | 5 | -17/+17 |
2019-07-20 | Fix recent database migrations drop regenerating package.xml | Karen Arutyunov | 2 | -12/+2 |
2019-07-05 | Use __linux__ macro instead of __linux | Karen Arutyunov | 1 | -1/+1 |
2019-06-24 | Improve fallback tree output with · | Boris Kolpackov | 1 | -1/+1 |
2019-06-22 | Fix assertion failure on fetch from git:// repository location using --fetch-... | Karen Arutyunov | 1 | -2/+2 |
2019-06-22 | Drop all database migrations to be backward compatible with 0.10.0 and above ... | Karen Arutyunov | 2 | -30/+4 |
2019-06-21 | Consider only latest revisions for git repository location default set | Karen Arutyunov | 16 | -9/+78 |
2019-06-21 | Adapt rep-fetch tests to full support of git versions prior to 2.14 | Karen Arutyunov | 5 | -9/+32 |
2019-06-20 | Add anchor to COMMANDS section in bpkg(1) | Boris Kolpackov | 1 | -1/+1 |
2019-06-18 | Fix failure to fetch git repository location with tagged commit id for git 2.22 | Karen Arutyunov | 17 | -35/+110 |
2019-06-11 | Change version to 0.12.0-a.0.z | Boris Kolpackov | 2 | -8/+8 |
2019-06-08 | Release version 0.11.0v0.11.0 | Boris Kolpackov | 2 | -6/+6 |
2019-06-08 | Proofread NEWS files | Boris Kolpackov | 1 | -15/+15 |
2019-06-07 | Update NEWS files | Boris Kolpackov | 1 | -0/+36 |
2019-06-07 | Fix uncaught invalid_argument thrown by pkg-build for package like 'foo/1.0.0-' | Karen Arutyunov | 4 | -4/+38 |