danicoin/tests/core_tests
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
..
block_reward.cpp updated copyright year 2015-12-31 08:39:56 +02:00
block_reward.h updated copyright year 2015-12-31 08:39:56 +02:00
block_validation.cpp New "Halfway RingCT" outputs for coinbase transactions 2016-08-28 21:30:26 +01:00
block_validation.h updated copyright year 2015-12-31 08:39:56 +02:00
chain_split_1.cpp updated copyright year 2015-12-31 08:39:56 +02:00
chain_split_1.h updated copyright year 2015-12-31 08:39:56 +02:00
chain_switch_1.cpp updated copyright year 2015-12-31 08:39:56 +02:00
chain_switch_1.h updated copyright year 2015-12-31 08:39:56 +02:00
chaingen.cpp New "Halfway RingCT" outputs for coinbase transactions 2016-08-28 21:30:26 +01:00
chaingen.h tests: hard fork list must end with a 0 2016-08-28 21:30:29 +01:00
chaingen001.cpp updated copyright year 2015-12-31 08:39:56 +02:00
chaingen_main.cpp rct: add the tx prefix hash into the MLSAG 2016-08-28 21:28:58 +01:00
chaingen_tests_list.h Add rct core tests 2016-08-28 21:28:53 +01:00
CMakeLists.txt cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
double_spend.cpp updated copyright year 2015-12-31 08:39:56 +02:00
double_spend.h updated copyright year 2015-12-31 08:39:56 +02:00
double_spend.inl New "Halfway RingCT" outputs for coinbase transactions 2016-08-28 21:30:26 +01:00
integer_overflow.cpp New "Halfway RingCT" outputs for coinbase transactions 2016-08-28 21:30:26 +01:00
integer_overflow.h updated copyright year 2015-12-31 08:39:56 +02:00
rct.cpp New "Halfway RingCT" outputs for coinbase transactions 2016-08-28 21:30:26 +01:00
rct.h tests: hard fork list must end with a 0 2016-08-28 21:30:29 +01:00
ring_signature_1.cpp updated copyright year 2015-12-31 08:39:56 +02:00
ring_signature_1.h updated copyright year 2015-12-31 08:39:56 +02:00
transaction_tests.cpp New "Halfway RingCT" outputs for coinbase transactions 2016-08-28 21:30:26 +01:00
transaction_tests.h updated copyright year 2015-12-31 08:39:56 +02:00
tx_validation.cpp add rct to the protocol 2016-08-28 21:28:37 +01:00
tx_validation.h updated copyright year 2015-12-31 08:39:56 +02:00
v2_tests.cpp New "Halfway RingCT" outputs for coinbase transactions 2016-08-28 21:30:26 +01:00
v2_tests.h tests: hard fork list must end with a 0 2016-08-28 21:30:29 +01:00