Christian
|
4fe47c5014
|
Explicit calls to base class function.
|
10 years ago |
Christian
|
df44090ae6
|
Inheritance in compiler.
|
10 years ago |
Christian
|
71950257c5
|
Magic variables are only needed durinng name and type resolution, not during compilation.
|
10 years ago |
Christian
|
ffead7b4d5
|
Check overrides and provide inherited public interface.
|
10 years ago |
Christian
|
feff325023
|
Import inherited members into the contract's scope.
|
10 years ago |
Christian
|
c1834466a2
|
Inheritance parser.
|
10 years ago |
Lefteris Karapetsas
|
41f33cf690
|
Merge pull request #824 from LefterisJP/sol_BlockhashTests
Sol blockhash tests
|
10 years ago |
Lefteris Karapetsas
|
c3c2b1cf76
|
Improved handling of exceptions in some Solidity Tests
|
10 years ago |
Gav Wood
|
cf27772863
|
Merge pull request #819 from yann300/qmlEthereumTypes
Ethereum QML types: #612
|
10 years ago |
yann300
|
92bdd6fd2f
|
- Add JavaScript ownership for QBigInt (declaration in constructors).
|
10 years ago |
Gav Wood
|
b7e20afd24
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
565e3f19ff
|
Compile fix for Apple's handicapped clang.
|
10 years ago |
Lefteris Karapetsas
|
3c22b77982
|
Adding blockhash test in Solidity ExpressionCompiler
|
10 years ago |
yann300
|
5c2884d407
|
- changes in include ref (in *.h)
|
10 years ago |
yann300
|
5b6ea86566
|
- change ObjectOwnership to JavaScript.
|
10 years ago |
yann300
|
5233166845
|
- misc fixes.
|
10 years ago |
yann300
|
9c777a4d3c
|
- misc fixes.
|
10 years ago |
Lefteris Karapetsas
|
7e145a3d1c
|
Some addition to Solidity Execution Framework
|
10 years ago |
chriseth
|
a4a328cf79
|
Merge pull request #805 from LianaHus/deleteStruct
delete for structs
-added functionality to set values to 0 when deleting structure(not for ...
|
10 years ago |
yann300
|
5fa32387d5
|
Ethereum QML types: #612
|
10 years ago |
Gav Wood
|
5dde4216a1
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
e643fb3039
|
Warnings fix.
|
10 years ago |
Gav Wood
|
d3ade37e63
|
Potential workaround for windows build.
|
10 years ago |
Gav Wood
|
c60f7b2c05
|
Merge pull request #817 from imapp-pl/pr/evmjit_bugfixes
EVMJIT bugfixes and build improvements
|
10 years ago |
Gav Wood
|
58fed6552d
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
c572b713df
|
Warnings fixes.
|
10 years ago |
Gav Wood
|
8b118fbe47
|
Merge pull request #800 from caktux/develop
apply fix for #597 to neth
|
10 years ago |
Gav Wood
|
d8423b4973
|
Merge pull request #813 from LefterisJP/sol_astJson
Exporting Solidity AST in a JSON format
|
10 years ago |
Gav Wood
|
0ed443c102
|
Fix release builds.
|
10 years ago |
Gav Wood
|
14eaec0431
|
Fix warnings.
|
10 years ago |
Gav Wood
|
e7b40e5bdc
|
Fix whitespace :-/
|
10 years ago |
Gav Wood
|
06dbf47763
|
Make owed-accounts update in AZ.
|
10 years ago |
Gav Wood
|
552efabc4e
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
10c08d6204
|
getLastHashes fix.
AZ improvements.
JSAPI string fix.
|
10 years ago |
Gav Wood
|
7e1057c42a
|
Merge pull request #818 from debris/firing_eth_changed
fixed #804 - firing eth_changed
|
10 years ago |
Marek Kotewicz
|
6baacf8b66
|
firing eth_changed, fixed #804
|
10 years ago |
Paweł Bylica
|
f379b238ee
|
Limited old cached objects detection
|
10 years ago |
Paweł Bylica
|
889dd8b835
|
Remove env_sha3 symbol reference in evmjit shared library to be build with no unresolved symbols
|
10 years ago |
Paweł Bylica
|
0edaef0cfd
|
JUMPI fix: an additional item was left on stack when condition is false
|
10 years ago |
liana
|
7651909bdf
|
- corrected delete in case we have more than one locals
- added a test
|
10 years ago |
Paweł Bylica
|
3feeb190d3
|
Environment variable options for EVM JIT:
export EVMJIT_CACHE_OFF=1 disables cache
export EVMJIT_DUMP_MODULE=1 dumps LLVM module to standard output
|
10 years ago |
Paweł Bylica
|
d70b70a88b
|
Rename env_getExtCode -> env_extcode according to other renames
|
10 years ago |
Paweł Bylica
|
e1bed0638c
|
Fix BYTE instruction
|
10 years ago |
liana
|
3012ee73b2
|
removed spaces
|
10 years ago |
liana
|
658b8d86d2
|
Corrected "delete" for local variables i.e. set them to 0
Added test case
|
10 years ago |
Paweł Bylica
|
7e91ed4b7d
|
Correct std::array intialization (again!)
|
10 years ago |
Lefteris Karapetsas
|
e3b15f48c4
|
Style fixes and refactoring in ASTJsonConverter
|
10 years ago |
Paweł Bylica
|
53e62fefbf
|
Do not ignore evmjit
|
10 years ago |
Paweł Bylica
|
0bac8ec6ce
|
Make evmjit dependency of LLVM private
|
10 years ago |
Paweł Bylica
|
921caaa90e
|
Enforce -fPIC for archives in evmjit
|
10 years ago |