aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/StandardCompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fail if no sources are givenAlex Beregszaszi2017-04-211-4/+1
* Support the AST outputAlex Beregszaszi2017-04-211-1/+2
* Include source mapping identifierAlex Beregszaszi2017-04-211-0/+10
* Output legacyAssembly in StandardCompilerAlex Beregszaszi2017-04-211-1/+12
* Capture error messages from the JSON parserAlex Beregszaszi2017-04-211-2/+8
* Add formatFatalError() to StandardCompilerAlex Beregszaszi2017-04-211-0/+15
* Parse remappings in StandardCompilerAlex Beregszaszi2017-04-211-0/+5
* Parse libraries in StandardCompilerAlex Beregszaszi2017-04-211-0/+8
* Parse optimizer settings in StandardCompilerAlex Beregszaszi2017-04-211-3/+6
* Catch exceptions of StandardCompilerAlex Beregszaszi2017-04-211-1/+13
* Initial implementation of StandardCompilerAlex Beregszaszi2017-04-211-0/+132
* Add StandardCompiler skeletonAlex Beregszaszi2017-04-211-0/+31