User Activity

  • Modified ticket #28 on Templatized C++ Command Line Parser

    CmdLine::parse return behaviour

  • Posted a comment on ticket #28 on Templatized C++ Command Line Parser

    Please take another look, "the exception handling is important in this context." doesn't make sense. Either the exception is hanled inside parse and thus it will exit on error, or it will be thrown to the caller that can handle it. So instead of "return true/false" it will return nothing on success or throw an exception on error - that you can catch and decide what to do with.

  • Posted a comment on ticket #28 on Templatized C++ Command Line Parser

    It's a bit unclear what you are asking about and I haven't looked at th > 1MB zip file, but if I were to guess what you want to do is to disable exception handling in the CmdLine object. You can do that by calling p.setExceptionHandling(false); . That way the application will receive any exception thrown during parsing and can choose how to deal with it. https://tclap.sourceforge.net/html/classTCLAP_1_1CmdLine.html#aa02055d8f4864bfa9b505e2d26bbbd87 If this is specifically about --version you can...

  • Modified ticket #20 on Templatized C++ Command Line Parser

    Change ValuesConstraint constructor to take const&

  • Posted a comment on ticket #20 on Templatized C++ Command Line Parser

    Thanks, comited in [9c695742a6536da4f0406176f91e8ada4644608b].

  • Committed [9c6957] on Code

    Changes the ValuesConstraint ctor to take its argument as const.

  • Posted a comment on ticket #27 on Templatized C++ Command Line Parser

    Patches against 1.4 are welcome.

  • Committed [4430e9] on Code

    Include required package-config files in the release

View All

Personal Data

Username:
macbishop
Joined:
2001-09-23 00:35:25
Location:
Dublin / Ireland / GMT
Gender:
Male

Projects

This is a list of open source software projects that Daniel Aarno is associated with:

Personal Tools