]> git.mxchange.org Git - simgear.git/commit
Package support hacking
authorJames Turner <zakalawe@mac.com>
Wed, 12 Aug 2015 21:22:59 +0000 (14:22 -0700)
committerJames Turner <zakalawe@mac.com>
Mon, 21 Sep 2015 00:34:51 +0000 (19:34 -0500)
commit60a0c51e2b6b41f4d9584bd9a68553e12c52a0a7
treea07d401b7c35eb03ea2b36a0de840f66d26b0a2d
parent70c5d605641b628039f75cb8761ce783a17a5bdf
Package support hacking

- rename failure code to status code, and add more to handle
  cancellation.
- change caching of active Installs from Catalog to Root, to clarify
  ownership
- expose download status on Install
- adjust Delegate signatures to pass more information
simgear/package/Catalog.cxx
simgear/package/Catalog.hxx
simgear/package/Delegate.hxx
simgear/package/Install.cxx
simgear/package/Install.hxx
simgear/package/Package.cxx
simgear/package/Package.hxx
simgear/package/Root.cxx
simgear/package/Root.hxx
simgear/package/pkgutil.cxx