aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-31Add support for package version constraint in pkg-build command argumentsKaren Arutyunov12-313/+685
2019-10-19Fix some testscripts properly setting config.cxx variableKaren Arutyunov2-7/+18
2019-10-18Use $quote() for quoting config.cxx option value in testscriptsKaren Arutyunov5-10/+14
2019-10-16Add note on quoting in testsBoris Kolpackov1-0/+3
2019-10-15Add missing man pages to doc/buildfileBoris Kolpackov2-2/+5
2019-10-06Adapt for building with Clang on WindowsKaren Arutyunov1-3/+3
2019-10-02Add CONTRIBUTING.md that points to our Community pageBoris Kolpackov2-1/+4
2019-10-01Use cxx.std=latest for test packagesKaren Arutyunov3-2/+2
2019-09-30Adapt to moving path match to path-pattern.?xxKaren Arutyunov1-1/+2
2019-09-28Adapt to swapping of entry and pattern parameters in butl::path_match()Karen Arutyunov1-1/+1
2019-09-28Adapt to renaming butl::casecmp() to icasecmp()Karen Arutyunov4-5/+5
2019-09-20Adapt to bracket expressions in wildcard patternsKaren Arutyunov1-2/+17
2019-09-05Adapt to optional package revisionKaren Arutyunov21-87/+360
2019-08-22Quote directory paths in buildspecsKaren Arutyunov5-5/+11
2019-08-22Make testscripts to ignore user's default options filesKaren Arutyunov7-15/+47
2019-08-16Adapt to load_default_options() now throwing pair<path, system_error> instead...Karen Arutyunov1-1/+6
2019-08-16Add '--std c++11' CLI option in buildfileKaren Arutyunov1-6/+7
2019-08-16Add support for default options filesKaren Arutyunov27-39/+561
2019-08-12Adjust to fdstream constructor changesBoris Kolpackov2-4/+4
2019-08-09Print information messages instead of warnings prior to git repository deep/d...Karen Arutyunov6-59/+50
2019-08-07Work around bug in MSVC 16.2Boris Kolpackov1-0/+16
2019-08-02Use butl::small_vector instead of std::vector in persistent classes where it ...Karen Arutyunov3-3/+5
2019-08-02Replace some testscript commands single-character options with their long var...Karen Arutyunov4-11/+11
2019-08-02Cosmetic changesBoris Kolpackov1-5/+5
2019-08-02Fix failure to upgrade package from git repository when its submodule changedKaren Arutyunov3-12/+55
2019-07-31Combine multiple single-character options into a single argument for testscri...Karen Arutyunov5-17/+17
2019-07-20Fix recent database migrations drop regenerating package.xmlKaren Arutyunov2-12/+2
2019-07-05Use __linux__ macro instead of __linuxKaren Arutyunov1-1/+1
2019-06-24Improve fallback tree output with &middot;Boris Kolpackov1-1/+1
2019-06-22Fix assertion failure on fetch from git:// repository location using --fetch-...Karen Arutyunov1-2/+2
2019-06-22Drop all database migrations to be backward compatible with 0.10.0 and above ...Karen Arutyunov2-30/+4
2019-06-21Consider only latest revisions for git repository location default setKaren Arutyunov16-9/+78
2019-06-21Adapt rep-fetch tests to full support of git versions prior to 2.14Karen Arutyunov5-9/+32
2019-06-20Add anchor to COMMANDS section in bpkg(1)Boris Kolpackov1-1/+1
2019-06-18Fix failure to fetch git repository location with tagged commit id for git 2.22Karen Arutyunov17-35/+110
2019-06-11Change version to 0.12.0-a.0.zBoris Kolpackov2-8/+8
2019-06-08Release version 0.11.0v0.11.0Boris Kolpackov2-6/+6
2019-06-08Proofread NEWS filesBoris Kolpackov1-15/+15
2019-06-07Update NEWS filesBoris Kolpackov1-0/+36
2019-06-07Fix uncaught invalid_argument thrown by pkg-build for package like 'foo/1.0.0-'Karen Arutyunov4-4/+38
2019-06-04Add test for bpkg-cfg-create --existing optionKaren Arutyunov1-0/+12
2019-06-04Replace tags with topics/keywords in package manifestBoris Kolpackov1-1/+1
2019-06-04Add --existing|-e option to bpkg-cfg-createBoris Kolpackov2-35/+84
2019-06-03Fix missing for Windows path::traits alias renamingKaren Arutyunov1-1/+1
2019-06-03Replace tags with keywords, add topics package manifest values in manualBoris Kolpackov1-16/+23
2019-06-03Add support for AGPLBoris Kolpackov1-0/+2
2019-06-03Adapt to renaming traits alias to traits_type for basic_path, basic_url, and ...Karen Arutyunov4-6/+7
2019-05-31Fix pkg-build test failing on WindowsKaren Arutyunov1-1/+1
2019-05-31Allow specifying system package that doesn't belong to any repository for pkg...Karen Arutyunov7-48/+297
2019-05-28Print backtrace to stderr when terminating due to unhandled exceptionKaren Arutyunov2-0/+24