summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix crash when compiled with GCC 4.9Karen Arutyunov2018-11-021-2/+2
|
* Add reduced support for git versions [2.11.0 2.14.0)Karen Arutyunov2018-11-024-17/+64
|
* Fix minimum supported git version raising it to 2.14.0 from 2.12.0Karen Arutyunov2018-11-022-6/+13
| | | | | Prior to 2.14.0 the git-fetch command doesn't accept commit id as a refspec which we rely upon.
* Adapt to inheriting butl::invalid_path from std::invalid_argumentKaren Arutyunov2018-10-232-8/+8
|
* Add explicit move() suggested by Clang 7Boris Kolpackov2018-10-161-1/+1
|
* Work around compiler issues in qualified_option class templateBoris Kolpackov2018-10-114-11/+11
|
* Add support for openssl qualified optionsKaren Arutyunov2018-10-106-26/+200
|
* Fix bpkg to issue meaningful diagnostics if can't execute opensslKaren Arutyunov2018-09-201-24/+12
|
* Add note to LICENSE file about ODB license exceptionBoris Kolpackov2018-09-171-0/+5
|
* Bump version to 0.9.0-a.0.z, master is open for businessBoris Kolpackov2018-09-122-6/+6
|
* Bump version to 0.8.0Boris Kolpackov2018-09-112-6/+6
|
* Close database schema versionBoris Kolpackov2018-09-111-1/+1
|
* Issue warning for git repository that have no packages available and its URL ↵Karen Arutyunov2018-09-101-0/+8
| | | | has no fragment
* Update NEWS fileBoris Kolpackov2018-09-101-0/+19
|
* Fix pkg-build testscriptKaren Arutyunov2018-09-071-3/+3
|
* Documentation fixesBoris Kolpackov2018-09-051-1/+1
|
* Rename .test/test{} to .testscript/testscript{}Karen Arutyunov2018-09-0431-66/+90
|
* Update to match new pre-formatted fragment escape semantics in CLIBoris Kolpackov2018-09-031-1/+1
|
* Fix rep-info crash when no repository fragments are fetchedKaren Arutyunov2018-08-291-6/+5
|
* Add --{repositories|packages}-file options to bpkg-rep-infoBoris Kolpackov2018-08-294-20/+158
| | | | | This allows saving both manifests with a single invocation (which is the only way to guarantee they are consistent).
* Shorten build2 output matching regexes in testscriptsKaren Arutyunov2018-08-225-69/+61
|
* Fix testscripts broken due to build2 output changeKaren Arutyunov2018-08-212-26/+5
|
* Adapt to git_version() returning semantic_version nowKaren Arutyunov2018-08-141-3/+4
|
* Make use of git utility functions from libbutlKaren Arutyunov2018-08-071-63/+40
|
* Clean up character literals in documentationBoris Kolpackov2018-08-061-22/+22
|
* Minor formatting fixKaren Arutyunov2018-08-041-1/+1
|
* Specify package manifest headerBoris Kolpackov2018-08-041-0/+9
|
* Sanitize version substitutionsKaren Arutyunov2018-07-301-1/+1
|
* Add note on manifest format versions in binary manifest listsBoris Kolpackov2018-07-271-1/+2
|
* Specify binary manifest representationBoris Kolpackov2018-07-211-1/+15
|
* Make use of testscript mv builtinKaren Arutyunov2018-07-141-6/+11
|
* Update recommendations on package naming with regard to dotBoris Kolpackov2018-07-131-3/+7
|
* Move STDIN, STDOUT, and STDERR to lower caseKaren Arutyunov2018-07-1214-37/+37
|
* Add --manifest option to pkg-verifyKaren Arutyunov2018-07-126-6/+43
|
* Add project manifest valueKaren Arutyunov2018-07-111-1/+2
|
* Specify 'project' package manifest valueBoris Kolpackov2018-07-111-0/+19
|
* Drop unused sha256(istream) functionKaren Arutyunov2018-07-102-22/+0
|
* Fix memory leak due to complement repository cyclesKaren Arutyunov2018-07-095-51/+57
|
* Fix pkg-build crash for <package>@<location> spec in presense of --no-fetch ↵Karen Arutyunov2018-07-091-2/+8
| | | | option
* Adapt to repository_url(string) ctor throwing invalid_argument for empty stringKaren Arutyunov2018-07-094-11/+5
|
* Workaround for GCC bug #86441Boris Kolpackov2018-07-091-1/+12
|
* Adjust ODB compilation script for bdep-based setupBoris Kolpackov2018-07-091-6/+33
|
* Supress clang's 'control may reach end of non-void function' warningKaren Arutyunov2018-07-071-1/+1
|
* Move prompt facility from bpkg to libbutlBoris Kolpackov2018-07-073-43/+18
|
* Fix failing on Windows rep-fetch testKaren Arutyunov2018-07-051-2/+3
|
* Add repositories.manifestBoris Kolpackov2018-07-051-0/+18
|
* Minor diagnostics tweakBoris Kolpackov2018-07-052-2/+2
|
* Adapt to prerequisite repository type guessing rules changeKaren Arutyunov2018-07-053-7/+10
|
* Strip .git extension for non-existent local prerequisite locationKaren Arutyunov2018-07-053-1/+60
| | | | | | If the local prerequisite git repository having the .git extension doesn't exist but the one without the extension does, then strip the extension from the location.
* Bump build2 version requirement to 0.8.0Boris Kolpackov2018-06-281-2/+2
|