peerplays-fc/include/fc/io
Eric Frias e5a5323642 When formatting doubles as strings, use 17 digits of precision to ensure they are read back in without loss (up from 12 digits).
Add a mode to the JSON parser to parse all real numbers into strings, so we can later parse them into doubles or another fixed/floating point format to preserve as much precision as needed
2015-06-12 11:05:52 -04:00
..
buffered_iostream.hpp Virtualize a few functions in istream to allow them to be overridden in derived classes 2014-12-22 17:56:30 -05:00
console.hpp added utility to hide console echo for entering passwords 2014-02-15 14:06:35 -05:00
datastream.hpp Fix error message printed when unable to deserialize a json object, improve 2014-05-06 17:20:04 -04:00
datastream_back.hpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
enum_type.hpp Adding is_utf8 call and making enum_type cast explicit 2015-02-17 09:55:31 -05:00
fstream.hpp Fix overloaded virtual function warnings 2014-12-23 15:45:57 -05:00
iobuffer.hpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
iostream.hpp Fix overloaded virtual function warnings 2014-12-23 15:45:57 -05:00
json.hpp When formatting doubles as strings, use 17 digits of precision to ensure they are read back in without loss (up from 12 digits). 2015-06-12 11:05:52 -04:00
json_relaxed.hpp When formatting doubles as strings, use 17 digits of precision to ensure they are read back in without loss (up from 12 digits). 2015-06-12 11:05:52 -04:00
raw.hpp bug fixes 2015-02-27 16:07:50 -05:00
raw_fwd.hpp deque: Add std::deque to serialization / reflection 2015-06-01 17:13:51 -04:00
raw_unpack_file.hpp Updating FC with changes from phoenix-int 2013-06-05 15:19:00 -04:00
raw_variant.hpp add missing includes for packing variant 2014-12-10 11:21:44 -05:00
sstream.hpp Fix more locations where we were making boost::asio calls with buffers declared on the stack which could cause problems when the calling tasks were canceled. 2014-09-11 16:30:03 -04:00
stdio.hpp Fix more locations where we were making boost::asio calls with buffers declared on the stack which could cause problems when the calling tasks were canceled. 2014-09-11 16:30:03 -04:00
varint.hpp Fix the currently-unused postfix signed_int::operator++ to do what you'd expect 2014-10-27 16:37:20 -04:00