/haiku/src/kits/package/hpkg/ |
H A D | RepositoryContentHandler.cpp | e85334022eac93e41fc48b61784336b25ea2bbc3 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 D | RepositoryReaderImpl.cpp | e85334022eac93e41fc48b61784336b25ea2bbc3 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 D | RepositoryWriterImpl.cpp | e85334022eac93e41fc48b61784336b25ea2bbc3 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 D | WriterImplBase.cpp | e85334022eac93e41fc48b61784336b25ea2bbc3 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 D | RepositoryContentHandler.h | e85334022eac93e41fc48b61784336b25ea2bbc3 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 D | PackageAttributes.h | e85334022eac93e41fc48b61784336b25ea2bbc3 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 D | RepositoryReaderImpl.h | e85334022eac93e41fc48b61784336b25ea2bbc3 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 D | WriterImplBase.h | e85334022eac93e41fc48b61784336b25ea2bbc3 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 D | RepositoryCache.cpp | e85334022eac93e41fc48b61784336b25ea2bbc3 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 D | Jamfile | e85334022eac93e41fc48b61784336b25ea2bbc3 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 D | command_list.cpp | e85334022eac93e41fc48b61784336b25ea2bbc3 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 D | Jamfile | e85334022eac93e41fc48b61784336b25ea2bbc3 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.
|