neobytes/src
Giel van Schijndel 82dc6426b4 Move func 'REF' from util.h to serialize.h
util.h doesn't use REF, serialize.h does, creating a dependency of
serialize.h on util.h, but util.h already depends on serialize.h.  To
resolve this circular dependency the function 'REF' has now been moved
closer to one of its two points of use.

Signed-off-by: Giel van Schijndel <me@mortis.eu>
2011-08-19 07:24:38 +02:00
..
cryptopp fix warning: unused function 'SigIllHandlerSSE2' [-Wunused-function] 2011-07-13 05:10:15 +02:00
json directory re-organization (keeps the old build system) 2011-04-23 12:10:25 +02:00
obj Boost unit-testing framework. 2011-06-27 14:12:48 -04:00
test Cleanup test suite output to be more useful. 2011-08-08 14:31:08 -04:00
xpm directory re-organization (keeps the old build system) 2011-04-23 12:10:25 +02:00
base58.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
bignum.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
crypter.cpp Add wallet privkey encryption. 2011-07-13 02:11:25 +02:00
crypter.h Add wallet privkey encryption. 2011-07-13 02:11:25 +02:00
db.cpp Merge pull request #458 from TheBlueMatt/copyright 2011-08-11 10:34:29 -07:00
db.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
headers.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
init.cpp Unify copyright notices. 2011-08-09 13:32:52 +02:00
init.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
irc.cpp Unify copyright notices. 2011-08-09 13:32:52 +02:00
irc.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
key.h Merge pull request #458 from TheBlueMatt/copyright 2011-08-11 10:34:29 -07:00
keystore.cpp Unify copyright notices. 2011-08-09 13:32:52 +02:00
keystore.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
main.cpp Make some global variables less-global (static) 2011-08-19 07:24:37 +02:00
main.h Make some global variables less-global (static) 2011-08-19 07:24:37 +02:00
makefile.linux-mingw Cleanup makefiles such that diffs to them are smaller 2011-08-19 07:24:37 +02:00
makefile.mingw Cleanup makefiles such that diffs to them are smaller 2011-08-19 07:24:37 +02:00
makefile.osx Cleanup makefiles such that diffs to them are smaller 2011-08-19 07:24:37 +02:00
makefile.unix Cleanup makefiles such that diffs to them are smaller 2011-08-19 07:24:37 +02:00
makefile.vc Cleanup makefiles such that diffs to them are smaller 2011-08-19 07:24:37 +02:00
net.cpp Make some global variables less-global (static) 2011-08-19 07:24:37 +02:00
net.h Make some global variables less-global (static) 2011-08-19 07:24:37 +02:00
noui.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
rpc.cpp Don't std::advance past beginning of transactions array. Fixes #465 2011-08-12 15:39:12 -04:00
rpc.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
script.cpp Unify copyright notices. 2011-08-09 13:32:52 +02:00
script.h Merge pull request #458 from TheBlueMatt/copyright 2011-08-11 10:34:29 -07:00
serialize.h Move func 'REF' from util.h to serialize.h 2011-08-19 07:24:38 +02:00
strlcpy.h make bitcoin include files more modular 2011-05-15 12:04:20 +02:00
ui.cpp Unify copyright notices. 2011-08-09 13:32:52 +02:00
ui.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
uibase.cpp Make it clear that setting proxy requires restart to fully apply. 2011-08-03 21:02:07 +02:00
uibase.h Dynamically remove/insert the Options for encryption in the menus. 2011-07-13 02:11:25 +02:00
uint256.h Unify copyright notices. 2011-08-09 13:32:52 +02:00
util.cpp Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can cause deadlocks 2011-08-17 10:22:28 -04:00
util.h Move func 'REF' from util.h to serialize.h 2011-08-19 07:24:38 +02:00
wallet.cpp Unify copyright notices. 2011-08-09 13:32:52 +02:00
wallet.h Unify copyright notices. 2011-08-09 13:32:52 +02:00