public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* libgetopt++ ./ChangeLog ./Makefile.am include/ ...
@ 2012-02-23 14:31 jturney
  0 siblings, 0 replies; 3+ messages in thread
From: jturney @ 2012-02-23 14:31 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	libgetopt++
Changes by:	jturney@sourceware.org	2012-02-23 14:31:23

Modified files:
	.              : ChangeLog Makefile.am 
Added files:
	include/getopt++: StringArrayOption.h 
	src            : StringArrayOption.cc 

Log message:
	Add infrastructure for handling string options which are repeated
	
	2011-05-30 SZAVAI Gyula <szgyg@ludens.elte.hu>
	* libgetopt++/src/StringArrayOption.cc: New file.
	* libgetopt++/include/getopt++/StringArrayOption.h: New file.
	* libgetopt++/Makefile.am: Add new files.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libgetopt++/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/libgetopt++/Makefile.am.diff?cvsroot=cygwin-apps&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/StringArrayOption.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libgetopt++/src/StringArrayOption.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1


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

* libgetopt++ ./ChangeLog ./Makefile.am include/ ...
@ 2003-03-18 10:24 rbcollins
  0 siblings, 0 replies; 3+ messages in thread
From: rbcollins @ 2003-03-18 10:24 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	libgetopt++
Changes by:	rbcollins@sourceware.org	2003-03-18 10:24:14

Modified files:
	.              : ChangeLog Makefile.am 
	include/getopt++: OptionSet.h 
	src            : OptionSet.cc 
Added files:
	tests          : optioniterator.cc 

Log message:
	2003-03-18  Robert Collins  <rbtcollins@hotmail.com>
	
	* include/getopt++/OptionSet.h (OptionSet): Convert to use a vector.
	* src/OptionSet.cc: Convert array to vector use throughout.
	(OptionSet::optionsInSet): Implement external access to the available
	options.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/Makefile.am.diff?cvsroot=cygwin-apps&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/OptionSet.h.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/OptionSet.cc.diff?cvsroot=cygwin-apps&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/tests/optioniterator.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1


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

* libgetopt++ ./ChangeLog ./Makefile.am include/ ...
@ 2002-04-20  0:35 rbcollins
  0 siblings, 0 replies; 3+ messages in thread
From: rbcollins @ 2002-04-20  0:35 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	libgetopt++
Changes by:	rbcollins@sources.redhat.com	2002-04-20 00:35:05

Modified files:
	.              : ChangeLog Makefile.am 
	include/getopt++: BoolOption.h Option.h OptionSet.h 
	src            : BoolOption.cc OptionSet.cc 
Added files:
	include/getopt++: StringOption.h 
	src            : StringOption.cc 

Log message:
	2002-04-20  Robert Collins  <rbtcollins@hotmail.com>
	
	* Makefile.am (libgetopt___la_SOURCES): Add OptionSet.cc and
	StringOption.cc for new functionality.
	(getoptinclude_HEADERS): Install the new headers.
	* include/getopt++/BoolOption.h (BoolOption::shortOption): Change
	to align with new Option header.
	* include/getopt++/Option.h (Option::shortOption): Change to allow
	short options with arguments.
	* include/getopt++/OptionSet.h: Implement ParameterUsage to show
	program options.
	Change Process to include a fallback OptionSet - for picking up
	non-option arguments.
	* include/getopt++/StringOption.h: New file.
	* src/BoolOption.cc (BoolOption::shortOption): Change as per the header.
	* src/OptionSet.cc (OptionSet::Process): Pass on umnparameterised
	arguments.
	(OptionSet::ParameterUsage): Implement.
	* src/StringOption.cc: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/Makefile.am.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/StringOption.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/BoolOption.h.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/Option.h.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/include/getopt++/OptionSet.h.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/StringOption.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/BoolOption.cc.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libgetopt++/src/OptionSet.cc.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2


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

end of thread, other threads:[~2012-02-23 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-23 14:31 libgetopt++ ./ChangeLog ./Makefile.am include/ jturney
  -- strict thread matches above, loose matches on Subject: below --
2003-03-18 10:24 rbcollins
2002-04-20  0:35 rbcollins

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).