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 |
|
zeekec
|
f000413f39
|
Set INCLUDES to top_srcdir for out of source builds.
|
2005-07-13 03:36:46 +00:00 |
|
zeekec
|
e091b97f18
|
Add using toString statements (for gcc >= 3.4).
|
2005-07-13 03:33:44 +00:00 |
|
zeekec
|
85a8aa41b5
|
Properly quote BB_ENABLE_DOXYGEN.
|
2005-07-13 03:31:48 +00:00 |
|
mes5k
|
3d78a3f896
|
fixed spelling mistake
|
2005-06-08 15:28:56 +00:00 |
|
mes5k
|
ce60f03fd3
|
fix to handle optional unlabeled args
|
2005-06-03 02:35:10 +00:00 |
|
mes5k
|
7730bf0d62
|
Unlabeled changes
|
2005-06-03 02:33:49 +00:00 |
|
mes5k
|
d46a014716
|
updated docbook output
|
2005-02-03 23:04:35 +00:00 |
|
mes5k
|
ff6ad98c1e
|
add std:: prefix to some finds
|
2005-02-03 16:08:18 +00:00 |
|
zeekec
|
c2004dd60c
|
Made deleteOnExit's protected to facilitate derivation.
|
2005-02-01 21:35:37 +00:00 |
|
zeekec
|
d347db65b1
|
Removed autotools generated file.
|
2005-02-01 21:30:25 +00:00 |
|
zeekec
|
3b6b7d0b2f
|
Made changes to directory references to allow out of source builds.
|
2005-01-28 21:26:20 +00:00 |
|
mes5k
|
484350cfa2
|
doh
|
2005-01-26 18:25:15 +00:00 |
|
mes5k
|
e348535416
|
removed -v from version switch
|
2005-01-24 03:18:57 +00:00 |
|
mes5k
|
10f0b3c1e8
|
removed value required
|
2005-01-24 03:14:47 +00:00 |
|
mes5k
|
01f898ae6f
|
UnlabeledValueArg change
|
2005-01-24 03:03:39 +00:00 |
|