nicksavers
42cb5ae9f0
Add files fix VS2013
10 years ago
Paweł Bylica
ce084a7f69
Update LibMiniUPnP.vcxproj to build without warnings (deprecated functions used) and allow using miniupnpc newer that 1.8.
10 years ago
Paweł Bylica
1fac4812f5
LibEthereum.vcxproj updated: missing Exceptions.cpp file added
10 years ago
arkpar
9d29f7d4be
moved ETH_MINIUPNPC to props on windows; fixed style
10 years ago
Arkady Paronyan
beaca33c62
reverted Alethzero.vcxproj
10 years ago
Arkady Paronyan
c0aafadb5f
reverted obsolete changes
10 years ago
Arkady Paronyan
717b4ff779
fixed msvc buld
10 years ago
AronVanAmmers
8d4b71af5a
Fix build by including all files from CryptoPP that compile without errors or warnings.
10 years ago
Tim Hughes
2908e7706f
Update MSVC projects.
10 years ago
Gav Wood
431a3c242f
Fixes...
10 years ago
Gav Wood
599970e9e0
Moc downloadview.h.
10 years ago
Gav Wood
4483e1a816
Kill Walleth from Windows.
10 years ago
Tim Hughes
65401e5b37
Fixed all the VS2013 build issues.
- Updated projects after all the re-potting.
- For simplicity, there's just one VS project for all the libethereum projects, however VS doesn't like duplicate source file names within the same project. To get around this I've created some "single compilation units" for some folders, these probably also compile faster than multiple files.
- Some 32bit only compile errors in RLP (cryptic template ambiguity) were resolved by explicitly invoking operator T() rather than doing a cast to T.
- Moved multiple implementations of toString(h256s const& _bs) into FixedHash.h
- Release shutdown deadlock problem is outstanding.
10 years ago
AronVanAmmers
a60661f1c3
Updated LibEthereum.vcxproj with removed/added files to fix build in VS2013
10 years ago
Tim Hughes
2250f100e9
Fixed minor VS2013 compile errors and updated projects.
10 years ago
Giacomo Tazzari
1c23d788e9
Visual Studio 2013 Update 3 needs _WINSOCK_DEPRECATED_NO_WARNINGS for libminiupnpc
11 years ago
Tim Hughes
500553d3b1
Updated VS2013 projects.
11 years ago
Tim Hughes
a51159ef24
VS2013 fixes.
11 years ago
Tim Hughes
6212792ff7
Added Manifest.* to MSVC project.
11 years ago
Tim Hughes
ab2ebe5a4e
#define _SCL_SECURE_NO_WARNINGS for MSVC to squash unwanted warnings.
11 years ago
Tim Hughes
fbf4ab84d1
Added projects for exp, lllc and sc. Plus couple of fixes.
11 years ago
Tim Hughes
efb99338f6
Fixed MSVC build errors and updated projects.
11 years ago
Tim Hughes
496a77bdf8
Fixed all the windows compile errors and project reorg with the exception of the more complex problem in Parser.cpp
11 years ago
Tim Hughes
246eba2869
Fixed windows build errors.
11 years ago
Tim Hughes
8cafdbdb12
Fixed bootstrap.sh (better handling of PATH and native perl, python and ruby detection).
11 years ago
Tim Hughes
ec9e8c5544
Fix include path.
11 years ago
Tim Hughes
1c24265001
Fixed neth and added project to solution (also renamed Ethereum.vcxproj to Eth.vcxproj).
11 years ago
Tim Hughes
5c21939917
Added MinGW compiled ncurses libraries.
11 years ago
Tim Hughes
028415daa9
Ensure all qml files and other plugins are copied to output directory.
11 years ago
Tim Hughes
53481f2913
Fix Qt compile flags (-no-accessibility silently breaks Qml, must have copied this flag from some tutorial) and just build all of Qt for simplicity.
11 years ago
Tim Hughes
7ed562de1f
Preserve CRLF in *.vcxproj
11 years ago
Tim Hughes
0405132b25
Updated for VS2013.
11 years ago
Tim Hughes
70d131e1da
Walleth a little close to working (compiled qrc).
11 years ago
Tim Hughes
2e404fcee9
Fix VS2013 build again.
11 years ago
Tim Hughes
ad4698e79e
VS2013 build working again:
- Added ICU download and compile steps to bootstrap.sh.
- Switched Qt to shared libraries and enabled ICU and Webkit.
- Switched to shared MS CRT.
- Disable C4244 and C4267 warnings since these are not picked up by GCC.
11 years ago
Tim Hughes
9afdfd50d5
Update TestEthereum.vcxproj
11 years ago
Tim Hughes
fb873b8980
Update build script to compile boost test library.
11 years ago
Tim Hughes
e0036b5f27
Update TestEthereum.vcxproj
11 years ago
Tim Hughes
d313df53ca
Update build script to compile boost test library.
11 years ago
Tim Hughes
43662cd8fa
Fixed VS2013 projects and compile errors.
Enable and fix addition warnings (-Wextra).
Disable unknown pragma warning (avoids messy wrapping pragmas in compiler guards).
Tidy up some of the waring suppression for 3rd part libraries by wrapping with a header.
11 years ago
Tim Hughes
1af2acdfc2
VS 2013 project for Walleth, plus a few fixes. Need to build a lot more of Qt.
11 years ago
Tim Hughes
3c15f44bc0
Generate BuildInfo.h on VS2013 (using a short lua script to avoid cmake for now).
11 years ago
Tim Hughes
46fcf3b03c
Disable "unknown pragma" warning on VS 2013.
11 years ago
Tim Hughes
025a27ef3f
Check required binaries are present.
11 years ago
Tim Hughes
762b563b4f
Be more helpful and create a branch when checking out cpp-ethereum.
11 years ago
Tim Hughes
f10fbfe5bb
Capitalise Z
11 years ago
Tim Hughes
995062279c
Move ETH_VERSION to Common.h (for now) so it's picked up on MSVC.
11 years ago
Tim Hughes
e3f0a91e9c
Upgraded build script supporting automatic fetch/compile of Qt. Alethzero now compiles with static linking under VS 2013.
11 years ago
Tim Hughes
659a64fb43
VS2013 project and fixes for Alethzero.
11 years ago
Tim Hughes
c37a68666d
Update LibEthereum.vcxproj with added files.
11 years ago