danicoin/src/p2p
redfish e1c7af35d4 cmake: transitive deps and remove deprecated LINK_*
Keep the immediate direct deps at the library that depends on them,
declare deps as PUBLIC so that targets that link against that library
get the library's deps as transitive deps.

Break dep cycle between blockchain_db <-> crytonote_core.
No code refactoring, just hide cycle from cmake so that
it doesn't complain (cycles are allowed only between
static libs, not shared libs).

This is in preparation for supproting BUILD_SHARED_LIBS cmake
built-in option for building internal libs as shared.
2016-09-18 02:56:26 -04:00
..
CMakeLists.txt cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
connection_basic.cpp Merge pull request #846 2016-06-19 21:25:52 +02:00
connection_basic.hpp src: p2p: add exception spec to throwing destructors 2016-05-18 01:02:21 -04:00
data_logger.cpp src: p2p: add exception spec to throwing destructors 2016-05-18 01:02:21 -04:00
data_logger.hpp src: p2p: add exception spec to throwing destructors 2016-05-18 01:02:21 -04:00
net_node.h p2p: lock access to the blocked ips map 2016-03-12 13:48:58 +00:00
net_node.inl allow peers without port 2016-07-03 12:51:12 +01:00
net_node_common.h p2p: lock access to the blocked ips map 2016-03-12 13:48:58 +00:00
net_peerlist.h updated copyright year 2015-12-31 08:39:56 +02:00
net_peerlist_boost_serialization.h updated copyright year 2015-12-31 08:39:56 +02:00
network_throttle-detail.cpp Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
network_throttle-detail.hpp updated copyright year 2015-12-31 08:39:56 +02:00
network_throttle.cpp Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
network_throttle.hpp Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
p2p_protocol_defs.h updated copyright year 2015-12-31 08:39:56 +02:00
stdafx.h updated copyright year 2015-12-31 08:39:56 +02:00