summaryrefslogtreecommitdiff
path: root/src/test-intrusive-list.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace MakeUnique with c++14 std::make_unique (#2152)Keith Winstein2023-02-271-12/+11
* Switch from `typedef` to using `using` in C++ code. NFC (#2066)Sam Clegg2022-11-151-1/+1
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-2/+2
* Run clang-format over all the files (#814)Ben Smith2018-03-161-4/+1
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-1/+2
* Use std::unique_ptr in intrusive-list API (#602)Ben Smith2017-08-301-11/+12
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-1/+1
* Add intrusive_list implementation (#542)Ben Smith2017-06-291-0/+585