oxen-core/src/daemon
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
command_line_args.h add a --max-concurrency flag 2016-04-28 20:33:59 +01:00
command_parser_executor.cpp Fix incorrect help usage for the threads option to start_mining 2016-08-30 14:59:28 -07:00
command_parser_executor.h New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00
command_server.cpp Fix incorrect help usage for the threads option to start_mining 2016-08-30 14:59:28 -07:00
command_server.h updated copyright year 2015-12-31 08:39:56 +02:00
core.h Merge pull request #749 2016-03-25 09:12:25 +02:00
daemon.cpp Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
daemon.h updated copyright year 2015-12-31 08:39:56 +02:00
executor.cpp update version 2015-12-31 23:12:13 +02:00
executor.h updated copyright year 2015-12-31 08:39:56 +02:00
main.cpp daemon: log version when starting 2016-09-16 20:47:52 +01:00
p2p.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
protocol.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
rpc.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
rpc_command_executor.cpp Daemon: fix hashrate display in diff command output 2016-09-10 23:16:25 +02:00
rpc_command_executor.h New RPC and daemon command to get output histogram 2016-03-26 21:10:43 +00:00