peerplays-fc/include/fc
Nathaniel Hourt 21418ec46e
Compiler incompatibility
It broke again so poke it again. Perhaps all clang versions require `template` here? I'm not sure, haven't gotten around to testing all the different compilers on it yet.
2021-09-21 12:36:07 -05:00
..
compress Removed unused stuff 2019-04-04 17:59:51 +02:00
container Fix Clang -Wmismatched-tags warning on tuple_size 2020-06-14 21:53:47 +00:00
crypto Fix warnings 2020-08-21 11:42:57 -05:00
exception Replace NO_RETURN with [[noreturn]] standard attribute 2019-06-06 14:41:47 +02:00
interprocess Merge pull request #119 from bitshares/shared-ws-client-ptr 2019-05-10 15:24:15 +02:00
io Use signed_int to serialize enums 2020-09-17 21:11:28 -05:00
log Add a fc_[diwe]dump() function, analogous to fc_[diew]log() 2020-08-20 11:31:00 -05:00
network Add option to compile dynamic libraries 2021-03-13 09:14:01 -06:00
reflect Compiler incompatibility 2021-09-21 12:36:07 -05:00
rpc Merge pull request #145 from nathanhourt/bts_1898 2019-08-13 19:24:18 +02:00
thread Replaced spin_yield_lock with atomics 2019-09-18 15:12:27 +02:00
api.hpp Ref #126: Cleanup/revert unwanted changes 2019-05-13 17:25:49 -05:00
asio.hpp Replace one more "new promise" with "promise::create" 2019-07-26 15:02:17 +02:00
bloom_filter.hpp Removed unused reflection 2019-11-06 15:49:16 +01:00
config.hpp Changed MAX_PREALLOC_SIZE to 2^8 2019-01-07 19:01:33 +01:00
filesystem.hpp Removed unused stuff 2019-04-04 17:59:51 +02:00
fwd.hpp Removed unused stuff 2019-04-04 17:59:51 +02:00
fwd_impl.hpp Replaced fc::forward with std::forward 2019-06-06 14:41:47 +02:00
git_revision.hpp Move/rename git revision info compiled into FC to be more self-explanatory 2014-05-20 18:02:20 -04:00
optional.hpp Replaced fc::forward with std::forward 2019-06-06 14:41:47 +02:00
platform_independence.hpp Untested popcnt code for Windows 2013-09-22 14:10:40 -04:00
popcount.hpp Replace fc::uint128 with boost::multiprecision::uint128_t 2019-06-06 14:41:09 +02:00
safe.hpp Added constexpr where applicable 2019-06-06 14:41:47 +02:00
signals.hpp Intermediate 2019-06-06 14:39:14 +02:00
stacktrace.hpp Fixed stacktrace license 2019-11-06 18:39:03 +01:00
static_variant.hpp Fix compiler warnings about static_variant 2020-04-06 15:16:12 +00:00
string.hpp support openbsd // make code compliant with clang 2019-08-15 12:22:54 +02:00
time.hpp Removed unused stuff 2019-04-04 17:59:51 +02:00
uint128.hpp Use common inline functions for splitting/combining uint128 to/from two uint64 values 2019-06-11 08:51:59 +02:00
utf8.hpp Update a comment to avoid confusing doxygen 2019-07-18 23:15:22 +02:00
variant.hpp Update to_variant(size_t) for macOS and OpenBSD 2020-03-28 17:30:42 +00:00
variant_object.hpp Replaced fc::forward with std::forward 2019-06-06 14:41:47 +02:00