aboutsummaryrefslogtreecommitdiff
path: root/makefile.mingw
AgeCommit message (Collapse)Author
2011-04-23directory re-organization (keeps the old build system)Jaromil
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
2011-03-30Allow UPnP mapping when USE_UPNP is defined and miniupnpc is installed at ↵Matt Corallo
build time(statically linked). Thanks joepie91 for the translation of the new copyright notices into Dutch. Thanks sipa for the translation of the new copyright notices into French. Thanks megu for the translation of the new copyright notices into Spanish. Thanks justmoon/Blitzboom for the translation of the new copyright notices into German. Thanks Joozero for the translation of the new copyright notices into Italian. Remaining translations were provided by Google Translate.
2011-02-18Windows mingw32 makefile and build notes (thanks m0mchil)Gavin Andresen
2010-08-10enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bitSatoshi Nakamoto
2010-07-30Fredrik Roubert: simplified makefile.unix with wx-config, misc--author=Satoshi Nakamoto
2010-07-27added a subset of Crypto++ 5.6.0 with 48% faster ASM SHA-256, combined ↵--author=Satoshi Nakamoto
speedup 2.5x faster vs 0.3.3, thanks BlackEye for figuring out the alignment problem
2010-07-26bitcoind now compiles without wxWidgets or wxBaseSatoshi Nakamoto
2010-07-23Configuration file, HTTP Basic authenticationGavin Andresen
2010-07-14Fix CRLFGavin Andresen
2010-05-26better prevention of inventory relaying during initial download,s_nakamoto
message checksum between nodes with 0.2.9 or higher, optimization level up from -O0 to -O2, rpc functions: setlabel, getlabel, getaddressesbylabel, getreceivedbyaddress, getreceivedbylabel, listreceivedbyaddress, listreceivedbylabel -- version 0.2.9
2010-02-25GUI-less build target bitcoind that links to wxBase and shouldn't need GTK,s_nakamoto
split init and shutdown from ui.cpp into init.cpp, support wxUSE_GUI=0 -- version 0.2.7
2010-02-17all builds are now with wxWidgets-2.9.0, we are now using UTF-8, s_nakamoto
added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo -- version 0.2.2