summaryrefslogtreecommitdiff
path: root/src/binding-hash.cc
Commit message (Expand)AuthorAgeFilesLines
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-2/+2
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-3/+6
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-2/+2
* Use std::string instead of StringSlice in Var (#556)Ben Smith2017-07-061-3/+3
* Use CamelCase names and member functions in ir.h (#492)Ben Smith2017-06-121-0/+8
* Use C++ callbacks in BindingHash::FindDuplicates (#487)Ben Smith2017-06-091-11/+9
* Use std::unordered_multimap for BindingHash (#357)Ben Smith2017-03-161-144/+47
* Move loop variable into for loop header (#347)Ben Smith2017-03-091-5/+3
* Replace the Wabt/wabt prefix with a C++ namespace (#331)Ben Smith2017-03-021-38/+40
* Require C++-style casts, disallow C-style casts (#320)Ben Smith2017-02-271-2/+2
* Change NULL -> nullptr (#315)Ben Smith2017-02-241-5/+5
* Switch C files to CC files (#309)Ben Smith2017-02-231-0/+179