]> git.lizzy.rs Git - dragonfireclient.git/history - src/util/serialize.cpp
Optimize JSON string (de)serialization routines
[dragonfireclient.git] / src / util / serialize.cpp
2022-05-21 sfan5Optimize JSON string (de)serialization routines
2022-05-21 sfan5Improve testSerializeJsonString unit tests
2021-09-11 sfan5Make sure relevant std::stringstreams are set to binary
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-10-01 SmallJokerClean up serialization
2020-05-27 sfan5Value copy / allocation optimizations mostly in server...
2018-12-13 SmallJokerNetwork: Send IEEE floats (#7768)
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-08-21 Loïc Blotserialize: use a temporary for SerializeException
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2015-11-08 kwolekrFix misc. MinGW and Valgrind warnings
2015-10-15 kwolekrAdd BufReader and vector-based serialization methods
2015-08-01 kwolekrClean up util/serialization.{cpp,h} and add unit tests
2015-07-14 kwolekrIncrease limit of serialized long strings
2015-07-14 kwolekrAdd more robust error checking to deSerialize*String...
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2014-11-21 Rafael Reilovaserialize.h: use machine native byte swapping if availa...
2014-03-21 ShadowNinjaFix serializing of signed numbers in serializeStructToS...
2014-03-15 ShadowNinjaMake serializeStructToString use an ostringstream
2014-03-14 ShadowNinjaRevert "Use fixed-width format specifiers in serializeS...
2014-03-13 ShadowNinjaUse fixed-width format specifiers in serializeStructToS...
2014-03-12 ShadowNinjaReplace usage of long long with u64/s64
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/