35 Commits (8c12851ed497797684588e09637d80a5abd5725e)

Author SHA1 Message Date
Matt Corallo 7dcd200489 Properly include $*_LIB_PATH in makefile.unix 13 years ago
Luke Dashjr 34c69036da Rename src/obj/test to src/obj-test to workaround bug in older GNU Make 13 years ago
Luke Dashjr ca9afa8401 Bugfix: Support building test_bitcoin with shared-object boost test framework 13 years ago
Gavin Andresen a1de57a063 Compile with extra warnings turned on. And more makefile/code tidying up. 13 years ago
Gavin Andresen 025d495481 Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from other makefiles 13 years ago
Pieter Wuille 67a42f929b Network stack refactor 13 years ago
Gavin Andresen 1466b8b78a Rework unit tests so test_bitcoin.cpp does not #include them all 13 years ago
Pieter Wuille 95d888a6d1 Key import and export 13 years ago
Pieter Wuille 93db3fceac Add GetSecret() and GetKeys() to CKeyStore 13 years ago
Gavin Andresen eb5fff9e16 Moved checkpoints out of main, to prep for using them to help prevent DoS attacks 13 years ago
cjdelisle 1e5f939381 Added a workaround for an Ubuntu bug which causes -fstack-protector-all to be disregarded. 13 years ago
Gavin Andresen e44a00ae0d bitcoind does not need to link with gthread-2.0 13 years ago
Luke Dashjr a1e0bb5a09 Allow users to customize CXX, CXXFLAGS, and LDFLAGS normally 13 years ago
Luke Dashjr b4d0588d06 Add support to makefile.unix for the same parameters used by bitcoin-qt.pro, dynamic linking unless STATIC=1 is passed 13 years ago
Gavin Andresen 4ffbdcc0f5 Auto-build dependencies 13 years ago
Nils Schneider 6ccff2cbde remove cryptopp dependency, add simple unittest for SHA256Transform() 13 years ago
Gavin Andresen 81cadd74d2 Fix build: put back rules to build cryptopp files 13 years ago
Gavin Andresen 565c4771b6 Remove wxWidgets 13 years ago
Wladimir J. van der Laan e122e42354 assure that base bitcoind and bitcoin still build 13 years ago
cjdelisle 3f94dfa25f Add some hardening to protect against unknown/future exploits. 13 years ago
Gavin Andresen 829e21733b CHECKMULTISIG unit tests. 13 years ago
Giel van Schijndel 507fd9d15b Start moving protocol-specific code to protocol.[ch]pp 13 years ago
Giel van Schijndel e49b83bb12 Cleanup makefiles such that diffs to them are smaller 13 years ago
Jeff Garzik b2fd0ca1cb src/makefile.unix: remove -DFOURWAYSSE2 13 years ago
Vegard Nossum e707d29dd6 Fix testing setup 13 years ago
Matt Corallo 4e87d341f7 Add wallet privkey encryption. 13 years ago
Matt Corallo 3f0950ea01 Revert "Make UPnP default on Bitcoin but not on Bitcoind." 13 years ago
Matt Corallo ee1f884229 Make UPnP default on Bitcoin but not on Bitcoind. 13 years ago
Gavin Andresen 8baf865c94 Boost unit-testing framework. 13 years ago
Pieter Wuille e89b9f6a2a move wallet code to separate file 13 years ago
Jaromil 84c3fb07b0 directory re-organization (keeps the old build system) 14 years ago
Ricardo M. Correia 1a5364bd19 Link with libpthread on Linux, required by libboost_thread. 14 years ago
Jeff Garzik b26141e2c5 Remove 4way SSE2 scanhash implementation. 14 years ago
Matt Corallo 8bb5edc1c9 Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at build time(statically linked). 14 years ago
Matt Giuca 84778a5b46 makefile.unix: Fixed errors building bitcoind without wxWidgets installed. 14 years ago
Matt Giuca 3415b15a56 makefile.unix: WXINCLUDEPATHS now only used for building GUI object files. 14 years ago
Matt Giuca 8314b7f5e6 makefile.unix: Removed redundant use of wx-config in DEFS (it was being included twice). 14 years ago
ojab f0b7952caa 1. Change hardcoded g++ to $(CXX) 14 years ago
gavinandresen 2fad3d34b7 makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64 14 years ago
gavinandresen ed54768f5f -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix. 14 years ago
s_nakamoto f1e1fb4bde cleanup, 14 years ago
s_nakamoto 8c9479c6bb cleanup, 14 years ago
s_nakamoto 0a61b0df12 propset svn:eol-style native 14 years ago
Satoshi Nakamoto 019b456605 added -march=amdfam10 to sha256.cpp in makefile.unix 14 years ago
Satoshi Nakamoto 7d489192fd makefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with -4way switch on Linux 14 years ago
s_nakamoto e540144b2e added -march=amdfam10 to sha256.cpp in makefile.unix 14 years ago
s_nakamoto 08fee75201 makefile.unix to build with option to enable tcatm's 4-way SSE2 SHA-256 with -4way switch on Linux 14 years ago
Satoshi Nakamoto 8a38d5663a enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit 14 years ago
s_nakamoto e6b7ab5749 enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit 14 years ago
--author=Satoshi Nakamoto e1cb7ce017 simplified makefile.unix, updated build-unix.txt instructions to include boost 1.37 14 years ago