Mercurial > hg > bitcoin
changeset 984:b969e925feb3 draft
todo update
author | Wladimir J. van der Laan <laanwj@gmail.com> |
---|---|
date | Sun, 15 May 2011 08:32:30 +0200 |
parents | 53ca47b942e4 |
children | 9ea98b9a6896 |
files | TODO |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO +++ b/TODO @@ -70,13 +70,14 @@ - 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 +- Modularity: base48.h can now be included without including all the headers + (useful for linking external GUI to bitcoin core, part of GUI separation) + Todo: - Repeated in all files?