arkpar
34f13c5920
struct editor
10 years ago
Gav Wood
2c6b18f01b
Add EVMJIT.
10 years ago
arkpar
7af5ac1252
allow more than one contract
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
arkpar
0ad33b5f9a
fixed start with empty contract,
started implementing state debugging
10 years ago
arkpar
0594f79267
Transaction QML model
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
yann300
421506a869
- Coding Standards.
- Q_SLOTS => slots.
- https://github.com/ethereum/cpp-ethereum/issues/557 => replace by 8
spaces instead of 4.
- ref to QtQuick 2.2 instead of 2.3
10 years ago
yann300
827de531b9
- Coding standards
10 years ago
yann300
dbc5201e98
- coding standards.
- set 'parent' on QObject custom class to ensure object deletion.
10 years ago
yann300
f990a1ac63
mix IDE M1 first commit
10 years ago
yann300
db1ba8b5b4
style correction.
10 years ago
yann300
369268c0ce
tab indentation
10 years ago
yann300
0a496d7725
- ApplicationCtx.h: refactor of singleton (put inline code in *.h).
- Coding standards (#pragma once, ...).
- CodeEditorExtensionManager.cpp: replace normal pointer by shared_ptr.
- Add namespace dev::mix.
- MixApplication: will be used to catch exception (not used now).
10 years ago
yann300
f6dfd4ac96
add ConstantCompilationModel
10 years ago