Commit Graph

18 Commits

Author SHA1 Message Date
Lefteris Karapetsas
a2644c0967 Styling in Natspec Enums 2015-02-09 14:12:36 +01:00
Christian
f4b52ebac1 Exclude standard contracts by default. 2015-01-29 01:29:43 +01:00
Lu Guanqun
3e8876d57e simplify solc's option output
The original one is too verbose.
2015-01-27 23:51:33 +08:00
Lefteris Karapetsas
78d6e82f37 Style fixes and refactoring in ASTJsonConverter 2015-01-16 12:35:59 +01:00
Lefteris Karapetsas
d0f02c28c6 Preparing the ground for AST outputing to JSON 2015-01-15 16:56:40 +01:00
Gav Wood
245fba5055 abi -> json-abi 2015-01-09 08:16:35 +01:00
Gav Wood
8233c071f2 CLI tweaks. 2015-01-09 08:09:30 +01:00
Gav Wood
6de29142ef Rename "JSON Documentation" -> Metadata.
solc integration for Solidity-format ABI.
2015-01-09 08:05:52 +01:00
chriseth
d7873d9cd0 Format catch arguments as function parameters. 2014-12-17 17:08:57 +01:00
Christian
80b8db4f17 Assertions that throw InternalCompilerErrors. 2014-12-17 16:24:56 +01:00
Lefteris Karapetsas
a6fd19c8f3 better alignment of global string constants 2014-12-17 00:17:38 +01:00
Lefteris Karapetsas
dfff581057 Using strings instead of #defined literals in solc 2014-12-16 23:55:38 +01:00
Lefteris Karapetsas
d9f0160a41 Properly outputing opcodes in solc, using normal stream operator 2014-12-16 23:31:22 +01:00
Lefteris Karapetsas
40b4740b43 Fix for unhandled solc exception with opcodes argument
- This should fix #631
2014-12-16 23:08:25 +01:00
Lefteris Karapetsas
207da9ef0f 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
2014-12-11 00:22:35 +01:00
Lefteris Karapetsas
d377ad3fb1 Cleaner interface for Solc CLI bytecode handling 2014-12-09 20:29:29 +01:00
Lefteris Karapetsas
e851d2173d Explicitly calling dev::operator<<() on two occassions due to mixup with boost 2014-12-09 18:17:54 +01:00
Lefteris Karapetsas
df82e26d5a Styling issues and new class name for the CLI 2014-12-09 17:39:34 +01:00