Home
last modified time | relevance | path

Searched hist:e85334022eac93e41fc48b61784336b25ea2bbc3 (Results 1 – 12 of 12) sorted by relevance

/haiku/src/kits/package/hpkg/
H A DRepositoryContentHandler.cppe85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.
H A DRepositoryReaderImpl.cppe85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.
H A DRepositoryWriterImpl.cppe85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.
H A DWriterImplBase.cppe85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.
/haiku/headers/os/package/hpkg/
H A DRepositoryContentHandler.he85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.
H A DPackageAttributes.he85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.
/haiku/headers/private/package/hpkg/
H A DRepositoryReaderImpl.he85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.
H A DWriterImplBase.he85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.
/haiku/src/kits/package/
H A DRepositoryCache.cppe85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.
H A DJamfilee85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.
/haiku/src/bin/package_repo/
H A Dcommand_list.cppe85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.
/haiku/src/build/libpackage/
H A DJamfilee85334022eac93e41fc48b61784336b25ea2bbc3 Thu Jul 04 17:20:14 UTC 2013 Ingo Weinhold <ingo_weinhold@gmx.de> Repository file format: group attributes of a package

* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
only in a repository file) to group the attributes belonging to a
package.
* BRepositoryContentHandler:
- No longer derive from BPackageContentHandler.
- Add hooks HandlePackage() and HandlePackageDone() that bracket the
attributes for a package. This is more explicit and robust than
handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
duplicate the code for reading a package info from package info
attributes.