haiku/headers/os/package
Ingo Weinhold 711a2a6eea BPackageInfoSet: Add copy constructor, assignment operator
* Implement copy-on-write support.
* Add copy constructor and assignment operator.
* Remove Init(). Initialize lazily instead. Since AddInfo() can fail
  and we check initialization anyway, there's no point in having an
  explicit Init(). Given that there was only one invocation of Init()
  in the package kit and its users, it was very likely missing in some
  places.
* Fix a few places where we ignored that the PackageMap actually
  contains lists of PackageInfo objects.
2013-04-13 02:08:43 +02:00
..
hpkg Add BNoErrorOutput to package kit 2013-04-01 23:17:25 +00:00
solver BSolver::Install(): Add optional unmatched specifier return param 2013-04-12 14:21:54 +02:00
AddRepositoryRequest.h Mostly style-related changes to package kit: 2011-01-25 17:07:27 +00:00
Attributes.h More work on package kit: 2011-01-27 23:17:03 +00:00
BlockBufferCacheNoLock.h * moved BlockBufferCacheNoLock into package kit 2011-02-14 17:22:31 +00:00
Context.h Mostly style-related changes to package kit: 2011-01-25 17:07:27 +00:00
DropRepositoryRequest.h more work on package kit: 2011-01-25 19:36:09 +00:00
Job.h Mostly style-related changes to package kit: 2011-01-25 17:07:27 +00:00
PackageArchitecture.h * fix value of all enumeration types that are stored as part of a 2011-02-15 18:33:19 +00:00
PackageDefs.h Add BPackageRoster::GetActivePackages() 2011-07-17 16:55:22 +02:00
PackageFlags.h * implemented checking of licenses, such that it is no longer possible 2011-02-08 19:50:36 +00:00
PackageInfo.h BPackageInfo: Add GetConfigString() and ToString() 2013-04-11 00:37:25 +02:00
PackageInfoAttributes.h Add a package info "install-path" attribute 2011-07-17 16:55:14 +02:00
PackageInfoContentHandler.h Add class BPackageInfoContentHandler 2011-07-17 16:55:21 +02:00
PackageInfoSet.h BPackageInfoSet: Add copy constructor, assignment operator 2013-04-13 02:08:43 +02:00
PackageResolvable.h BPackageResolvable: Add compatibleVersion property 2011-07-17 16:54:38 +02:00
PackageResolvableExpression.h Implemented repository writing: 2011-02-09 19:11:23 +00:00
PackageResolvableOperator.h * fix value of all enumeration types that are stored as part of a 2011-02-15 18:33:19 +00:00
PackageResolvableType.h * fix value of all enumeration types that are stored as part of a 2011-02-15 18:33:19 +00:00
PackageRoster.h Add BPackageRoster::GetActivePackages() 2011-07-17 16:55:22 +02:00
PackageVersion.h BPackageVersion: Make version string constructor explicit 2013-04-11 00:36:10 +02:00
RefreshRepositoryRequest.h Mostly style-related changes to package kit: 2011-01-25 17:07:27 +00:00
RepositoryCache.h Pull class BPackageInfoSet out of BRepositoryCache 2011-07-17 16:55:21 +02:00
RepositoryConfig.h more work on package kit: 2011-01-25 19:36:09 +00:00
RepositoryInfo.h Use BStringList in package kit 2011-07-17 16:55:20 +02:00
Request.h Mostly style-related changes to package kit: 2011-01-25 17:07:27 +00:00