Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored annotations. | chriseth | 2015-09-22 | 1 | -0/+78 |
| | |||||
* | Refactoring: Check types outside of AST and recover from some errors. | chriseth | 2015-09-22 | 1 | -996/+31 |
| | |||||
* | style fixes | LianaHus | 2015-09-15 | 1 | -2/+3 |
| | |||||
* | fixed conflict mergeing | LianaHus | 2015-09-15 | 1 | -2/+2 |
| | |||||
* | - changed implementation | LianaHus | 2015-09-15 | 1 | -36/+53 |
| | | | | | | | - style fixes Conflicts: libsolidity/AST.cpp | ||||
* | Merge pull request #66 from chriseth/sol_libraries | chriseth | 2015-09-12 | 1 | -0/+18 |
|\ | | | | | Calling libraries. | ||||
| * | Parsing and type checking of libraries without inheritance. | chriseth | 2015-09-11 | 1 | -0/+18 |
| | | |||||
* | | Merge pull request #69 from LianaHus/sol_enum_too_many_indexed_args | chriseth | 2015-09-11 | 1 | -2/+5 |
|\ \ | |/ |/| | too many indexed arguments for event | ||||
| * | add call for EventDefinition::checkTypeRequirements() | LianaHus | 2015-09-11 | 1 | -2/+5 |
| | | |||||
* | | added type check if the type of the var decl is one of base contract type | LianaHus | 2015-09-10 | 1 | -1/+8 |
|/ | |||||
* | Stylistic corrections. | chriseth | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | Fix for constant strings. | chriseth | 2015-09-08 | 1 | -6/+16 |
| | |||||
* | - renamed AST to ast and ABI to abi | LianaHus | 2015-09-08 | 1 | -2/+4 |
| | | | | - style fixes | ||||
* | removed get prefix | LianaHus | 2015-09-08 | 1 | -4/+10 |
| | | | | style fixes | ||||
* | renamed getter functions | LianaHus | 2015-09-08 | 1 | -179/+182 |
| | |||||
* | added check for having type in VariableDeclaration::checkTypeRequirements() | LianaHus | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | add tests for state variables accessors. normal and constant | LianaHus | 2015-08-21 | 1 | -2/+5 |
| | | | | fixed the issue with accessors for constant state variables | ||||
* | Add CMakeLists.txt for libsolidity | Lefteris Karapetsas | 2015-08-19 | 1 | -0/+1164 |