Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Multi-variable declarations. | chriseth | 2015-10-13 | 1 | -5/+21 |
| | |||||
* | Refactoring to allow multi-variable declarations. | chriseth | 2015-10-09 | 1 | -3/+6 |
| | |||||
* | Reject ether sent to library. | chriseth | 2015-10-07 | 1 | -0/+3 |
| | |||||
* | Compiler version stamp. | chriseth | 2015-10-06 | 1 | -0/+6 |
| | |||||
* | Tests apart from new one work fine. | chriseth | 2015-10-06 | 1 | -6/+5 |
| | |||||
* | Split external type into ecoding and interface type. | chriseth | 2015-10-06 | 1 | -6/+5 |
| | |||||
* | Bugfix in calldata unpacker. | chriseth | 2015-10-01 | 1 | -27/+25 |
| | | | | | The offset was not specified correctly if memory activity preceded the unpacker. | ||||
* | Refactoring: Check types outside of AST and recover from some errors. | chriseth | 2015-09-22 | 1 | -18/+19 |
| | |||||
* | throw statement implementation | LianaHus | 2015-09-16 | 1 | -0/+7 |
| | |||||
* | Style. | chriseth | 2015-09-11 | 1 | -1/+2 |
| | |||||
* | Transition from bytecode to more general linker objects. | chriseth | 2015-09-11 | 1 | -6/+9 |
| | |||||
* | renamed getter functions | LianaHus | 2015-09-08 | 1 | -94/+96 |
| | |||||
* | Merge pull request #22 from LianaHus/sol_accessors_for_const_state_var | chriseth | 2015-08-22 | 1 | -1/+4 |
|\ | | | | | fixed the issue with accessors for constant state variables | ||||
| * | add tests for state variables accessors. normal and constant | LianaHus | 2015-08-21 | 1 | -1/+4 |
| | | | | | | | | fixed the issue with accessors for constant state variables | ||||
* | | Propagate exceptions in clone calls. | chriseth | 2015-08-21 | 1 | -0/+3 |
|/ | |||||
* | Add CMakeLists.txt for libsolidity | Lefteris Karapetsas | 2015-08-19 | 1 | -0/+726 |