danicoin/src/cryptonote_core
Riccardo Spagni ab7c6c07e7
Merge pull request #180
ce71c01 cmake: work around a bug with implicit link directories (Ben Boeckel)
de4fc40 mingw: copy required libraries to the build tree (Ben Boeckel)
ec54e2f cmake: place binaries together in the build tree (Ben Boeckel)
18c56ab msys: don't use LTO (Ben Boeckel)
5680c9c msys: factor out -Werror on msys (Ben Boeckel)
4751542 msys: look in msys' directory for files (Ben Boeckel)
d855fe4 miniupnpc: bump the _POSIX_C_SOURCE feature macro (Ben Boeckel)
c696492 unbound: fix getaddrinfo detection for 32-bit windows (Ben Boeckel)
e377687 cmake: Windows and static builds need this (Ben Boeckel)
01895dd cmake: fix up link lines (Ben Boeckel)
4b6515c unbound: fix type checking (Ben Boeckel)
d43a20f unbound: plumb the libdir up (Ben Boeckel)
7d708e4 cmake: support 2.8.7 (Ben Boeckel)
464c280 cmake: fix up miniupnpc's define (Ben Boeckel)
9689df9 cmake: clean up EXTRA_LIBRARIES (Ben Boeckel)
3b7bdcb cmake: set the project name (Ben Boeckel)
0f0efc4 cmake: prepend to CMAKE_MODULE_PATH (Ben Boeckel)
031e3da cmake: remove scream-make (all-caps functions) (Ben Boeckel)
abbd5c0 unbound: import cmake build system (Ben Boeckel)
e59b5b7 miniupnpc: clean up build system (Ben Boeckel)
475fe20 cmake: minor cleanups (indentation and typos) (Ben Boeckel)
799e8b2 cmake: use option() for STATIC (Ben Boeckel)
c24d22b cmake: clean up if auto-dereferencing (Ben Boeckel)
9ed415a build: inform the build of what generates version.h (Ben Boeckel)
eba180a cmake: support git info in released tarballs (Ben Boeckel)
eeffac6 cmake: fix up BOOST_IGNORE_SYSTEM_PATHS (Ben Boeckel)
a43f1a8 cmake: remove configuration variables (Ben Boeckel)
a87ce09 cmake: factor out error messages (Ben Boeckel)
9aa48b6 miniupnpc: clear out else/endfoo command arguments (Ben Boeckel)
8a86ac8 daemon_tests: update cmake code (Ben Boeckel)
fa3ff75 gtest: support an external gtest (Ben Boeckel)
7bfcffa cmake: put each test executable in its own directory (Ben Boeckel)
f53f047 cmake: handle private vs. public headers (Ben Boeckel)
55ca7d3 cmake: refactor common code with libraries (Ben Boeckel)
c773f46 cmake: refactor common code with executables (Ben Boeckel)
89cff7b cmake: put each library into its own directory (Ben Boeckel)
2014-11-25 21:49:00 +02:00
..
account.cpp Separate testnet address prefix 2014-09-15 15:54:59 +02:00
account.h Separate testnet address prefix 2014-09-15 15:54:59 +02:00
account_boost_serialization.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
blockchain_storage.cpp fixed checkpointing bug 2014-10-03 21:45:29 +02:00
blockchain_storage.h various changes to runtime checkpoint updating 2014-09-30 16:21:37 -04:00
blockchain_storage_boost_serialization.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
checkpoints.cpp moved checkpoint log level 2014-10-02 19:39:24 +02:00
checkpoints.h various changes to runtime checkpoint updating 2014-09-30 16:21:37 -04:00
checkpoints_create.cpp added hardcoded checkpoint at block 249380 2014-10-07 00:08:47 +02:00
checkpoints_create.h DNS checkpoint updating added, and daemon flag to enforce them 2014-09-30 16:21:37 -04:00
CMakeLists.txt cmake: support 2.8.7 2014-10-24 15:29:51 -04:00
connection_context.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
cryptonote_basic.h Revert "low risk, potentially varint overflow bug patched thanks to BBR" 2014-09-25 08:24:42 +02:00
cryptonote_basic_impl.cpp Separate testnet address prefix 2014-09-15 15:54:59 +02:00
cryptonote_basic_impl.h Separate testnet address prefix 2014-09-15 15:54:59 +02:00
cryptonote_boost_serialization.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
cryptonote_core.cpp Daemon should now exit on conflicting checkpoints 2014-09-30 16:21:37 -04:00
cryptonote_core.h Daemon should now exit on conflicting checkpoints 2014-09-30 16:21:37 -04:00
cryptonote_format_utils.cpp Revert "low risk, potentially varint overflow bug patched thanks to BBR" 2014-09-25 08:24:42 +02:00
cryptonote_format_utils.h Revert "low risk, potentially varint overflow bug patched thanks to BBR" 2014-09-25 08:24:42 +02:00
cryptonote_stat_info.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
difficulty.cpp Another preprocessor fix (difficulty.cpp) 2014-09-15 22:33:10 +02:00
difficulty.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
miner.cpp Separate testnet address prefix 2014-09-15 15:54:59 +02:00
miner.h Separate testnet address prefix 2014-09-15 15:54:59 +02:00
tx_extra.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00
tx_pool.cpp per kb fees 2014-11-06 22:09:07 -07:00
tx_pool.h Revert "low risk, potentially varint overflow bug patched thanks to BBR" 2014-09-25 08:24:42 +02:00
verification_context.h License updated to BSD 3-clause 2014-07-23 15:03:52 +02:00