monero/contrib/epee
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
..
demo cmake: set 3.5 as minimum version 2021-04-27 11:02:05 +02:00
include Eliminate portable_storage_to_bin.h reliance on pragma_comp_defs.h 2022-03-06 00:48:38 -06:00
src Merge misc_os_dependent.h into time_helper.h 2022-03-02 00:32:22 -06:00
CMakeLists.txt Update copyright year to 2020 2020-05-06 22:36:54 -04:00
LICENSE.txt year updated in license 2015-01-02 18:52:46 +02:00
README.md year updated in license 2015-01-02 18:52:46 +02:00

README.md

epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.