danicoin/src
redfish b1d5189ae1 cmake: fix def propagation, fixes 32-bit build
32-bit build would fail to link with 'mdb_env_create undefined' (because
for 32-bit build, mdb_env_create_vl32 is defined instead).

This bug was introduced with the recent change to virtual object
libraries. The problem is that the COMPILE_DEFINITIONS property
was not propagated from dependee target (lmdb) to depedent
target's (blockchain_db) virtual object lib (obj_blockchain_db).
This patch makes that happen.

I chose to include INTERFACE_COMPILE_DEFINITIONS because there
should not be a need to propagate private defs, but it doesn't
make a difference in this case.
2016-09-03 17:44:28 -04:00
..
blockchain_db core: faster find_blockchain_supplement 2016-08-31 10:03:32 +01:00
blockchain_utilities remove blockchain_dump 2016-09-03 14:07:17 +02:00
blocks baked-in block headers now go all the way up to 1 million. 1 MILLION 2016-03-16 21:59:21 +02:00
common More for PR#999 2016-08-29 15:58:56 +01:00
crypto rct amount key modified as per luigi1111's recommendations 2016-08-28 21:30:19 +01:00
cryptonote_core Merge pull request #1022 2016-09-01 11:32:27 +02:00
cryptonote_protocol Merge pull request #1012 2016-09-01 11:26:58 +02:00
daemon rename Monero daemon 2016-09-03 13:46:41 +02:00
daemonizer daemonizer: posix: keep parent's working dir and umask 2016-07-09 20:16:44 -04:00
mnemonics updated copyright year 2015-12-31 08:39:56 +02:00
p2p allow peers without port 2016-07-03 12:51:12 +01:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
ringct ringct: remove unused code 2016-08-28 21:30:53 +01:00
rpc wallet: transfer_selected_rct now also selects fake outs 2016-08-28 21:30:34 +01:00
serialization serialization: add override for serializing bool 2016-08-28 21:29:19 +01:00
simplewallet rename simplewallet 2016-09-03 13:48:38 +02:00
wallet Merge pull request #1038 2016-09-03 14:11:26 +02:00
CMakeLists.txt cmake: fix def propagation, fixes 32-bit build 2016-09-03 17:44:28 -04:00
cryptonote_config.h add rct to the protocol 2016-08-28 21:28:37 +01:00
version.cmake Fix language 2016-03-03 00:34:19 +00:00
version.h.in bumped version number 2016-04-02 12:21:59 +09:00