public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [PATCH setup 00/15] Various setup patches
@ 2017-05-16 11:49 Jon Turney
  2017-05-16 11:49 ` [PATCH setup 04/15] Remove packageversion::sources(), only packageversion::source() is useful Jon Turney
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Jon Turney @ 2017-05-16 11:49 UTC (permalink / raw)
  To: cygwin-apps; +Cc: Jon Turney

Still lacking a convenient river to divert to wash out the filth

Jon Turney (15):
  Add Makefile rule to rename build products to form used when uploading
  Don't bother storing prev version
  Rename "Internet Explorer Proxy Settings" to "System Proxy Settings"
  Remove packageversion::sources(), only packageversion::source() is
    useful
  Remove unused forward declaration of non-existent class category
  Remove unneeded virtual from class packagesource's methods
  Simplify class packagesource
  Fix comments and indentation in check_for_cached
  Initial setting of trust should be TRUST_CURR
  Change PackageSpecification::_operator to an enum
  Remove useless PackageSpecification methods
  Stop pretending to support complex dependencies
  All, rather than just the first (usually current) version should get
    dependencies
  Make PackageDepends a type
  Add some progress reporting during preremove and uninstall

 IniDBBuilderPackage.cc  | 69 ++++++++++------------------------------
 IniDBBuilderPackage.h   |  6 ++--
 Makefile.am             |  6 ++++
 PackageSpecification.cc | 84 +++++++++++++++++++------------------------------
 PackageSpecification.h  | 49 ++++++++++-------------------
 PickView.cc             |  3 +-
 configure.ac            |  3 ++
 desktop.cc              |  1 -
 download.cc             | 53 +++++++++++--------------------
 iniparse.yy             | 16 +++++-----
 install.cc              | 29 ++++++++++-------
 package_db.cc           | 27 +++++++---------
 package_depends.h       | 21 +++++++++++++
 package_meta.cc         | 10 ++----
 package_meta.h          |  7 ++---
 package_source.cc       | 48 +++-------------------------
 package_source.h        | 64 +++++++------------------------------
 package_version.cc      | 60 ++++++++++++-----------------------
 package_version.h       | 21 +++++--------
 prereq.cc               | 12 +++----
 res.rc                  |  3 +-
 resource.h              |  1 -
 22 files changed, 204 insertions(+), 389 deletions(-)
 create mode 100644 package_depends.h

-- 
2.12.3

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-05-23 17:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-16 11:49 [PATCH setup 00/15] Various setup patches Jon Turney
2017-05-16 11:49 ` [PATCH setup 04/15] Remove packageversion::sources(), only packageversion::source() is useful Jon Turney
2017-05-16 11:49 ` [PATCH setup 02/15] Don't bother storing prev version Jon Turney
2017-05-16 11:49 ` [PATCH setup 01/15] Add Makefile rule to rename build products to form used when uploading Jon Turney
2017-05-16 11:49 ` [PATCH setup 05/15] Remove unused forward declaration of non-existent class category Jon Turney
2017-05-16 11:49 ` [PATCH setup 03/15] Rename "Internet Explorer Proxy Settings" to "System Proxy Settings" Jon Turney
2017-05-16 11:49 ` [PATCH setup 06/15] Remove unneeded virtual from class packagesource's methods Jon Turney
2017-05-16 11:50 ` [PATCH setup 07/15] Simplify class packagesource Jon Turney
2017-05-16 11:51 ` [PATCH setup 09/15] Initial setting of trust should be TRUST_CURR Jon Turney
2017-05-16 11:51 ` [PATCH setup 08/15] Fix comments and indentation in check_for_cached Jon Turney
2017-05-23 17:34   ` Achim Gratz
2017-05-16 11:58 ` [PATCH setup 10/15] Change PackageSpecification::_operator to an enum Jon Turney
2017-05-16 11:58   ` [PATCH setup 12/15] Stop pretending to support complex dependencies Jon Turney
2017-05-16 11:58   ` [PATCH setup 11/15] Remove useless PackageSpecification methods Jon Turney
2017-05-16 11:59   ` [PATCH setup 13/15] All, rather than just the first (usually current) version should get dependencies Jon Turney
2017-05-16 12:00   ` [PATCH setup 14/15] Make PackageDepends a type Jon Turney
2017-05-16 12:04   ` [PATCH setup 15/15] Add some progress reporting during preremove and uninstall Jon Turney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).