Marek Kotewicz
|
24ff0baa05
|
third is using executable helper
|
10 years ago |
Marek Kotewicz
|
ba24285369
|
mix is using executable helper
|
10 years ago |
Paweł Bylica
|
992abb31ed
|
Replace spaces with tabs
|
10 years ago |
Paweł Bylica
|
6e06b09ddb
|
Merge remote-tracking branch 'upstream/develop' into vm
Conflicts:
libethereum/Executive.cpp
libethereum/Executive.h
libethereum/State.cpp
|
10 years ago |
Gav Wood
|
946fd2126a
|
Remove extraneous old stuff for PoC-7.
Fix gas remaining issue.
|
10 years ago |
Marek Kotewicz
|
a749a38246
|
EthExecutableHelper.cmake
|
10 years ago |
Paweł Bylica
|
79e9becdaa
|
Report wrong account address in case of unexpected storege key
|
10 years ago |
Paweł Bylica
|
488db06864
|
Test unexpected storage entries
|
10 years ago |
Paweł Bylica
|
f47ed02603
|
Integrate VMFactory with evmjit submodule
|
10 years ago |
Gav Wood
|
c9cea539b2
|
Minor cleanup.
|
10 years ago |
Gav Wood
|
19c272c32d
|
Fix for crazy compiler lambda behaviour.
|
10 years ago |
Gav Wood
|
20d0865e6a
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
774abf0d54
|
Dynamic gas requirements for premined crypto contracts.
|
10 years ago |
chriseth
|
72278f87f2
|
Merge pull request #591 from chriseth/sol_optimizerTests
Some (few) tests for the optimizer.
|
10 years ago |
Christian
|
22fa12debf
|
Do not add at the end of the function selector "loop".
|
10 years ago |
Christian
|
615438a890
|
Swap literals to the end if optimizing.
|
10 years ago |
ethdev
|
d439e65fee
|
copying dlls to executable directory on windows
|
10 years ago |
Paweł Bylica
|
44d596eed5
|
Merge remote-tracking branch 'origin/vm' into develop-evmcc
|
10 years ago |
chriseth
|
4e0dbd1c7a
|
Whitespace change.
|
10 years ago |
Christian
|
31cb9bb310
|
Some (few) tests for the optimizer.
|
10 years ago |
Paweł Bylica
|
7e2e58aaa5
|
VM::go detemplatized. Cleanups.
|
10 years ago |
Marek Kotewicz
|
71eb3d4a6f
|
Merge branch 'develop' into build_enhancement
|
10 years ago |
Marek Kotewicz
|
fb72a7ce5f
|
fixed styling issues
|
10 years ago |
Gav Wood
|
8936419186
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
0049f52383
|
Merge pull request #590 from debris/macox_fixes
fixed solidity not building on macos
|
10 years ago |
Christian
|
37a15d96ea
|
Support empty strings.
|
10 years ago |
Marek Kotewicz
|
d70190b0da
|
removed explicit
|
10 years ago |
Marek Kotewicz
|
8ece9eb2b1
|
Merge branch 'macox_fixes' into build_enhancement
|
10 years ago |
Marek Kotewicz
|
4b90d315b7
|
user-provided default constructor
|
10 years ago |
Marek Kotewicz
|
15d7d99225
|
extdep minimum cmake version required set to 2.8.12
|
10 years ago |
Marek Kotewicz
|
f5e89f41be
|
Merge branch 'macox_fixes' into build_enhancement
Conflicts:
test/solidityNatspecJSON.cpp
|
10 years ago |
Marek Kotewicz
|
71ebfe7736
|
fixed solidity not building on macos
|
10 years ago |
arkpar
|
524eaa300e
|
Merge branch 'ide_m25' of https://github.com/yann300/cpp-ethereum into mix
|
10 years ago |
yann300
|
0730f0910c
|
add QContractDefinition, QBasicNodeDefinition, QFunctionDefinition,
QVariableDeclaration
|
10 years ago |
arkpar
|
5fb65b7618
|
continue transaction dialog implementation
|
10 years ago |
chriseth
|
b27eb0b70a
|
Merge pull request #589 from LefterisJP/solc_stdin_fix
Fixing segfault for solc if stdin is given as input file
|
10 years ago |
Lefteris Karapetsas
|
965d0c64da
|
Fixing segfault for solc if stdin is given as input file
- Solc should now check its input files and skip them if they don't
exist or if they are not a valid file
|
10 years ago |
Paweł Bylica
|
799c8f95de
|
Merge remote-tracking branch 'origin/vm' into develop-evmcc
Conflicts:
libethereum/Executive.cpp
libethereum/Executive.h
libethereum/State.cpp
libevm/VM.cpp
libevm/VM.h
libevm/VMFace.h
test/createRandomTest.cpp
test/vm.cpp
windows/LibEthereum.vcxproj.filters
|
10 years ago |
Paweł Bylica
|
b68e671e26
|
Update evmjit submodule url
|
10 years ago |
Paweł Bylica
|
15b2fcd543
|
Catch exception by reference
|
10 years ago |
Paweł Bylica
|
c7526d0d95
|
Style fixes (mostly)
|
10 years ago |
chriseth
|
76d0f1af4d
|
Merge pull request #586 from LefterisJP/natspec_contract_tags
Natspec title and author tag.
|
10 years ago |
Paweł Bylica
|
e4d55ba71b
|
Merge remote-tracking branch 'upstream/develop' into vm
|
10 years ago |
Paweł Bylica
|
b1dc0d5e6a
|
VMFactory - a new way of creating VMs
|
10 years ago |
Christian
|
5df0e27a48
|
Merge remote-tracking branch 'ethereum/develop' into sol_strings
Conflicts:
libsolidity/Types.cpp
|
10 years ago |
chriseth
|
bc98150067
|
Merge pull request #577 from chriseth/sol_constCleanup
Solidity const cleanup
|
10 years ago |
Christian
|
584242357a
|
Helper functions to access memory.
|
10 years ago |
Christian
|
0a4ed44679
|
Tests for empty and too long strings.
|
10 years ago |
ethdev
|
af48f7cd62
|
Merge branch 'build_enhancement' of https://github.com/ethereum/cpp-ethereum into build_enhancement
|
10 years ago |
ethdev
|
d608ebf36b
|
windows boost compiling with program_options module
|
10 years ago |