Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace MakeUnique with c++14 std::make_unique (#2152) | Keith Winstein | 2023-02-27 | 1 | -12/+11 |
* | Switch from `typedef` to using `using` in C++ code. NFC (#2066) | Sam Clegg | 2022-11-15 | 1 | -1/+1 |
* | Move headers to include/wabt/ (#1998) | Alex Reinking | 2022-09-28 | 1 | -2/+2 |
* | Run clang-format over all the files (#814) | Ben Smith | 2018-03-16 | 1 | -4/+1 |
* | [cleanup] Always use braces with if (#691) | Ben Smith | 2017-12-09 | 1 | -1/+2 |
* | Use std::unique_ptr in intrusive-list API (#602) | Ben Smith | 2017-08-30 | 1 | -11/+12 |
* | Always include quoted headers like "src/foo.h" (#601) | Ben Smith | 2017-08-30 | 1 | -1/+1 |
* | Add intrusive_list implementation (#542) | Ben Smith | 2017-06-29 | 1 | -0/+585 |