Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-25 | fix crashes | dec05eba | |
2020-07-25 | Fix scoped allocator alloc bug, do all processing in non-main threads. Main ↵ | dec05eba | |
only join | |||
2020-07-25 | Use multiple threads to parse | dec05eba | |
2020-07-25 | Remove unused allocator from buffer | dec05eba | |
2020-07-25 | Restrict buffer_deinit to scoped allocator | dec05eba | |
2020-07-25 | Separate buffers from general allocation, but still have them in scoped ↵ | dec05eba | |
allocator | |||
2020-07-25 | Fix rebase error | dec05eba | |
2020-07-25 | Fixed CHECK_RESULT macro, use scoped allocator | dec05eba | |
Scoped allocator gives us better performance and cleanup code for error cases is much cleaner | |||
2020-07-25 | Fixed CHECK_RESULT macro, use scoped allocator | dec05eba | |
Scoped allocator gives us better performance and cleanup code for error cases is much cleaner | |||
2020-07-25 | Add result check for msvc | dec05eba | |
2020-07-25 | Add grammar above parser functions | dec05eba | |
2020-07-25 | Initial commit, Function declaration work somewhat | dec05eba | |