wownero/contrib
Jeffrey 17772ef53e Eliminate dependence on boost::interprocess #8223
In this repo, `boost::interprocess` was being used soley to make `uint32_t` operations atomic. So I replaced each instance of
`boost::interprocess::ipcdetail::atomic(...)32` with `std::atomic` methods. I replaced member declarations as applicable. For example,
when I needed to change a `volatile uint32_t` into a `std::atomic<uint32_t>`. Sometimes, a member was being used a boolean flag, so
I replaced it with `std::atomic<bool>`.

You may notice that I didn't touch `levin_client_async.h`. That is because this file is entirely unused and will be deleted in PR monero-project#8211.

Additional changes from review:
* Make some local variables const
* Change postfix operators to prefix operators where value was not need
2022-03-30 13:18:32 -05:00
..
brew Doc: Add ccache to README.md and Brewfile 2021-03-30 06:13:20 +02:00
depends Fix Android OpenSSL build 2021-11-30 04:15:48 +00:00
epee Eliminate dependence on boost::interprocess #8223 2022-03-30 13:18:32 -05:00
fuzz_testing fuzz_tests: add a test for utf8canonical 2020-12-14 19:40:24 +00:00
gitian Add copy commands for compiled binaries 2021-12-02 16:54:04 +00:00
lsan contrib: add a suppressions file for leak sanitizer 2019-08-29 11:11:59 +00:00
rlwrap remove obsolete save_graph skeleton code 2019-05-10 14:17:18 +00:00
tor add a convenience script to start monero with inbound tor 2020-10-28 22:38:27 +00:00
valgrind easylogging++: faster access to logging 2018-11-27 13:55:21 +00:00
CMakeLists.txt Test: Enable coverage for external repositories 2021-04-01 19:50:54 +02:00