xlnt/source/detail/serialization
Crzyrndm 5a14d7b9d1 suppress conversion warnings
-- tolower takes chars and returns chars, types are int because C only deals with ints
-- format parameter is size_t but there is no std parsing function that returns size_t. stoull is used instead as the widest alternative, and then the cast is applied to suppress the conversion warnings
2018-06-18 23:24:13 +12:00
..
custom_value_traits.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
custom_value_traits.hpp suppress conversion warnings 2018-06-18 23:24:13 +12:00
excel_thumbnail.hpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
miniz.cpp fix const correctness error 2017-11-02 17:07:01 -04:00
miniz.hpp organize detail files, start wiring up encryption logic 2017-04-20 14:03:03 -04:00
open_stream.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
open_stream.hpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
vector_streambuf.cpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
vector_streambuf.hpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
xlsx_consumer.cpp suppress conversion warnings 2018-06-18 23:24:13 +12:00
xlsx_consumer.hpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
xlsx_producer.cpp implement abspath and archid flags, fixes some serialization problems 2018-05-28 23:13:57 -04:00
xlsx_producer.hpp copyright year bump (2018) 2018-01-22 09:38:48 -05:00
zstream.cpp Issue #216-cleanup for Clang 5.0 build 2017-09-04 13:43:30 -06:00
zstream.hpp organize detail files, start wiring up encryption logic 2017-04-20 14:03:03 -04:00