dncurrency/nano
clemahieu 9b2d4a6709
Adding boost as a submodule rather than requiring it to be provided externally.
The boost libs are now statically linked to the nano targets so dynamic linking related functionality has been removed.
Adding several target link references that were missing but not apparent when using the unified boost install directories
Linking to boost stacktrace basic as this is the main functionality we use.
Windows Event Log support has been disabled as there is a compatibility issue with GitHub builders
Windows cryptopp ASM has been disabled since CMake isn't assembling .asm files for unknown reasons.
Added boost_checkout_lite.sh script which can be used to do a minimal clone of the boost submodule after it's been added but not yet initialized.
2023-01-13 16:20:34 +00:00
..
boost * Adds a maximum per ip connection limit to incoming connections 2021-11-18 16:19:56 +00:00
core_test Removing link dependencies to Boost::boost as it's not actually a target. (#4040) 2023-01-13 10:18:31 +00:00
crypto Remove compiler warnings (incl from third party headers) (#2072) 2019-07-12 17:28:21 +01:00
crypto_lib Fix: Allow block count > UINT32_MAX (#3979) 2022-10-27 12:27:54 +01:00
fuzzer_test Move test code into namespace nano::test (#3890) 2022-08-10 20:48:31 +01:00
ipc_flatbuffers_lib Have cmake copy flatbuffer schema files to simplify dev (#3446) 2021-09-13 19:49:16 +02:00
ipc_flatbuffers_test Removing link dependencies to Boost::boost as it's not actually a target. (#4040) 2023-01-13 10:18:31 +00:00
lib Adding boost as a submodule rather than requiring it to be provided externally. 2023-01-13 16:20:34 +00:00
load_test Adding boost as a submodule rather than requiring it to be provided externally. 2023-01-13 16:20:34 +00:00
nano_node Adding boost as a submodule rather than requiring it to be provided externally. 2023-01-13 16:20:34 +00:00
nano_rpc Removing link dependencies to Boost::boost as it's not actually a target. (#4040) 2023-01-13 10:18:31 +00:00
nano_wallet Remove nano pow server (#4043) 2023-01-13 12:37:57 +00:00
node Adding boost as a submodule rather than requiring it to be provided externally. 2023-01-13 16:20:34 +00:00
qt Update qt.cpp to match block_count RPC & fix bug with pruned display (#4000) 2022-11-17 10:14:55 +00:00
qt_test Update qt.cpp to match block_count RPC & fix bug with pruned display (#4000) 2022-11-17 10:14:55 +00:00
rpc Adding boost as a submodule rather than requiring it to be provided externally. 2023-01-13 16:20:34 +00:00
rpc_test Rebalancing buckets using an approximate normal distribution around 2^88-2^120 raw. (#3980) 2022-11-30 15:30:56 +00:00
secure Adding boost as a submodule rather than requiring it to be provided externally. 2023-01-13 16:20:34 +00:00
slow_test Removing link dependencies to Boost::boost as it's not actually a target. (#4040) 2023-01-13 10:18:31 +00:00
test_common Removing link dependencies to Boost::boost as it's not actually a target. (#4040) 2023-01-13 10:18:31 +00:00