79 Commits (71426520a1fb387cfc8bdd6c63d9b1fa3123c1bd)

Author SHA1 Message Date
Paweł Bylica 71426520a1 Add LLVMEnable user macro in LLVM.props (VS property sheet) to allow easily disabling LLVM dependency 10 years ago
Paweł Bylica 399ba5a855 Updating Visual Studio project files 10 years ago
Paweł Bylica 86c42ce1fa Endianness handler 10 years ago
Paweł Bylica 0e56f2609d Running vm_tests with JIT 10 years ago
Paweł Bylica 9552394cd1 VM execution wrapper with similar interface as libevm/VM 10 years ago
Paweł Bylica a6c58c38d8 Move JIT compiler project to library 10 years ago
Paweł Bylica 83642fe9de Introducing CompilerHelper - a base class for... compiler helper classes like Memory, GasMeter, etc. 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 f8813b2843 Cleanup LLVM types usage 10 years ago
Paweł Bylica 5e3113e49e Introducing GasMeter 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
Paweł Bylica 0ec77d681c Make the Stack an integral part of BasicBlock 10 years ago
Paweł Bylica 5bf462e03d Introducing BasicBlock class. 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
Paweł Bylica 24a99ef798 Runtime class that inits and keeps stack, memory and ExtVM interface 10 years ago
AronVanAmmers 8d4b71af5a Fix build by including all files from CryptoPP that compile without errors or warnings. 10 years ago
Paweł Bylica 362acacfa2 Set/get values in Ext store - SSTORE & SLOAD 10 years ago
Paweł Bylica 6eab61a1ae Starting ExtVM binary interface 10 years ago
Paweł Bylica 26a952cd1d Stack interface and implementation 10 years ago
Tim Hughes 2908e7706f Update MSVC projects. 10 years ago
Paweł Bylica b47adc68c7 Staring with Stack helper 10 years ago
Paweł Bylica 9ddc25a664 Implementation of ExecutionEngine with LLVM MCJIT 10 years ago
Paweł Bylica ec7609f0ad ExecutionEngine stub and -i program option for interpreting EVM Code 10 years ago
Paweł Bylica f378909442 Moving Compiler to separated files 10 years ago
Paweł Bylica f4c7a514e9 Fixing evmcc Visual Studio project settings 10 years ago
Paweł Bylica 76975a1b42 Visual Studio project config for evmcc 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. 10 years ago
AronVanAmmers a60661f1c3 Updated LibEthereum.vcxproj with removed/added files to fix build in VS2013 11 years ago
Tim Hughes 2250f100e9 Fixed minor VS2013 compile errors and updated projects. 11 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