summaryrefslogtreecommitdiff
path: root/src/hir/serialise_lowlevel.hpp
AgeCommit message (Expand)AuthorFilesLines
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
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