aboutsummaryrefslogtreecommitdiffstats
path: root/Exceptions.h
Commit message (Collapse)AuthorAgeFilesLines
* Move SourceLocation to evmcoreLefteris Karapetsas2015-02-251-1/+1
|
* Moving Source Location libdevcoreLefteris Karapetsas2015-02-251-2/+2
| | | | - Big plus is we now remove the useless header libsolibity/BaseTypes.h
* change typedef to using according to preferred coding styleLu Guanqun2015-02-071-1/+1
|
* Merge remote-tracking branch 'ethereum/develop' into sol_importChristian2014-12-051-0/+1
|\ | | | | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/CompilerStack.h solc/main.cpp
| * Introducing Docstring parsing error exception and style fixesLefteris Karapetsas2014-12-051-0/+1
| |
* | Improved external interface for multi-source and multi-contract compilation.Christian2014-12-041-1/+0
|/
* Converted all asserts to exceptions.Christian2014-11-051-0/+1
|
* Compiler for assignments.Christian2014-10-291-0/+1
|
* Use createTypeError everywhere and stream out Location.Christian2014-10-241-3/+3
|
* Use boost errinfo.Christian2014-10-241-37/+5
|
* Improved exceptions and reporting exceptions for command-line compiler.Christian2014-10-231-3/+40
|
* Coding style and cleanupChristian2014-10-171-3/+3
|
* Corrected coding style.Christian2014-10-161-14/+17
|
* Added meaningful exception types.Christian2014-10-161-0/+34