Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not catch InternalCompilerErrors as part of fatal error handling. | chriseth | 2015-10-16 | 1 | -1/+3 |
| | | | | InternalCompilerErrors always have to end the whole compilation process because a serious inconsistency was detected. | ||||
* | changed the way of reporting error during contract checking | LianaHus | 2015-10-16 | 1 | -9/+3 |
| | |||||
* | style fixes mostly | LianaHus | 2015-10-15 | 1 | -1/+5 |
| | |||||
* | removed commit | LianaHus | 2015-10-15 | 1 | -1/+0 |
| | |||||
* | fixes error after conflict resolving | LianaHus | 2015-10-15 | 1 | -2/+1 |
| | |||||
* | errors instead of exceptions | LianaHus | 2015-10-15 | 1 | -9/+23 |
| | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp | ||||
* | added Error class for all kind of errors | LianaHus | 2015-10-15 | 1 | -2/+2 |
| | | | | | Conflicts: libsolidity/Exceptions.h | ||||
* | Resolve binary dependencies properly. | chriseth | 2015-10-07 | 1 | -16/+27 |
| | |||||
* | Compute canonical names of types for function signatures. | chriseth | 2015-10-06 | 1 | -4/+7 |
| | |||||
* | -fixed the warning printing | LianaHus | 2015-10-02 | 1 | -4/+5 |
| | | | | -style fixes | ||||
* | Error formatting. | chriseth | 2015-09-22 | 1 | -21/+16 |
| | |||||
* | Refactoring: Check types outside of AST and recover from some errors. | chriseth | 2015-09-22 | 1 | -2/+10 |
| | |||||
* | Commandline interface for the linker. | chriseth | 2015-09-12 | 1 | -0/+10 |
| | |||||
* | Transition from bytecode to more general linker objects. | chriseth | 2015-09-11 | 1 | -20/+22 |
| | |||||
* | - renamed AST to ast and ABI to abi | LianaHus | 2015-09-08 | 1 | -1/+1 |
| | | | | - style fixes | ||||
* | removed get prefix | LianaHus | 2015-09-08 | 1 | -3/+5 |
| | | | | style fixes | ||||
* | renamed getter functions | LianaHus | 2015-09-08 | 1 | -63/+63 |
| | |||||
* | Add CMakeLists.txt for libsolidity | Lefteris Karapetsas | 2015-08-19 | 1 | -0/+391 |