Lefteris Karapetsas
|
63e9b3940c
|
Style improvements and succinctness in solc main.cpp
|
2014-12-09 12:05:32 +01:00 |
|
debris
|
4d00b3d6fe
|
msvc changes in tests, but tests not yet working there
|
2014-12-09 00:58:02 +01:00 |
|
Christian
|
125e39dd01
|
Variable-size stack elements for expression compiler.
|
2014-12-08 22:26:22 +01:00 |
|
Christian
|
35d5b28fae
|
Variable-size stack elements for expression compiler.
|
2014-12-08 22:26:22 +01:00 |
|
Christian
|
b7d856ed5f
|
Changes in compiler to support variably sized stack elements.
|
2014-12-08 19:02:40 +01:00 |
|
Christian
|
9b68033efc
|
Cleanup before return.
|
2014-12-08 18:19:25 +01:00 |
|
Christian
|
9e120d4585
|
Consts in SourceReferenceFormatter.
|
2014-12-08 17:47:02 +01:00 |
|
Christian
|
e8b18e95ce
|
Move implementations of ::accept out of AST.cpp.
|
2014-12-08 17:47:02 +01:00 |
|
Christian
|
7be59036e5
|
Register variably-sized variables on stack.
|
2014-12-08 16:56:41 +01:00 |
|
Christian
|
cd5f495861
|
Register variably-sized variables on stack.
|
2014-12-08 16:56:41 +01:00 |
|
Lefteris Karapetsas
|
88cbcdf98a
|
Solc gets arguments for interface and documentation related output
|
2014-12-08 16:42:56 +01:00 |
|
Lefteris Karapetsas
|
5ccf5b5c9e
|
Solc option to output binary and opcode
|
2014-12-08 15:21:20 +01:00 |
|
Lefteris Karapetsas
|
501d6f4a2c
|
Solc evm assembly to either file or stdout option
|
2014-12-08 15:05:23 +01:00 |
|
Marek Kotewicz
|
bc616ecea9
|
Merge branch 'develop' into build_enhancement
|
2014-12-08 14:49:24 +01:00 |
|
Marek Kotewicz
|
889740217f
|
Merge branch 'develop' into build_enhancement
|
2014-12-08 14:49:24 +01:00 |
|
Lefteris Karapetsas
|
3cb4562e5d
|
Solc cmdline option for ast outputting either to stdout or a file
|
2014-12-08 14:46:00 +01:00 |
|
subtly
|
8aba43c5e0
|
Merge branch 'develop' into network
|
2014-12-08 14:44:07 +01:00 |
|
subtly
|
6475a4ffb6
|
cryptopp crash w/null plaintext passed to decrypt
|
2014-12-08 14:41:04 +01:00 |
|
Marek Kotewicz
|
5104bd939f
|
removed few unused lines from cmakes
|
2014-12-08 14:12:28 +01:00 |
|
Marek Kotewicz
|
5dc6d1112a
|
Merge branch 'develop' into build_enhancement
|
2014-12-08 13:56:30 +01:00 |
|
Marek Kotewicz
|
05137b2884
|
Merge branch 'develop' into build_enhancement
|
2014-12-08 13:56:30 +01:00 |
|
Marek Kotewicz
|
6afb6757d7
|
Merge branch 'develop' into build_enhancement
|
2014-12-08 13:56:30 +01:00 |
|
Lefteris Karapetsas
|
7193ac2edc
|
Unknown solc arguments are now ignored
|
2014-12-08 13:30:55 +01:00 |
|
Christian
|
a15b03e991
|
Some more consts.
|
2014-12-08 13:29:14 +01:00 |
|
Lefteris Karapetsas
|
d4d0b07c35
|
using boost::program_options for argument parsing
|
2014-12-08 13:21:16 +01:00 |
|
Christian
|
e0ed942519
|
Removed unused members.
|
2014-12-08 13:15:43 +01:00 |
|
Christian
|
f636ac6fc4
|
More const cleanup.
|
2014-12-08 13:15:43 +01:00 |
|
Christian
|
13640d7db8
|
Clear separation between ASTVisitor and ASTConstVisitor and more const specifiers.
|
2014-12-08 12:53:56 +01:00 |
|
Christian
|
c78c330634
|
Const AST visitor for the compiler.
|
2014-12-08 12:49:03 +01:00 |
|
Christian
|
41b8d7b7f1
|
Const functions for ASTVisitor and const ASTPrinter.
|
2014-12-08 12:49:03 +01:00 |
|
Christian
|
57e6827cb5
|
Calling functions of other contracts.
|
2014-12-08 12:39:29 +01:00 |
|
Christian
|
a78aff544c
|
Calling functions of other contracts.
|
2014-12-08 12:39:29 +01:00 |
|
debris
|
ddf473aa0b
|
common improvements
|
2014-12-08 12:23:10 +01:00 |
|
Christian
|
260a1529a7
|
Compile fix.
|
2014-12-08 12:19:37 +01:00 |
|
Christian
|
1f209f1b7d
|
Merge remote-tracking branch 'ethereum/develop' into sol_import
Conflicts:
libsolidity/CompilerStack.cpp
libsolidity/CompilerStack.h
libsolidity/InterfaceHandler.cpp
libsolidity/InterfaceHandler.h
solc/main.cpp
test/solidityJSONInterfaceTest.cpp
test/solidityNatspecJSON.cpp
|
2014-12-08 12:07:17 +01:00 |
|
Christian
|
3bc5e142dd
|
Merge remote-tracking branch 'ethereum/develop' into sol_import
Conflicts:
libsolidity/CompilerStack.cpp
libsolidity/CompilerStack.h
libsolidity/InterfaceHandler.cpp
libsolidity/InterfaceHandler.h
solc/main.cpp
test/solidityJSONInterfaceTest.cpp
test/solidityNatspecJSON.cpp
|
2014-12-08 12:07:17 +01:00 |
|
Christian
|
26f554d0d8
|
Merge remote-tracking branch 'ethereum/develop' into sol_import
Conflicts:
libsolidity/CompilerStack.cpp
libsolidity/CompilerStack.h
libsolidity/InterfaceHandler.cpp
libsolidity/InterfaceHandler.h
solc/main.cpp
test/solidityJSONInterfaceTest.cpp
test/solidityNatspecJSON.cpp
|
2014-12-08 12:07:17 +01:00 |
|
Paweł Bylica
|
eafe303e08
|
Merge branch 'develop' into vm
|
2014-12-08 11:48:26 +01:00 |
|
debris
|
c0c2b2399e
|
serpent compiling under msvc
|
2014-12-07 19:55:40 +01:00 |
|
debris
|
ed28d3013b
|
serpent compiling under msvc
|
2014-12-07 19:55:40 +01:00 |
|
debris
|
9dd74d13d3
|
solc working
|
2014-12-07 19:07:51 +01:00 |
|
debris
|
c7cf8c6db4
|
solidity compiling under msvc && boosts cmake file fixed
|
2014-12-07 11:29:38 +01:00 |
|
debris
|
49aa83403f
|
solidity compiling under msvc && boosts cmake file fixed
|
2014-12-07 11:29:38 +01:00 |
|
debris
|
9b3417903b
|
solidity compiling under msvc && boosts cmake file fixed
|
2014-12-07 11:29:38 +01:00 |
|
Christian
|
8635399597
|
Comments and braces.
|
2014-12-07 09:46:21 +01:00 |
|
Christian
|
d25d98a260
|
Comments and braces.
|
2014-12-07 09:46:21 +01:00 |
|
CJentzsch
|
fe790a3221
|
Merge remote-tracking branch 'upstream/develop' into stateLogTests
|
2014-12-06 23:15:30 +01:00 |
|
Marek Kotewicz
|
c6ac7dd315
|
Merge branch 'develop' into build_enhancement
|
2014-12-06 17:34:50 +01:00 |
|
Marek Kotewicz
|
2d8eaf8482
|
Merge branch 'develop' into build_enhancement
|
2014-12-06 17:34:50 +01:00 |
|
Marek Kotewicz
|
4d729d62ad
|
Merge branch 'develop' into build_enhancement
|
2014-12-06 17:34:50 +01:00 |
|