index
:
libbpkg
build2-control
dist-values
master
test
build2 package manager library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-30
Add package_manifest constructor that translates package version
Karen Arutyunov
4
-118
/
+205
2019-01-28
Fix package_manifest class not to throw logic_error on parsing/serializing
Karen Arutyunov
1
-4
/
+4
2019-01-16
Update copyright year
Karen Arutyunov
24
-24
/
+24
2019-01-15
Add support for $ in package manifest dependency constraint
Karen Arutyunov
4
-153
/
+592
2019-01-08
Add package_manifest::load_files() function loading file-* values
Karen Arutyunov
2
-3
/
+48
2018-12-11
Add support for build configuration class inheritance
Karen Arutyunov
4
-19
/
+93
2018-12-03
Suppress MSVC warnings at project level
Karen Arutyunov
2
-0
/
+12
2018-12-01
Add commented out builds value to manifest
Karen Arutyunov
1
-0
/
+1
2018-11-29
Add support for builds manifest value
Karen Arutyunov
6
-3
/
+737
2018-11-16
Fix broken repository_location constructor
Karen Arutyunov
1
-4
/
+5
2018-11-16
Add support for repository typed URLs (git+https://..., etc)
Karen Arutyunov
3
-23
/
+216
2018-11-08
Add support for ssh:// git protocol
Karen Arutyunov
3
-6
/
+31
2018-11-06
Add build-warning-email and build-error-email package manifest values
Karen Arutyunov
3
-1
/
+31
2018-10-09
Adapt to basic_url API change
Karen Arutyunov
3
-39
/
+64
2018-09-12
Bump version to 0.9.0-a.0.z, master is open for business
Boris Kolpackov
1
-2
/
+2
2018-09-11
Bump version to 0.8.0
v0.8.0
Boris Kolpackov
1
-2
/
+2
2018-09-10
Update NEWS file
Boris Kolpackov
1
-0
/
+13
2018-08-31
Add package manifest flags
Karen Arutyunov
2
-19
/
+101
2018-08-04
Add package_manifest::serialize_header()
Karen Arutyunov
2
-81
/
+104
2018-07-25
Move bpkg::package_name class to butl::project_name
Karen Arutyunov
2
-288
/
+2
2018-07-25
Add package_name::{base,extension,variable}()
Boris Kolpackov
2
-1
/
+52
2018-07-11
Add project manifest value
Karen Arutyunov
1
-1
/
+2
2018-07-11
Add support for package project manifest value
Karen Arutyunov
3
-0
/
+22
2018-07-09
Make repository_url(string) to throw invalid_argument for empty string
Karen Arutyunov
3
-2
/
+7
2018-07-05
Add repositories.manifest
Boris Kolpackov
1
-0
/
+6
2018-07-05
Guess repository type for relative locations and consider git type for all lo...
Karen Arutyunov
3
-36
/
+35
2018-07-04
Remove passing redundant optional argument to dir_exists()
Karen Arutyunov
1
-2
/
+1
2018-06-28
Bump build2 version requirement to 0.8.0
Boris Kolpackov
1
-2
/
+2
2018-06-20
Regularize .gitignore files
Karen Arutyunov
3
-0
/
+10
2018-06-15
Default version epoch to one
Karen Arutyunov
3
-29
/
+69
2018-06-12
Make project url and email optional in package manifest
Karen Arutyunov
2
-10
/
+9
2018-06-01
Remove target/scope irregularity workarounds
Karen Arutyunov
1
-1
/
+1
2018-05-31
Bump version to 0.8.0-a.0.z, master is open for business
Boris Kolpackov
1
-2
/
+2
2018-05-30
Allow trailing plus in package names (think libc++)
0.7.0
Boris Kolpackov
2
-3
/
+3
2018-05-29
Bump version to 0.7.0
Boris Kolpackov
1
-2
/
+2
2018-05-29
Update NEWS file
Boris Kolpackov
1
-0
/
+18
2018-05-29
Minor terminology update (package/project dependency manager)
Boris Kolpackov
2
-4
/
+4
2018-05-24
Add package_name class
Karen Arutyunov
4
-63
/
+266
2018-05-21
Add validate_package_name() function, validate manifest package names
Karen Arutyunov
3
-11
/
+161
2018-05-19
Update copyright year
Karen Arutyunov
20
-20
/
+20
2018-05-19
Get rid of doc{version} and types for testscript and manifest in buildfiles
Karen Arutyunov
4
-15
/
+3
2018-05-10
Add dependency_constraint(string) ctor
Karen Arutyunov
2
-190
/
+181
2018-05-05
Add support for dependency constraint shortcut operators
Karen Arutyunov
2
-7
/
+79
2018-05-04
Change version epoch syntax from '<num>~' to '+<num>-'
Karen Arutyunov
3
-128
/
+118
2018-05-04
Adjust to new scope syntax
Karen Arutyunov
1
-1
/
+1
2018-05-03
Make base repository manifest optional
Karen Arutyunov
3
-321
/
+343
2018-05-03
Add support for dependent repository trust
Karen Arutyunov
3
-4
/
+62
2018-05-01
Add support for default and excluding git ref filters
Karen Arutyunov
3
-35
/
+73
2018-04-24
Add fragment manifest value
Karen Arutyunov
3
-0
/
+94
2018-04-19
Add support for comma-separated list of git reference filter
Karen Arutyunov
3
-9
/
+46
[next]