Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-29 | Support system packages | Karen Arutyunov | 42 | -574/+1732 | |
2016-08-28 | Adjust to new build2 requirements | Boris Kolpackov | 2 | -3/+3 | |
2016-08-23 | Update install.* variables in buildfiles | Boris Kolpackov | 1 | -1/+1 | |
2016-08-23 | By default append .config to user's module names in cfg-create | Boris Kolpackov | 2 | -2/+37 | |
The idea is that in the bpkg amalgamation we only want the configuration, without any rules, etc. This can be overridden by adding the period at the end of the module name. While at it, recognize the leading question mark in the module name and treat it as the optional module load. | |||||
2016-08-22 | Add workaround for Windows baseutils /bin search issue | Boris Kolpackov | 1 | -0/+28 | |
2016-08-22 | Minor fixes and cleanups | Boris Kolpackov | 1 | -2/+8 | |
2016-08-22 | Update dependency version on libodb* | Boris Kolpackov | 1 | -2/+2 | |
2016-08-21 | Implement searching for b in bpkg's exec directory as last resort | Boris Kolpackov | 3 | -8/+31 | |
This way if we run /opt/build2/bin/bpkg it will be able to find b in /opt/build2/bin/ without PATH. | |||||
2016-08-21 | Adjust to new butl::process interface | Boris Kolpackov | 2 | -3/+3 | |
2016-08-17 | If bpkg has exe.suffix, use it for the default build2 name | Boris Kolpackov | 3 | -5/+14 | |
So if bpkg is called bpkg-stage, then we by default look for b-stage. | |||||
2016-08-16 | Disable VC "unknown pragma" warning | Boris Kolpackov | 1 | -0/+5 | |
2016-08-16 | Update manifest to depend on libodb, libodb-sqlite | Boris Kolpackov | 1 | -3/+2 | |
2016-08-16 | Add missing cli-generated files to distribution | Boris Kolpackov | 1 | -6/+7 | |
2016-08-16 | Add missing headers to buildfile | Boris Kolpackov | 1 | -0/+1 | |
2016-08-16 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2016-08-04 | Update bpkg test to be able to specify C++ compiler | Karen Arutyunov | 5 | -18/+71 | |
2016-08-02 | Add comment on prerequisite resolution logic | Boris Kolpackov | 1 | -0/+10 | |
2016-08-02 | Check for eof before streaming rdbuf | Boris Kolpackov | 2 | -3/+13 | |
2016-07-30 | Convert to use canonical directory separators | Boris Kolpackov | 10 | -52/+44 | |
2016-07-28 | Adjust to new path implementation | Boris Kolpackov | 1 | -1/+1 | |
2016-07-24 | Use cpfile() for file fetching | Karen Arutyunov | 1 | -25/+2 | |
2016-07-23 | Adapt to fdstream extension | Karen Arutyunov | 10 | -192/+196 | |
2016-07-14 | Add --cert-* rep-info command options | Karen Arutyunov | 6 | -7/+140 | |
2016-07-12 | Use ./ instead of just . to denote current directory in buildfiles | Boris Kolpackov | 2 | -2/+2 | |
2016-06-20 | Cosmetic change | Boris Kolpackov | 1 | -3/+3 | |
2016-06-20 | Add stub for repository-signing help topic | Boris Kolpackov | 6 | -2/+47 | |
2016-06-18 | Rename cfg-{add,fetch} to rep-{add,fetch} (aliases stay same) | Boris Kolpackov | 21 | -237/+238 | |
The rationale: we now need the 'add' command for certificates (i.e., add a trusted certificate to the configuration). In the old naming scheme we would have to call it cfg-add which is already taken. In the new scheme we will call it crt-add. | |||||
2016-06-18 | Offer to update dependents in pkg-build, add options to pkg-{build,drop} | Boris Kolpackov | 7 | -32/+167 | |
2016-06-18 | Fix test.sh not to collapse several consecutive spaces into the single one ↵ | Karen Arutyunov | 1 | -3/+3 | |
in repository locations | |||||
2016-06-18 | Fix test.sh to work in MSYS2 | Karen Arutyunov | 1 | -1/+1 | |
2016-06-18 | Exclude some test cases for MSYS | Karen Arutyunov | 1 | -21/+30 | |
2016-06-18 | Quote build2 operations arguments | Karen Arutyunov | 4 | -12/+15 | |
2016-06-15 | Update odb.sh | Boris Kolpackov | 1 | -5/+5 | |
2016-05-31 | Remove %[.M] specifier from the certificate dates parsing format string | Karen Arutyunov | 1 | -11/+10 | |
2016-05-31 | Remove redundant comma escaping in certificate authentication prompt | Karen Arutyunov | 1 | -1/+30 | |
2016-05-31 | Port to MinGW | Karen Arutyunov | 8 | -49/+124 | |
2016-05-04 | Fix repository authentication test cases | Karen Arutyunov | 1 | -6/+12 | |
2016-05-04 | Add support for repository authentication | Karen Arutyunov | 144 | -227/+2254 | |
2016-04-26 | Bump version to 0.4.0-a1, master is open for business | Boris Kolpackov | 5 | -12/+12 | |
2016-04-23 | Update NEWS file0.3.0 | Boris Kolpackov | 1 | -0/+5 | |
2016-04-23 | Unless name ends with a separator don't try it as package directory in pkg-build | Boris Kolpackov | 3 | -33/+44 | |
2016-04-23 | Delay checking dependents until we know which of them are up/downgraded | Boris Kolpackov | 2 | -56/+82 | |
2016-04-23 | Revert revision ignoring in satisfy(constraint, constraint) | Boris Kolpackov | 3 | -13/+14 | |
2016-04-22 | Ignore unspecified revision in comparison in satisfies() | Boris Kolpackov | 1 | -10/+22 | |
2016-04-22 | Bump version to 0.3.0 | Boris Kolpackov | 5 | -11/+11 | |
2016-04-22 | Update NEWS file | Boris Kolpackov | 1 | -6/+6 | |
2016-04-22 | Fix few bugs in .cli files | Karen Arutyunov | 2 | -3/+3 | |
2016-04-21 | Update submodules | Boris Kolpackov | 1 | -0/+0 | |
2016-04-12 | Set common variables in pkg-* commands on the whole configuration | Boris Kolpackov | 11 | -33/+50 | |
This makes a difference, for example, in pkg-install where install.root is needed by prerequisites. | |||||
2016-03-15 | Add NEWS files | Boris Kolpackov | 2 | -1/+24 | |