arkpar
b3d43bd511
refactored code to use native qml object hierarchy instead of forcing
object properties from c++
10 years ago
arkpar
f994da400f
debug formatting for structs and arrays
10 years ago
arkpar
34f13c5920
struct editor
10 years ago
jhuntley
6d62e3ab26
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
10 years ago
jhuntley
0bf7d15a57
asio.h and windows.h build comments as per request.
10 years ago
jhuntley
e1e7b227df
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
10 years ago
Gav Wood
2c6b18f01b
Add EVMJIT.
10 years ago
arkpar
7af5ac1252
allow more than one contract
10 years ago
Lefteris Karapetsas
122aada70f
Contract Interface Functions now return FunctionType
- Enchanced Function Type by declaration so that it can provide all the
required information at each place interface functions are consumed
- Changed all places where interface functions was used.
- Simplified Mix's FunctionDefinition code
10 years ago
arkpar
b067d3e65a
fixed std contracts loading by placing them into single compilation unit
10 years ago
Lefteris Karapetsas
50a4b6055b
Fixes after rebasing on develop
10 years ago
Lefteris Karapetsas
3d1c0a9bef
Modifications to Mix to adapt to FunctionDescription
10 years ago
arkpar
15c92843b7
fixed msvc build
10 years ago
arkpar
6e4ce3fe55
fixed msvc build
10 years ago
arkpar
b98456cce5
transaction log
10 years ago
yann300
0f7459490b
Manage parameters in constructor #820
10 years ago
Lefteris Karapetsas
c201e85c01
mix uses new getInterfaceFunctions()
10 years ago
U-SVZ13\Arkady
1dcc22c923
another attempt to fix msvc build
10 years ago
arkpar
ab89822535
continue code model impl
10 years ago
yann300
c6b6fddda1
- move Solidity 'Declaration' obj in each specialized Qclass.
10 years ago
yann300
68dd4f1ffd
- Capitals on comments.
- Class suffix renamed Ctrl => Control.
- Use specialized QList (QVariableDeclaration instead of QObject).
- Use CompilerStack::getContractDefinition instead of
CompilerStack::getAst.
10 years ago
yann300
ab85477987
- class / function documentation.
- misc changes.
10 years ago
yann300
8d304d86d0
- Transaction call debugging.
10 years ago
yann300
0730f0910c
add QContractDefinition, QBasicNodeDefinition, QFunctionDefinition,
QVariableDeclaration
10 years ago