summaryrefslogtreecommitdiff
path: root/src/option-parser.cc
Commit message (Expand)AuthorAgeFilesLines
* 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