summaryrefslogtreecommitdiff
path: root/src/hir/serialise_lowlevel.hpp
AgeCommit message (Collapse)AuthorFilesLines
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of ↵John Hodge1-8/+21
std::string for paths/identifiers
2019-01-20HIR Serialise - Tweaks for easier debuggingJohn Hodge1-0/+2
2017-11-05MIR - Use SwitchValue terminatorJohn Hodge1-0/+6
2017-03-04Many many changes to allow compiling in visual studio (Community 2015)John Hodge (bugs)1-2/+2
2016-12-24No more tears!ubsan1-5/+5
No more DOS line endings or trailing whitespace either
2016-12-17HIR Deserialise - Fix bad decoding of signed 64-bit valuesJohn Hodge1-1/+1
2016-10-20HIR Serialise - Replace boost with raw zlibJohn Hodge1-8/+11
2016-10-20Fix build on gcc 6.2est311-0/+1
2016-10-19HIR Deserialise - Clean up buffering code into a nicer abstractionJohn Hodge1-2/+13
2016-10-19HIR Deserialise - Add a 1KB buffer to the frontJohn Hodge1-0/+3
2016-10-18HIR Serialise - Compress (now requires boost, sorry)John Hodge1-0/+247