summaryrefslogtreecommitdiff
path: root/src/option-parser.cc
Commit message (Expand)AuthorAgeFilesLines
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-1/+0
* wasi: Implement more of the wasi API (#1430)Sam Clegg2020-05-211-78/+92
* Improve help/usage message on invalid arguments (#1328)Sam Clegg2020-02-051-3/+6
* Remove build-time dependency on git (#1316)Sam Clegg2020-01-231-1/+1
* Fix unused lambda capture warning (#1184)Sam Clegg2019-10-161-16/+8
* Add `--version` to wabt tools (#1175)Amir Bawab2019-10-091-0/+11
* Add tests for option-parser (#1096)Ben Smith2019-06-241-2/+7
* Remove short option for --help (#877)Raphael Graf2018-08-021-1/+1
* Run clang-format over all the files (#814)Ben Smith2018-03-161-4/+4
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-9/+17
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-1/+1
* Make OptionParser into C++ class (#497)Ben Smith2017-06-141-86/+182
* Use C++ style C headers (e.g. <cstdlib>) (#431)Ben Smith2017-05-111-3/+3
* Move loop variable into for loop header (#347)Ben Smith2017-03-091-10/+6
* Replace the Wabt/wabt prefix with a C++ namespace (#331)Ben Smith2017-03-021-24/+26
* Make most enumerations into enum classes (#329)Ben Smith2017-03-011-3/+3
* Require C++-style casts, disallow C-style casts (#320)Ben Smith2017-02-271-1/+1
* Change NULL -> nullptr (#315)Ben Smith2017-02-241-5/+5
* Switch C files to CC files (#309)Ben Smith2017-02-231-0/+229