summaryrefslogtreecommitdiff
path: root/src/binding-hash.h
Commit message (Expand)AuthorAgeFilesLines
* Run clang-format over all the files (#814)Ben Smith2018-03-161-1/+1
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-2/+2
* Remove StringSlice (#576)Ben Smith2017-07-171-4/+0
* Always pass string_view by value (#563)Ben Smith2017-07-101-1/+1
* Remove uses of StringSlice from IR (#559)Ben Smith2017-07-071-0/+4
* Use std::string instead of StringSlice in Var (#556)Ben Smith2017-07-061-4/+7
* Add default constructor for Location and Const (#535)Wink Saville2017-06-261-3/+1
* Use CamelCase names and member functions in ir.h (#492)Ben Smith2017-06-121-5/+9
* Use C++ callbacks in BindingHash::FindDuplicates (#487)Ben Smith2017-06-091-10/+9
* Replace wabt::*vector with std::vector (#366)Ben Smith2017-03-221-2/+2
* Use std::unordered_multimap for BindingHash (#357)Ben Smith2017-03-161-18/+34
* Replace the Wabt/wabt prefix with a C++ namespace (#331)Ben Smith2017-03-021-19/+20
* Remove struct and enum typedefs (#317)Ben Smith2017-02-241-6/+6
* Switch C files to CC files (#309)Ben Smith2017-02-231-1/+1
* Remove WabtAllocator (#307)Ben Smith2017-02-171-9/+3
* Rename all wasm prefixes to wabt (#298)Ben Smith2017-01-311-33/+33
* Fix spec imports testBen Smith2016-11-071-0/+3
* Remove the "wasm-" prefix from source filesBen Smith2016-11-041-0/+54