public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [PATCH 0/5] Various setup patches
@ 2011-04-24 13:06 Jon TURNEY
  2011-04-24 13:06 ` [PATCH 2/5] Allow setup to parse more than 3 versions from the setup.ini file Jon TURNEY
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Jon TURNEY @ 2011-04-24 13:06 UTC (permalink / raw)
  To: cygwin-apps; +Cc: Jon TURNEY

A smorgasbord of setup patches for your delectation

Jon TURNEY (5):
  Restore and fix up the rules for building and uploading snapshots
  Allow setup to parse more than 3 versions from the setup.ini file
  Report overall progress while md5summing packages
  Update progress display when download phase starts
  Add a self-update mechanism for setup.exe

 Makefile.am                                     |   17 ++++
 PackageTrust.h                                  |    2 +-
 download.cc                                     |    4 +
 ini.cc                                          |   78 ++++++++++++++--
 inilex.ll                                       |    1 +
 iniparse.yy                                     |    3 +-
 install.cc                                      |   27 ++++++
 libgetopt++/include/getopt++/DefaultFormatter.h |    6 +-
 main.cc                                         |  115 ++++++++++++++++++++++-
 res.rc                                          |    3 +-
 resource.h                                      |    1 +
 threebar.cc                                     |   14 +++-
 threebar.h                                      |    1 +
 13 files changed, 256 insertions(+), 16 deletions(-)

-- 
1.7.4

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

end of thread, other threads:[~2011-07-25 14:45 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-24 13:06 [PATCH 0/5] Various setup patches Jon TURNEY
2011-04-24 13:06 ` [PATCH 2/5] Allow setup to parse more than 3 versions from the setup.ini file Jon TURNEY
2011-04-24 16:10   ` Christopher Faylor
2011-04-29 14:23     ` Jon TURNEY
2011-04-29 15:30       ` Christopher Faylor
2011-04-30 10:12         ` Reini Urban
2011-05-19 16:36           ` Christopher Faylor
2011-04-24 13:06 ` [PATCH 4/5] Update progress display when download phase starts Jon TURNEY
2011-04-24 16:14   ` Christopher Faylor
2011-04-24 13:06 ` [PATCH 3/5] Report overall progress while md5summing packages Jon TURNEY
2011-04-24 16:14   ` Christopher Faylor
2011-07-22 13:02     ` [PATCH] Fix a cosmetic problem when there are no packages to install Jon TURNEY
2011-07-22 14:12       ` Corinna Vinschen
2011-07-25 14:45         ` Jon TURNEY
2011-04-24 13:06 ` [PATCH 1/5] Restore and fix up the rules for building and uploading snapshots Jon TURNEY
2011-04-24 16:13   ` Christopher Faylor
2011-04-29 14:23     ` Jon TURNEY
2011-04-29 15:18       ` Christopher Faylor
2011-04-24 13:06 ` [PATCH 5/5] Add a self-update mechanism for setup.exe Jon TURNEY
2011-04-24 16:18   ` Christopher Faylor
2011-04-29 13:26     ` 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).