Paweł Bylica
5384b92c66
Make evmjit library installable
10 years ago
Paweł Bylica
0ae864e72e
Merge remote-tracking branch 'origin/develop-go' into develop
10 years ago
Paweł Bylica
2e5aa30f9f
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
Paweł Bylica
ba84c6c8a1
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
caktux
d7501e386c
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
d0f80eb441
Coding standards.
10 years ago
Gav Wood
695751672c
More consistency!
10 years ago
Gav Wood
4570e9368c
More consistency!
10 years ago
Gav Wood
2304d6c141
Fix for EVMJIT
10 years ago
Gav Wood
67314898d2
Fix for EVMJIT
10 years ago
Gav Wood
d2ba0f336e
Missing comma.
10 years ago
Gav Wood
bfabf82142
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
libsolidity/Types.h
10 years ago
Gav Wood
1f7ccc48d5
Add blockhash to Solidity.
Autopadding fix.
10 years ago
Gav Wood
9706694747
Merge pull request #757 from yann300/ide_m25_uidesign
Ide m25 uidesign
10 years ago
Lefteris Karapetsas
50d3825f1f
Solidity AST Json Exporter
- A first version of the exporter is ready with this commit
- Further refinement will follow once it gets used
10 years ago
Lefteris Karapetsas
f91cb0c368
ASTJSonconverter stack takes objects and not pointers
10 years ago
Lefteris Karapetsas
0642bbbd8c
More work on the AST export. Work in progress
10 years ago
Lefteris Karapetsas
ddd1438a2c
Preparing the ground for AST outputing to JSON
10 years ago
Gav Wood
478fba3d8a
Merge pull request #811 from LefterisJP/az_mainWinStyle
Style fixes in MainWin of AZ.
10 years ago
Gav Wood
7f3fdf385f
Merge pull request #807 from CJentzsch/addTests
included vmInputLimitTests, updated vmSystemOperationTests
10 years ago
Gav Wood
351e9a1eac
Merge pull request #803 from chriseth/sol_enableMSVCWarning
Re-enable MSVC warning 4307.
10 years ago
Paweł Bylica
70d02b1d66
RETURN implementation: JIT returns data
10 years ago
Lefteris Karapetsas
a97a45cee8
Merge pull request #812 from LefterisJP/sol_exprCompilerWarningFix
Fixing an unused parameter warning in ExpressionCompiler
10 years ago
Lefteris Karapetsas
19a20da508
also add compiler error if include order could cause a problem in windows
10 years ago
Lefteris Karapetsas
db440602f2
Changing MainWin.h inclusion order due to MSVC bug
10 years ago
Paweł Bylica
313b77fabd
Allow undefined symbols in shared library on OSX
10 years ago
Lefteris Karapetsas
d5c859efb9
Update ExpressionCompiler.cpp
10 years ago
liana
3e166f15fc
- added functionality to set values to 0 when deleting structure(not for mapping)
- added unit test
Made some changes after Christian`s review on pull request
- remove/edit comments
- BoolType and ContractType return VoidType after delete
- fixed constructor_arguments test
- fixed set to 0 when deleting variable from stack
- changed test case to test that
10 years ago
Christian
c956e2510b
Re-enable MSVC warning 4307.
10 years ago
Lefteris Karapetsas
b91a6c73cc
Fixing an unused parameter warning in ExpressionCompiler
10 years ago
Lefteris Karapetsas
ab6c8f0f37
Style fixes in MainWin of AZ.
- Basically just omitting all namespace prefixes that are declared to be
used with the using directive
10 years ago
yann300
a27026cf6d
- fix windows build.
10 years ago
yann300
34b7b1701a
Merge remote-tracking branch 'upstream/develop' into ide_m25_uidesign
10 years ago
Lefteris Karapetsas
7583637c39
Merge pull request #798 from LefterisJP/natspec_OnContractCreation
Natspec Popup Authentication on transaction
10 years ago
Lefteris Karapetsas
6ee8be71ba
more style fixes and an addition to the coding style
10 years ago
CJentzsch
b782425a1f
Merge remote-tracking branch 'upstream/develop' into addTests
10 years ago
CJentzsch
1b1be69317
included vmInpulLimit Tests, updated vmSystemOperationTests
10 years ago
chriseth
be7044228e
Merge pull request #799 from chriseth/sol_gasAndValue
Specify gas and value for function calls and contract creation calls.
10 years ago
Lefteris Karapetsas
79b953d9e5
Minor style fixes
10 years ago
Lefteris Karapetsas
4ad3ab2174
Fixes and additional checks for Natspec Popup authentication
10 years ago
chriseth
a2cf5088e1
Merge pull request #802 from chriseth/vsFix2797
Work around Visual Studio's C2797.
10 years ago
Lefteris Karapetsas
396fe954b6
Small fixes AZ MainWin.cpp
10 years ago
Paweł Bylica
4101e680c8
Changes in EVM JIT C interface
10 years ago
chriseth
1eda03163c
Merge pull request #801 from chriseth/sol_parseErrorForHashCollision
Check for hash collisions already before compiling.
10 years ago
Christian
8ab39943f0
Work around Visual Studio's C2797.
10 years ago
yann300
06ac786317
- Move memDumpToList into mix project (and list replace by vector).
- Add comments.
- Coding Standards.
10 years ago
Christian
917cade816
Style.
10 years ago
Gav Wood
4f6d21f2e4
Merge pull request #797 from imapp-pl/pr/bugfix/dup
Fix missing stack underflow exception
10 years ago
Christian
9da6bb3629
More flexible access to stack during external function call.
10 years ago
Gav Wood
a2f3c2bd8a
Merge pull request #796 from CJentzsch/randomTestEfficiency
Random test efficiency
10 years ago