Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C++17 string_view (#1826) | Sam Clegg | 2022-02-11 | 1 | -38/+0 |
| | | | | | Now that we have C++17 we don't need our own string_view class anymore. Depends on #1825 | ||||
* | Always include quoted headers like "src/foo.h" (#601) | Ben Smith | 2017-08-30 | 1 | -1/+1 |
| | | | This way the names won't conflict with other headers with the same name. | ||||
* | Rename snake_case to MixedCase. (#579) | Ben Smith | 2017-07-19 | 1 | -1/+1 |
| | | | | There are no functional changes. | ||||
* | Add wabt::string_view, based on C++17 string_view (#359) | Ben Smith | 2017-03-17 | 1 | -0/+38 |
* Add wabt::string_view, based on C++17 string_view Also add wabt-unittests to test it. |