macbishop
bb477f8d10
Added test that tclap does not define any hard symbols (bug 1907017)
2008-05-21 21:21:56 +00:00
mes5k
3568b89480
added a new include to support exit in environments where it isnt defined
2008-05-13 19:04:40 +00:00
mes5k
cad795c4b8
tweaked tests to support dashes in arg names
2008-05-06 06:02:02 +00:00
mes5k
e8a8b330e3
allowed dash char in arg names
2008-05-06 05:28:12 +00:00
zeekec
b70cb7e1c8
Added Traits files to the list of files to be installed.
2008-01-18 23:05:57 +00:00
macbishop
e021e21520
Refactoring of the arg-traits functionality. The purpose is to make it
...
easier to make you own classes, and types defined in the standard
library work well with tclap. I'll try to write up some documenation
of how to achieve this as-well.
2007-10-09 18:18:51 +00:00
mes5k
a560fc1b62
added attribution
2007-10-02 06:33:13 +00:00
mes5k
fd13a77ccc
fixed a warning message
2007-10-02 06:30:44 +00:00
mes5k
1edfa65f88
a bug fix for parsing vectors of strings and making sure that combined switches dont get confused
2007-10-02 06:27:42 +00:00
mes5k
f2f8b8d2bc
added inline
2007-09-27 20:49:42 +00:00
mes5k
891ad51730
fixed the delimiter in Arg::longID and Arg::shortID
2007-09-13 02:09:48 +00:00
macbishop
b4787eb4bd
Suppress some warnings, compile with -Wextra by default
2007-09-01 08:17:24 +00:00
macbishop
00f07eb977
Use ArgTraits instead of ValueExtractor specialization Bug 1711487
2007-06-14 21:02:01 +00:00
macbishop
847b8c9478
Run CmdLine::parse with argv as pointer to const pointer to const char
2007-05-02 20:11:18 +00:00
mes5k
37c112ddab
changed the blankChar to the bell character instead of *
2007-04-21 05:28:42 +00:00
mes5k
3e70af604d
added patches for ZSH and DocBook output
2007-03-04 19:28:57 +00:00
mes5k
df1f8e9938
added a new parse method that accepts a vector
2007-03-04 19:08:17 +00:00
macbishop
a5161226b8
Supressed some warnings
2007-02-17 14:59:52 +00:00
macbishop
e0a835388b
Catch ExitException and exit. This allows all resources used during
...
parsing to be released, bug 1662188.
2007-02-17 14:59:30 +00:00
macbishop
0953ea9976
raise ExitException instead of calling exit
2007-02-17 14:57:53 +00:00
macbishop
ce79a6fa1c
Added exit-exception class
2007-02-17 14:54:00 +00:00
macbishop
0363ecf25d
Exit with exit status 1 if a test fails (required by runtests.sh)
2007-02-17 14:52:51 +00:00
macbishop
17f112d4c2
Run the correct tests (not 0)
2007-02-17 14:52:15 +00:00
macbishop
d2f767ddc7
Supressed warnings
2007-02-17 14:51:33 +00:00
mes5k
05244fae62
minor change to support a bug in VisualC++ 2005
2007-02-08 02:12:56 +00:00
mes5k
7f430ddf5c
updated docs to reflect that Output must handle the exit rather than the CmdLine object
2006-11-26 18:42:51 +00:00
mes5k
6b2cb3ab1d
moved exit from CmdLine to StdOutput to provide users more control over when/how the exit happens
2006-11-26 18:32:04 +00:00
mes5k
3718682c6d
added exit() to failure method
2006-11-26 18:29:52 +00:00
mes5k
a8c7660076
fixed typo in SwitchArg constructors
2006-11-26 18:13:18 +00:00
mes5k
54db78bd97
printing more useful message when missing required args and catching ArgException reference
2006-11-04 22:05:32 +00:00
mes5k
db4133a981
made a fix for a bug where - chars were within unlabeled value args
2006-10-06 16:49:15 +00:00
mes5k
ccf8ea17f1
minor tweak to a min function signature
2006-08-22 06:13:56 +00:00
mes5k
8bd9b8c0f2
updated for 1.1.0
rel-1-1-0
2006-08-19 03:05:26 +00:00
mes5k
216b2cddc9
new author
2006-08-19 03:04:30 +00:00
mes5k
fda3345563
so that m4 macros will be included in release files to ease incorporation of tclap in other projects
2006-05-15 00:55:59 +00:00
mes5k
1a066c1d42
removed a deprecated constructor
2006-05-15 00:36:36 +00:00
mes5k
8131d4b75c
manual update
2006-05-15 00:35:29 +00:00
mes5k
a91b1c31fd
added m4 macros to help others distributing the software and updated the version number
2006-05-14 20:11:24 +00:00
mes5k
74fa0acb16
for some reason, the AS_HELP_STRING function was messing up autoconf 2.57 -- maybe that's just an old version? We can change it back as necessary
2006-05-14 19:52:56 +00:00
mes5k
6652bf6577
SwitchArg interface change
2006-05-14 19:51:06 +00:00
macbishop
e7f9d30e5d
Updated the example
2006-04-18 10:59:16 +00:00
mes5k
d45405908c
patch for a mem leak in ArgException
2006-04-06 06:44:26 +00:00
mes5k
288e8f500e
added virtual destructors
2006-03-18 19:16:35 +00:00
zeekec
3c249e8847
Use local header files first instead of installed headers.
2006-02-22 02:15:14 +00:00
zeekec
d14126da9b
Added ACLOCAL_AMFLAGS for autoreconf.
2006-02-22 02:12:15 +00:00
zeekec
0301639b84
Moved the requires, header check, and language save and restore outside of the cache check.
2006-02-22 02:10:28 +00:00
zeekec
6717c894d0
Removed timestamp files (generated by configure).
2006-02-21 12:00:39 +00:00
zeekec
e5a757999f
Added virtual destructor to silence warnings.
2006-02-21 11:05:15 +00:00
zeekec
c307e0c32a
Generated with cvs2cl.
2006-02-21 11:01:46 +00:00
mes5k
14d1dc69bf
added gcc warning patch
2005-09-10 23:25:43 +00:00