Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cleanup] Always use braces with if (#691) | Ben Smith | 2017-12-09 | 1 | -3/+6 |
* | Always include quoted headers like "src/foo.h" (#601) | Ben Smith | 2017-08-30 | 1 | -2/+2 |
* | Use std::string instead of StringSlice in Var (#556) | Ben Smith | 2017-07-06 | 1 | -3/+3 |
* | Use CamelCase names and member functions in ir.h (#492) | Ben Smith | 2017-06-12 | 1 | -0/+8 |
* | Use C++ callbacks in BindingHash::FindDuplicates (#487) | Ben Smith | 2017-06-09 | 1 | -11/+9 |
* | Use std::unordered_multimap for BindingHash (#357) | Ben Smith | 2017-03-16 | 1 | -144/+47 |
* | Move loop variable into for loop header (#347) | Ben Smith | 2017-03-09 | 1 | -5/+3 |
* | Replace the Wabt/wabt prefix with a C++ namespace (#331) | Ben Smith | 2017-03-02 | 1 | -38/+40 |
* | Require C++-style casts, disallow C-style casts (#320) | Ben Smith | 2017-02-27 | 1 | -2/+2 |
* | 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/+179 |