monero/contrib/epee/include/storages
Jeffrey 36933c7f5c Eliminate portable_storage_to_bin.h reliance on pragma_comp_defs.h
The `-Wstrict-aliasing` warning issue was already fixed by someone earlier.
And for the `-Wtautological-constant-out-of-range-compare` (wordy) warning,
I replaced `val <= 4611686018427387903` assertion with `!(val >> 31 >> 31)`
expression. These expressions are equivalent but the latter is defined if
the size_t type is only 32-bits wide. Another way to think about it is that
the expression is checking if any bit after the 61st bit is set.
2022-03-06 00:48:38 -06:00
..
http_abstract_invoke.h storages: overridable limits for loading portable_storage from binary 2021-01-07 20:24:29 +00:00
levin_abstract_invoke2.h Remove old defs of invoke_remote_command2() and notify_remote_command2() 2022-03-02 16:13:40 -06:00
parserse_base_utils.h Compil time: move epee storages/parserse_base_utils.h to parserse_base_utils.cpp 2021-06-11 21:20:51 +02:00
portable_storage_base.h Reduce compilation time of epee/portable_storage.h 2021-02-06 08:18:42 +01:00
portable_storage_bin_utils.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
portable_storage_from_bin.h storages: overridable limits for loading portable_storage from binary 2021-01-07 20:24:29 +00:00
portable_storage_from_json.h Reduce compilation time of epee/portable_storage.h 2021-02-06 08:18:42 +01:00
portable_storage_template_helper.h Revert "Merge pull request #7136" 2021-04-16 13:52:44 -05:00
portable_storage_to_bin.h Eliminate portable_storage_to_bin.h reliance on pragma_comp_defs.h 2022-03-06 00:48:38 -06:00
portable_storage_to_json.h year updated in license 2015-01-02 18:52:46 +02:00
portable_storage_val_converters.h Reduce compilation time of epee/portable_storage.h 2021-02-06 08:18:42 +01:00
portable_storage.h Fix boost 1.76.0 compatibility 2021-05-24 05:31:14 +02:00