#
8b5f785b |
| 27-Mar-2024 |
X512 <danger_mail@list.ru> |
kits/package: allow to set BPackageResolvable to parsed string
Change-Id: I8ebb46b12a8af229d05994eb3cdd2d8180edc903 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7555 Tested-by: Commit checker
kits/package: allow to set BPackageResolvable to parsed string
Change-Id: I8ebb46b12a8af229d05994eb3cdd2d8180edc903 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7555 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
#
92b07297 |
| 18-Aug-2018 |
Murai Takashi <tmurai01@gmail.com> |
Packagekit: Fix -Wmismatched-tags
Replace 'class' with 'struct', since they are already defined as 'struct' in PackageInfoAttributeValue.h Pointed by clang [-Wmismatched-tags]
Change-Id: I094d32c34
Packagekit: Fix -Wmismatched-tags
Replace 'class' with 'struct', since they are already defined as 'struct' in PackageInfoAttributeValue.h Pointed by clang [-Wmismatched-tags]
Change-Id: I094d32c3444fe4299a3afe0872ade296f92debf9 Reviewed-on: https://review.haiku-os.org/471 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
#
9f81ca83 |
| 27-Sep-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Merge branch 'package-management'
Conflicts: src/preferences/network/Jamfile
|
#
df295396 |
| 13-May-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Remove resolvable provides type
* Remove BPackageResolvableType and respective property from BPackageResolvable. * Remove package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE_PROVIDES_TYPE.
|
#
a84e14ca |
| 16-Dec-2011 |
Alex Wilson <yourpalal2@gmail.com> |
Merge branch 'master' of git://github.com/haiku/haiku
|
#
4438ef7a |
| 27-Jun-2011 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
BPackageResolvable: Add compatibleVersion property
|
#
c2f56ca0 |
| 27-Jun-2011 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
BPackageResolvable: Add compatibleVersion property
|
#
0d68f6af |
| 09-Feb-2011 |
Oliver Tappe <zooey@hirschkaefer.de> |
Implemented repository writing: * fleshed out RepositoryWriterImpl * renamed BRepositoryHeader to BRepositoryInfo (in accordance with BPackageInfo) * adjusted BRepositoryInfo to be able to parse it
Implemented repository writing: * fleshed out RepositoryWriterImpl * renamed BRepositoryHeader to BRepositoryInfo (in accordance with BPackageInfo) * adjusted BRepositoryInfo to be able to parse itself from a driver_settings file * added package_repo binary (only 'create' works as of yet)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40405 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
ceb993ab |
| 04-Feb-2011 |
Oliver Tappe <zooey@hirschkaefer.de> |
* rename AsString() methods to ToString() as suggested by Ingo (following the naming used by other classes)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40356 a95241bf-73f2-0310-859d-f6bbb5
* rename AsString() methods to ToString() as suggested by Ingo (following the naming used by other classes)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40356 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
6f0278cd |
| 04-Feb-2011 |
Oliver Tappe <zooey@hirschkaefer.de> |
Implemented reading of package info attributes from hpkg file * added kernel-compatible datatypes for reading package info attribute values (PackageInfoAttributeValue.h) - these will be used at a
Implemented reading of package info attributes from hpkg file * added kernel-compatible datatypes for reading package info attribute values (PackageInfoAttributeValue.h) - these will be used at a later stage by the package-fs to transport those attributes to userland when asked to do so (by ioctl) * implemented parsing of package info attributes in PackageReaderImpl * added support for compressed package attribute section to PackageReaderImpl * completed the writing of package info attributes in PackageWriterImpl and fixed a couple of bugs exposed by parsing * adjusted 'package list' to show the package info attributes as they are found
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40354 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
2f7778f3 |
| 01-Feb-2011 |
Oliver Tappe <zooey@hirschkaefer.de> |
* added some missing method implementations in BPackageResolvable and BPackageResolvableExpression * switched GetAsString() to a AsString() as that's much more convenient and nothing can go wrong
* added some missing method implementations in BPackageResolvable and BPackageResolvableExpression * switched GetAsString() to a AsString() as that's much more convenient and nothing can go wrong anyway
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40347 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
3aeae97f |
| 29-Jan-2011 |
Oliver Tappe <zooey@hirschkaefer.de> |
* added type-support to BPackageResolvable * split BPackageResolvable, BPackageResolvableExpression and BPackageVersion into separate files
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@403
* added type-support to BPackageResolvable * split BPackageResolvable, BPackageResolvableExpression and BPackageVersion into separate files
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40316 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|