Remove TCLAP (#981)
* Replace TCLAP with tinyopt, remove TCLAP from `ext/`. * Replace `sup/tinyopt.hpp` with copy of external tinyopt, update use of `tinyopt` in unit tests and examples to suit. * Use tinyopt's 'smallopt' interface in `modcc`, `brunel` example. * Update tinyopt interface in `single` example. Fix our attributions and add HBP acknowledgement Addresses #557 #695 #803
Showing
- ATTRIBUTIONS.md 14 additions, 10 deletionsATTRIBUTIONS.md
- CMakeLists.txt 2 additions, 2 deletionsCMakeLists.txt
- example/bench/CMakeLists.txt 1 addition, 1 deletionexample/bench/CMakeLists.txt
- example/brunel/CMakeLists.txt 1 addition, 1 deletionexample/brunel/CMakeLists.txt
- example/brunel/brunel.cpp 67 additions, 175 deletionsexample/brunel/brunel.cpp
- example/ring/CMakeLists.txt 1 addition, 1 deletionexample/ring/CMakeLists.txt
- example/single/CMakeLists.txt 1 addition, 1 deletionexample/single/CMakeLists.txt
- example/single/single.cpp 6 additions, 6 deletionsexample/single/single.cpp
- ext/CMakeLists.txt 3 additions, 3 deletionsext/CMakeLists.txt
- ext/tclap/AUTHORS 0 additions, 6 deletionsext/tclap/AUTHORS
- ext/tclap/COPYING 0 additions, 25 deletionsext/tclap/COPYING
- ext/tclap/README 0 additions, 16 deletionsext/tclap/README
- ext/tclap/include/tclap/Arg.h 0 additions, 692 deletionsext/tclap/include/tclap/Arg.h
- ext/tclap/include/tclap/ArgException.h 0 additions, 200 deletionsext/tclap/include/tclap/ArgException.h
- ext/tclap/include/tclap/ArgTraits.h 0 additions, 87 deletionsext/tclap/include/tclap/ArgTraits.h
- ext/tclap/include/tclap/CmdLine.h 0 additions, 651 deletionsext/tclap/include/tclap/CmdLine.h
- ext/tclap/include/tclap/CmdLineInterface.h 0 additions, 150 deletionsext/tclap/include/tclap/CmdLineInterface.h
- ext/tclap/include/tclap/CmdLineOutput.h 0 additions, 74 deletionsext/tclap/include/tclap/CmdLineOutput.h
- ext/tclap/include/tclap/Constraint.h 0 additions, 68 deletionsext/tclap/include/tclap/Constraint.h
- ext/tclap/include/tclap/DocBookOutput.h 0 additions, 299 deletionsext/tclap/include/tclap/DocBookOutput.h
Please register or sign in to comment