integration of core bitcoin

This commit is contained in:
Wladimir J. van der Laan
2011-05-14 20:10:21 +02:00
parent 2097c09a9b
commit 69d605f410
31 changed files with 14691 additions and 127 deletions

26
TODO
View File

@@ -62,3 +62,29 @@ AboutDialog
- Make icon blend into taskbar and maybe silver/grey
Same for the other icons?
Done:
Compatibility with Qt, and some more modularity
- Put guard statements around header files.
- Proper include between header files; remove central "header.h" file.
- Removed macro foreach: conflicts with Qt keyword foreach, replaced back with BOOST_FOREACH
- Prefix stdlib structures and functions with std:: in headers; "using namespace" in header files is
generally frowned upon
Todo:
- Repeated in all files?
#define __STDC_LIMIT_MACROS // to enable UINT64_MAX from stdint.h
#include "main.h"
#ifndef GUI
#include "noui.h"
#endif
- Check windows support / cross platform