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 |
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
|
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 |
Marek Kotewicz
|
0aefbb6b2d
|
recent changes from solc working on macos
|
10 years ago |
Lefteris Karapetsas
|
c29108a9d8
|
Styling issues and add TODO in Interfacehandler
|
10 years ago |
Christian
|
781d58d705
|
String types.
|
10 years ago |
Marek Kotewicz
|
0cfc5b41a3
|
Merge branch 'develop' into build_enhancement
|
10 years ago |
chriseth
|
c4a4760c09
|
Merge pull request #582 from chriseth/sol_varSizeVariables
Variably sized elements on the stack
|
10 years ago |
chriseth
|
5f48ab4046
|
Const change.
|
10 years ago |
Christian
|
9c2ce9cbbc
|
Stylistic changes.
|
10 years ago |
chriseth
|
cdb03eb787
|
Merge pull request #580 from LefterisJP/solc_cmd_options
Solc command line arguments
|
10 years ago |
Marek Kotewicz
|
17252cecf1
|
minimum cmake version upgraded to 2.8.12
|
10 years ago |
Lefteris Karapetsas
|
01e419fcaf
|
Natspec title and author tag.
- Adding the title and author natspec documentation tags for contracts
- Also using the author tag for functions now
- Tests
|
10 years ago |
Christian
|
dc478ba0bd
|
Take variable stack size correctly into account for return value packer.
|
10 years ago |
Marek Kotewicz
|
48dfbaf3c9
|
updated cmake policies
|
10 years ago |
ethdev
|
3fae343041
|
cmake improvements on windows
|
10 years ago |
ethdev
|
c0eb458ce7
|
Merge branch 'build_enhancement' of https://github.com/ethereum/cpp-ethereum into build_enhancement
|
10 years ago |
ethdev
|
8098a94941
|
io_service is 2 again
|
10 years ago |
Marek Kotewicz
|
7c26fa0afe
|
common changes in cmakes
|
10 years ago |
Marek Kotewicz
|
281a9e2b22
|
jsonrpc option in cmakes, removed all warnings
|
10 years ago |
Lefteris Karapetsas
|
131998f242
|
Cleaner interface for Solc CLI bytecode handling
|
10 years ago |
Marek Kotewicz
|
391512d0a2
|
fixed compiler settings on windows, added few comments
|
10 years ago |
subtly
|
7418077b4c
|
fix for windows compliation (circular dependency between statics initialized dynamically and dynamically initialized statics)
|
10 years ago |
Gav Wood
|
49b1039bd7
|
PV49 alterations for creation.
|
10 years ago |
Lefteris Karapetsas
|
030442811a
|
Explicitly calling dev::operator<<() on two occassions due to mixup with boost
|
10 years ago |
Lefteris Karapetsas
|
7a5c1db126
|
Styling issues and new class name for the CLI
|
10 years ago |
ethdev
|
ea8d11378c
|
small windows fix
|
10 years ago |