Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove short option for --help (#877) | Raphael Graf | 2018-08-02 | 1 | -1/+1 |
* | Run clang-format over all the files (#814) | Ben Smith | 2018-03-16 | 1 | -4/+4 |
* | [cleanup] Always use braces with if (#691) | Ben Smith | 2017-12-09 | 1 | -9/+17 |
* | Always include quoted headers like "src/foo.h" (#601) | Ben Smith | 2017-08-30 | 1 | -1/+1 |
* | Make OptionParser into C++ class (#497) | Ben Smith | 2017-06-14 | 1 | -86/+182 |
* | Use C++ style C headers (e.g. <cstdlib>) (#431) | Ben Smith | 2017-05-11 | 1 | -3/+3 |
* | Move loop variable into for loop header (#347) | Ben Smith | 2017-03-09 | 1 | -10/+6 |
* | Replace the Wabt/wabt prefix with a C++ namespace (#331) | Ben Smith | 2017-03-02 | 1 | -24/+26 |
* | Make most enumerations into enum classes (#329) | Ben Smith | 2017-03-01 | 1 | -3/+3 |
* | Require C++-style casts, disallow C-style casts (#320) | Ben Smith | 2017-02-27 | 1 | -1/+1 |
* | Change NULL -> nullptr (#315) | Ben Smith | 2017-02-24 | 1 | -5/+5 |
* | Switch C files to CC files (#309) | Ben Smith | 2017-02-23 | 1 | -0/+229 |