monero/contrib/epee
Jeffrey 21e43de0f3 Eliminate reliance of abstract_tcp_server2.inl on pragma_comp_defs.h
The GCC maybe-uninitialized warning was already taken care of, and
I don't think it's possible (or realistic) to compile monero in vanilla
VS anymore, and the warning 4355 is turned off by default anyways. Also,
on principal, warnings shouldn't be suppressed en masses like they were
before this change, especially for such an important file.
2022-03-06 11:15:29 -06:00
..
demo cmake: set 3.5 as minimum version 2021-04-27 11:02:05 +02:00
include Eliminate reliance of abstract_tcp_server2.inl on pragma_comp_defs.h 2022-03-06 11:15:29 -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

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