Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove easyjson in preparation for switch to jsoniter | Matthew Heon | 2019-01-10 |
| | | | | | | | | | The jsoniter library does not require code generation, which is a massive advantage over easyjson (it's also about the same in performance). Begin moving over to it by removing the existing easyjson code. Signed-off-by: Matthew Heon <matthew.heon@pm.me> | ||
* | Vendor easyjson code to fix build | Matthew Heon | 2018-08-24 |
To ensure we can build without easyjson installed, vendor the easyjson repository as the generated files use the easyjson library. Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1322 Approved by: mheon |