Gav Wood
|
565e3f19ff
|
Compile fix for Apple's handicapped clang.
|
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 |
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 |
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 |
Paweł Bylica
|
92a88040c8
|
Remove hardcoded LLVM library path and include optional CPP-JIT connector library from evmjit
|
10 years ago |
Paweł Bylica
|
2f6d46d506
|
Merge commit '271b4ccde44e491f7daae3a097e3345d9a856c0d' into evmjit
|
10 years ago |
Paweł Bylica
|
271b4ccde4
|
Avoid hardcoded LLVM library path
|
10 years ago |
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 |