This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/5] Various setup patches


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]