directory re-organization (keeps the old build system)
authorJaromil <jaromil@dyne.org>
Sat, 23 Apr 2011 09:49:47 +0000 (11:49 +0200)
committerJaromil <jaromil@dyne.org>
Sat, 23 Apr 2011 10:10:25 +0000 (12:10 +0200)
there is no internal modification of any file in this commit

files are moved into directories according to established standards in
sourcecode distribution; these directories contain:

 src - Files that are used in constructing the executable binaries,
       but are not installed.

 doc - Files in HTML and text format that document usage, quirks of
       the implementation, and contributor checklists.

 locale - Files that contain human language translation of strings
          used in the program

 contrib - Files contributed from distributions or other third party
     implementing scripts and auxiliary programs

99 files changed:
.gitignore
COPYING [moved from license.txt with 100% similarity]
README [new symlink]
doc/build-msw.txt [moved from build-msw.txt with 99% similarity]
doc/build-osx.txt [moved from build-osx.txt with 100% similarity]
doc/build-unix.txt [moved from build-unix.txt with 99% similarity]
doc/coding.txt [moved from coding.txt with 100% similarity]
share/pixmaps/addressbook16.bmp [moved from rc/addressbook16.bmp with 100% similarity]
share/pixmaps/addressbook16mask.bmp [moved from rc/addressbook16mask.bmp with 100% similarity]
share/pixmaps/addressbook20.bmp [moved from rc/addressbook20.bmp with 100% similarity]
share/pixmaps/addressbook20mask.bmp [moved from rc/addressbook20mask.bmp with 100% similarity]
share/pixmaps/bitcoin-bc.ico [moved from rc/bitcoin-bc.ico with 100% similarity]
share/pixmaps/bitcoin.ico [moved from rc/bitcoin.ico with 100% similarity]
share/pixmaps/check.ico [moved from rc/check.ico with 100% similarity]
share/pixmaps/favicon.ico [moved from rc/favicon.ico with 100% similarity]
share/pixmaps/send16.bmp [moved from rc/send16.bmp with 100% similarity]
share/pixmaps/send16mask.bmp [moved from rc/send16mask.bmp with 100% similarity]
share/pixmaps/send16masknoshadow.bmp [moved from rc/send16masknoshadow.bmp with 100% similarity]
share/pixmaps/send20.bmp [moved from rc/send20.bmp with 100% similarity]
share/pixmaps/send20mask.bmp [moved from rc/send20mask.bmp with 100% similarity]
share/setup.nsi [moved from setup.nsi with 100% similarity]
share/ui.rc [moved from ui.rc with 100% similarity]
share/uiproject.fbp [moved from uiproject.fbp with 100% similarity]
src/base58.h [moved from base58.h with 100% similarity]
src/bignum.h [moved from bignum.h with 100% similarity]
src/cryptopp/License.txt [moved from cryptopp/License.txt with 100% similarity]
src/cryptopp/Readme.txt [moved from cryptopp/Readme.txt with 100% similarity]
src/cryptopp/config.h [moved from cryptopp/config.h with 100% similarity]
src/cryptopp/cpu.cpp [moved from cryptopp/cpu.cpp with 100% similarity]
src/cryptopp/cpu.h [moved from cryptopp/cpu.h with 100% similarity]
src/cryptopp/cryptlib.h [moved from cryptopp/cryptlib.h with 100% similarity]
src/cryptopp/iterhash.h [moved from cryptopp/iterhash.h with 100% similarity]
src/cryptopp/misc.h [moved from cryptopp/misc.h with 100% similarity]
src/cryptopp/obj/.gitignore [moved from cryptopp/obj/.gitignore with 100% similarity]
src/cryptopp/pch.h [moved from cryptopp/pch.h with 100% similarity]
src/cryptopp/secblock.h [moved from cryptopp/secblock.h with 100% similarity]
src/cryptopp/sha.cpp [moved from cryptopp/sha.cpp with 100% similarity]
src/cryptopp/sha.h [moved from cryptopp/sha.h with 100% similarity]
src/cryptopp/simple.h [moved from cryptopp/simple.h with 100% similarity]
src/cryptopp/smartptr.h [moved from cryptopp/smartptr.h with 100% similarity]
src/cryptopp/stdcpp.h [moved from cryptopp/stdcpp.h with 100% similarity]
src/db.cpp [moved from db.cpp with 100% similarity]
src/db.h [moved from db.h with 100% similarity]
src/headers.h [moved from headers.h with 100% similarity]
src/init.cpp [moved from init.cpp with 100% similarity]
src/init.h [moved from init.h with 100% similarity]
src/irc.cpp [moved from irc.cpp with 100% similarity]
src/irc.h [moved from irc.h with 100% similarity]
src/json/LICENSE.txt [moved from json/LICENSE.txt with 100% similarity]
src/json/json_spirit.h [moved from json/json_spirit.h with 100% similarity]
src/json/json_spirit_error_position.h [moved from json/json_spirit_error_position.h with 100% similarity]
src/json/json_spirit_reader.cpp [moved from json/json_spirit_reader.cpp with 100% similarity]
src/json/json_spirit_reader.h [moved from json/json_spirit_reader.h with 100% similarity]
src/json/json_spirit_reader_template.h [moved from json/json_spirit_reader_template.h with 100% similarity]
src/json/json_spirit_stream_reader.h [moved from json/json_spirit_stream_reader.h with 100% similarity]
src/json/json_spirit_utils.h [moved from json/json_spirit_utils.h with 100% similarity]
src/json/json_spirit_value.cpp [moved from json/json_spirit_value.cpp with 100% similarity]
src/json/json_spirit_value.h [moved from json/json_spirit_value.h with 100% similarity]
src/json/json_spirit_writer.cpp [moved from json/json_spirit_writer.cpp with 100% similarity]
src/json/json_spirit_writer.h [moved from json/json_spirit_writer.h with 100% similarity]
src/json/json_spirit_writer_template.h [moved from json/json_spirit_writer_template.h with 100% similarity]
src/key.h [moved from key.h with 100% similarity]
src/main.cpp [moved from main.cpp with 100% similarity]
src/main.h [moved from main.h with 100% similarity]
src/makefile.mingw [moved from makefile.mingw with 100% similarity]
src/makefile.osx [moved from makefile.osx with 100% similarity]
src/makefile.unix [moved from makefile.unix with 100% similarity]
src/makefile.vc [moved from makefile.vc with 100% similarity]
src/net.cpp [moved from net.cpp with 100% similarity]
src/net.h [moved from net.h with 100% similarity]
src/noui.h [moved from noui.h with 100% similarity]
src/obj/.gitignore [moved from obj/.gitignore with 100% similarity]
src/obj/nogui/.gitignore [moved from obj/nogui/.gitignore with 100% similarity]
src/rpc.cpp [moved from rpc.cpp with 100% similarity]
src/rpc.h [moved from rpc.h with 100% similarity]
src/script.cpp [moved from script.cpp with 100% similarity]
src/script.h [moved from script.h with 100% similarity]
src/serialize.h [moved from serialize.h with 100% similarity]
src/sha256.cpp [moved from sha256.cpp with 100% similarity]
src/strlcpy.h [moved from strlcpy.h with 100% similarity]
src/ui.cpp [moved from ui.cpp with 100% similarity]
src/ui.h [moved from ui.h with 100% similarity]
src/uibase.cpp [moved from uibase.cpp with 100% similarity]
src/uibase.h [moved from uibase.h with 100% similarity]
src/uint256.h [moved from uint256.h with 100% similarity]
src/util.cpp [moved from util.cpp with 100% similarity]
src/util.h [moved from util.h with 100% similarity]
src/xpm/about.xpm [moved from xpm/about.xpm with 100% similarity]
src/xpm/addressbook16.xpm [moved from xpm/addressbook16.xpm with 100% similarity]
src/xpm/addressbook20.xpm [moved from xpm/addressbook20.xpm with 100% similarity]
src/xpm/bitcoin16.xpm [moved from xpm/bitcoin16.xpm with 100% similarity]
src/xpm/bitcoin20.xpm [moved from xpm/bitcoin20.xpm with 100% similarity]
src/xpm/bitcoin32.xpm [moved from xpm/bitcoin32.xpm with 100% similarity]
src/xpm/bitcoin48.xpm [moved from xpm/bitcoin48.xpm with 100% similarity]
src/xpm/bitcoin80.xpm [moved from xpm/bitcoin80.xpm with 100% similarity]
src/xpm/check.xpm [moved from xpm/check.xpm with 100% similarity]
src/xpm/send16.xpm [moved from xpm/send16.xpm with 100% similarity]
src/xpm/send16noshadow.xpm [moved from xpm/send16noshadow.xpm with 100% similarity]
src/xpm/send20.xpm [moved from xpm/send20.xpm with 100% similarity]

index 1990117..eec3751 100644 (file)
@@ -1,3 +1,3 @@
-*.exe
-bitcoin
-bitcoind
+src/*.exe
+src/bitcoin
+src/bitcoind
similarity index 100%
rename from license.txt
rename to COPYING
diff --git a/README b/README
new file mode 120000 (symlink)
index 0000000..42061c0
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+README.md
\ No newline at end of file
similarity index 99%
rename from build-msw.txt
rename to doc/build-msw.txt
index a28c7ef..e30b4ee 100644 (file)
@@ -106,7 +106,7 @@ Get miniupnpc-1.5.20110215.tar.gz and copy *.h to \upnpc-exe-win32-20110215\mini
 Bitcoin
 -------
 DOS prompt:
-cd \bitcoin
+cd \bitcoin\src
 mingw32-make bitcoin.exe bitcoind.exe -f makefile.mingw
 strip bitcoin.exe
 strip bitcoind.exe
similarity index 100%
rename from build-osx.txt
rename to doc/build-osx.txt
similarity index 99%
rename from build-unix.txt
rename to doc/build-unix.txt
index b959f1a..4494c75 100644 (file)
@@ -13,6 +13,8 @@ UNIX BUILD NOTES
 To Build
 --------
 
+cd src/
+
 make -f makefile.unix            # Bitcoin with wxWidgets GUI
   or
 make -f makefile.unix bitcoind   # Headless bitcoin
similarity index 100%
rename from coding.txt
rename to doc/coding.txt
similarity index 100%
rename from rc/bitcoin.ico
rename to share/pixmaps/bitcoin.ico
similarity index 100%
rename from rc/check.ico
rename to share/pixmaps/check.ico
similarity index 100%
rename from rc/favicon.ico
rename to share/pixmaps/favicon.ico
similarity index 100%
rename from rc/send16.bmp
rename to share/pixmaps/send16.bmp
similarity index 100%
rename from rc/send20.bmp
rename to share/pixmaps/send20.bmp
similarity index 100%
rename from setup.nsi
rename to share/setup.nsi
similarity index 100%
rename from ui.rc
rename to share/ui.rc
similarity index 100%
rename from uiproject.fbp
rename to share/uiproject.fbp
similarity index 100%
rename from base58.h
rename to src/base58.h
similarity index 100%
rename from bignum.h
rename to src/bignum.h
similarity index 100%
rename from cryptopp/Readme.txt
rename to src/cryptopp/Readme.txt
similarity index 100%
rename from cryptopp/config.h
rename to src/cryptopp/config.h
similarity index 100%
rename from cryptopp/cpu.cpp
rename to src/cryptopp/cpu.cpp
similarity index 100%
rename from cryptopp/cpu.h
rename to src/cryptopp/cpu.h
similarity index 100%
rename from cryptopp/cryptlib.h
rename to src/cryptopp/cryptlib.h
similarity index 100%
rename from cryptopp/iterhash.h
rename to src/cryptopp/iterhash.h
similarity index 100%
rename from cryptopp/misc.h
rename to src/cryptopp/misc.h
similarity index 100%
rename from cryptopp/pch.h
rename to src/cryptopp/pch.h
similarity index 100%
rename from cryptopp/secblock.h
rename to src/cryptopp/secblock.h
similarity index 100%
rename from cryptopp/sha.cpp
rename to src/cryptopp/sha.cpp
similarity index 100%
rename from cryptopp/sha.h
rename to src/cryptopp/sha.h
similarity index 100%
rename from cryptopp/simple.h
rename to src/cryptopp/simple.h
similarity index 100%
rename from cryptopp/smartptr.h
rename to src/cryptopp/smartptr.h
similarity index 100%
rename from cryptopp/stdcpp.h
rename to src/cryptopp/stdcpp.h
similarity index 100%
rename from db.cpp
rename to src/db.cpp
diff --git a/db.h b/src/db.h
similarity index 100%
rename from db.h
rename to src/db.h
similarity index 100%
rename from headers.h
rename to src/headers.h
similarity index 100%
rename from init.cpp
rename to src/init.cpp
similarity index 100%
rename from init.h
rename to src/init.h
similarity index 100%
rename from irc.cpp
rename to src/irc.cpp
diff --git a/irc.h b/src/irc.h
similarity index 100%
rename from irc.h
rename to src/irc.h
similarity index 100%
rename from json/LICENSE.txt
rename to src/json/LICENSE.txt
similarity index 100%
rename from json/json_spirit.h
rename to src/json/json_spirit.h
diff --git a/key.h b/src/key.h
similarity index 100%
rename from key.h
rename to src/key.h
similarity index 100%
rename from main.cpp
rename to src/main.cpp
similarity index 100%
rename from main.h
rename to src/main.h
similarity index 100%
rename from makefile.mingw
rename to src/makefile.mingw
similarity index 100%
rename from makefile.osx
rename to src/makefile.osx
similarity index 100%
rename from makefile.unix
rename to src/makefile.unix
similarity index 100%
rename from makefile.vc
rename to src/makefile.vc
similarity index 100%
rename from net.cpp
rename to src/net.cpp
diff --git a/net.h b/src/net.h
similarity index 100%
rename from net.h
rename to src/net.h
similarity index 100%
rename from noui.h
rename to src/noui.h
similarity index 100%
rename from obj/.gitignore
rename to src/obj/.gitignore
similarity index 100%
rename from rpc.cpp
rename to src/rpc.cpp
diff --git a/rpc.h b/src/rpc.h
similarity index 100%
rename from rpc.h
rename to src/rpc.h
similarity index 100%
rename from script.cpp
rename to src/script.cpp
similarity index 100%
rename from script.h
rename to src/script.h
similarity index 100%
rename from serialize.h
rename to src/serialize.h
similarity index 100%
rename from sha256.cpp
rename to src/sha256.cpp
similarity index 100%
rename from strlcpy.h
rename to src/strlcpy.h
similarity index 100%
rename from ui.cpp
rename to src/ui.cpp
diff --git a/ui.h b/src/ui.h
similarity index 100%
rename from ui.h
rename to src/ui.h
similarity index 100%
rename from uibase.cpp
rename to src/uibase.cpp
similarity index 100%
rename from uibase.h
rename to src/uibase.h
similarity index 100%
rename from uint256.h
rename to src/uint256.h
similarity index 100%
rename from util.cpp
rename to src/util.cpp
diff --cc src/util.h
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge