index
:
bpkg
0.2
bindist
build2-config
buildfile-install
ci
dep-config
dep-config-bak
dep-config-neg
dep-config-neg.bak
dep-config-take-1
dep-config.bak
dep-doc
hidden-config-class
inproc-configure
mask-repos-old
master
status-all
sys-install
sys-install-fedora.bak
sys-install-multiple-versions
build2 package dependency manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-04
Add support for specifying package archive and directory as a dependency for ...
Karen Arutyunov
8
-271
/
+1899
2023-08-04
Fix pkg-build which could leave orphan dependency unchanged in up/downgrade+d...
Karen Arutyunov
2
-14
/
+82
2023-08-04
Fix pkg-fetch which failed to re-fetch same package version in --replace mode
Karen Arutyunov
8
-9
/
+132
2023-07-31
Fix unexpected 'no package available for dependency' error when building from...
Karen Arutyunov
10
-12
/
+282
2023-07-28
Add another test case for pkg_configure() flaws
Karen Arutyunov
4
-9
/
+61
2023-07-28
Fix inability to fetch repository containing toolchain-unsatisfied packages (...
Karen Arutyunov
12
-9
/
+171
2023-07-28
Fix unexpected 'manual configuration of dependents with prefer or require cla...
Karen Arutyunov
11
-68
/
+458
2023-07-25
Advice user to re-fetch repositories if package fetch ends up with 404 HTTP s...
Karen Arutyunov
5
-78
/
+242
2023-07-25
Ignore version iteration in satisfies() overloads (GH issue #293)
Karen Arutyunov
3
-7
/
+23
2023-07-25
Fix test which fails on Windows for config.bpkg.tests.remote=true
Karen Arutyunov
1
-0
/
+2
2023-07-20
Don't creare new configuration cluster for dependency which already belongs t...
Karen Arutyunov
1
-3
/
+20
2023-07-20
Fix re-evaluating multiple existing dependents with config clause of common d...
Karen Arutyunov
2
-19
/
+138
2023-07-19
Don't reconfigure re-evaluated dependent if it's dependencies are not reconfi...
Karen Arutyunov
4
-10
/
+126
2023-07-19
Don't reconfigure dependency if negotiated configuration doesn't change
Karen Arutyunov
8
-55
/
+164
2023-07-19
Fix bug in example in documentation
Boris Kolpackov
1
-14
/
+14
2023-07-05
Change version to 0.17.0-a.0.z
Boris Kolpackov
2
-7
/
+7
2023-06-30
Release version 0.16.0
v0.16.0
Boris Kolpackov
2
-9
/
+9
2023-06-30
Allow re-adding identical dependency to non-existent dependent
Boris Kolpackov
1
-5
/
+13
2023-06-29
Fix assertion failure in package_skeleton::reload_defaults()
Karen Arutyunov
1
-4
/
+24
2023-06-29
Add sudo to apt-get, dnf commands in bpkg-pkg-bindist(1)
Boris Kolpackov
1
-5
/
+5
2023-06-29
Minor tweak to NEWS file
Boris Kolpackov
1
-3
/
+3
2023-06-28
Update NEWS files
Boris Kolpackov
1
-0
/
+112
2023-06-28
Tweak example in manual to better reflect new functionality
Boris Kolpackov
1
-1
/
+1
2023-06-26
Suppress -Wdangling-reference GCC 13 warning
Karen Arutyunov
1
-0
/
+5
2023-06-26
Suppress -Wunqualified-std-cast-call Clang 15 warning
Karen Arutyunov
1
-0
/
+2
2023-06-26
Update .gitignore file
Karen Arutyunov
1
-0
/
+6
2023-06-26
Make sure pkg-bindist can produce .tar.xz on Mac OS
Boris Kolpackov
1
-1
/
+11
2023-06-24
Search for stubs in all configurations/repositories as a fallback when build ...
Karen Arutyunov
2
-26
/
+26
2023-06-22
Change 'deorphan' to 'replace' in build plan
Karen Arutyunov
2
-58
/
+58
2023-06-22
Fix pkg-build test
Karen Arutyunov
1
-1
/
+1
2023-06-21
Fix system_package_manager_fedora::install() to always specify system package...
Karen Arutyunov
2
-31
/
+35
2023-06-21
Add --mask-repository-uuid pkg-build option
Karen Arutyunov
6
-34
/
+185
2023-06-19
Add --dependent-exit pkg-drop option
Karen Arutyunov
3
-20
/
+47
2023-06-19
Add --mask-repository pkg-build option
Karen Arutyunov
13
-108
/
+1376
2023-06-15
Add --deorphan pkg-build option
Karen Arutyunov
30
-170
/
+2381
2023-06-15
Fix find() to avoid redundant checks
Karen Arutyunov
1
-21
/
+21
2023-06-11
Don't check for directory existence in simulate mode in pkg-unpack
Karen Arutyunov
1
-3
/
+3
2023-06-08
Handle exported buildfile installation in pkg-bindist
Boris Kolpackov
3
-3
/
+74
2023-06-07
Diagnose non-global variable specified with --build-option (GH issue #276)
Boris Kolpackov
1
-0
/
+11
2023-06-01
Increment version iteration number for selected non-external package regardle...
Karen Arutyunov
10
-162
/
+115
2023-05-30
Add progress indication for verifying and fixing up symlinks in pkg-checkout
Karen Arutyunov
3
-1
/
+17
2023-05-30
Document package-description* and changes-type manifest values and adapt test...
Karen Arutyunov
3
-65
/
+102
2023-05-25
Optimize build_packages::collect_order_dependents() to skip already visited d...
Karen Arutyunov
2
-8
/
+44
2023-05-24
Fix assertion failure in build_packages::collect_order_dependents()
Karen Arutyunov
1
-4
/
+12
2023-05-23
Optimize pkg-build by using cache for upgrade_dependencies()
Karen Arutyunov
1
-8
/
+61
2023-05-23
Postpone failure due to unsatisfied dependency constraint for existing dependent
Karen Arutyunov
6
-115
/
+394
2023-05-22
Add all src_root!=out_root packages as subprojects during in-process configure
Boris Kolpackov
1
-9
/
+9
2023-05-08
Adjust to build2::context::match_only type change
Boris Kolpackov
2
-10
/
+10
2023-04-24
Add usage of +bbot.bindist.upload: to example in manual
Karen Arutyunov
1
-1
/
+2
2023-04-20
Document support for package-specific config vars in *-build-config package m...
Karen Arutyunov
1
-2
/
+14
[next]