Menu

Tree [a2891b] 1.4 /
 History

HTTPS access


File Date Author Commit
 docs 2021-03-20 Daniel Aarno Daniel Aarno [797329] Fixed typos.
 examples 2021-01-01 Daniel Aarno Daniel Aarno [8d8a0c] Fix compilation error on MacOS
 include 2021-03-21 Daniel Aarno Daniel Aarno [a2891b] Fix some (harmless) warnings from Visual Studio.
 scripts 2021-03-21 Daniel Aarno Daniel Aarno [fee2b8] Include generated docs in release tarball.
 tests 2020-12-30 Daniel Aarno Daniel Aarno [064fd7] Add example for how to use a pair as a custom t...
 unittests 2021-03-21 Daniel Aarno Daniel Aarno [d7f65c] Explicitly initiailze member variables in init-...
 .clang-format 2019-11-24 Daniel Aarno Daniel Aarno [5071dc] Apply uniform style with clang-format.
 .gitignore 2020-12-30 Daniel Aarno Daniel Aarno [7962f4] Add some generated file types to gitignore (and...
 .travis.yml 2020-03-23 Hans Johnson Hans Johnson [347f1c] ENH: Adding travis build enviornment for CI tes...
 AUTHORS 2021-01-05 Daniel Aarno Daniel Aarno [c73d22] Drop the "invaluable contributions", it sounds ...
 CMakeLists.txt 2021-03-21 Daniel Aarno Daniel Aarno [8ceef9] Added docs to install targets.
 COPYING 2021-01-01 Daniel Aarno Daniel Aarno [e2c619] Update Google copyright stansa.
 CTestConfig.cmake 2020-03-23 Hans Johnson Hans Johnson [c9b371] ENH: Adding my.cdash.org reporting site for tes...
 ChangeLog 2021-01-01 Daniel Aarno Daniel Aarno [958c09] Update ChangeLog for 1.4 release.
 INSTALL 2021-03-21 Daniel Aarno Daniel Aarno [cd2539] Remove instructions to use cmake --install . --...
 NEWS 2021-01-01 Daniel Aarno Daniel Aarno [57fc06] Clean the news file for 1.4 release.
 README 2021-01-01 Daniel Aarno Daniel Aarno [57fc06] Clean the news file for 1.4 release.
 TODO.org 2020-03-21 Daniel Aarno Daniel Aarno [7e987f] Updated TODOs
 config.h.in 2020-03-06 Daniel Aarno Daniel Aarno [4a5f82] Make TCLAP installable.
 test_runner.py 2020-03-19 Daniel Aarno Daniel Aarno [f1719f] If cmake fails to build with -jN, try without it

Read Me

TCLAP - Templatized Command Line Argument Parser

This is a simple C++ library that facilitates parsing command line
arguments in a type independent manner. It doesn't conform exactly
to either the GNU or POSIX standards, although it is close. See
docs/manual.html for descriptions of how things work or look at the
simple examples in the examples dir.

Any and all feedback is welcome at https://sf.net/p/tclap/discussion/