Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #66 from chriseth/sol_libraries | chriseth | 2015-09-12 | 15 | -87/+159 |
|\ | | | | | Calling libraries. | ||||
| * | Style. | chriseth | 2015-09-11 | 1 | -1/+2 |
| | | |||||
| * | Possibility to call library functions. | chriseth | 2015-09-11 | 4 | -18/+48 |
| | | |||||
| * | Transition from bytecode to more general linker objects. | chriseth | 2015-09-11 | 7 | -56/+68 |
| | | |||||
| * | Parsing and type checking of libraries without inheritance. | chriseth | 2015-09-11 | 6 | -13/+42 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge pull request #65 from LianaHus/sol_Creating_a_contract_from_within_itself | chriseth | 2015-09-11 | 2 | -3/+12 |
|\ \ | |/ |/| | Added error when creating a contract from within itself | ||||
| * | style fixes | LianaHus | 2015-09-11 | 1 | -1/+1 |
| | | |||||
| * | added type check if the type of the var decl is one of base contract type | LianaHus | 2015-09-10 | 2 | -3/+12 |
| | | |||||
* | | - added tests to test empty comment | LianaHus | 2015-09-10 | 2 | -4/+7 |
|/ | | | | | - fixed skipSingleLineComment - some style fixes | ||||
* | Stylistic corrections. | chriseth | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | Fix for constant strings. | chriseth | 2015-09-08 | 3 | -6/+28 |
| | |||||
* | Merge pull request #41 from LianaHus/sol_rename_getters | chriseth | 2015-09-08 | 37 | -1418/+1444 |
|\ | | | | | solidity interface changes. removing get prefix | ||||
| * | - renamed AST to ast and ABI to abi | LianaHus | 2015-09-08 | 7 | -16/+23 |
| | | | | | | | | - style fixes | ||||
| * | removed get prefix | LianaHus | 2015-09-08 | 11 | -37/+49 |
| | | | | | | | | style fixes | ||||
| * | renamed getter functions | LianaHus | 2015-09-08 | 35 | -1391/+1398 |
| | | |||||
* | | changes required to compile solidity in a single project | debris | 2015-09-01 | 1 | -4/+1 |
|/ | |||||
* | Merge pull request #24 from LianaHus/sol_fix_error_check | Gav Wood | 2015-08-27 | 1 | -1/+1 |
|\ | | | | | added check for having type in VariableDeclaration::checkTypeRequirem… | ||||
| * | added check for having type in VariableDeclaration::checkTypeRequirements() | LianaHus | 2015-08-24 | 1 | -1/+1 |
| | | |||||
* | | client refactor | debris | 2015-08-27 | 1 | -4/+1 |
| | | |||||
* | | Merge pull request #26 from arkpar/cmake | Marek Kotewicz | 2015-08-24 | 1 | -6/+3 |
|\ \ | |/ |/| | Refactored CMakeLists for new module system | ||||
| * | Refactoreed CMakeLists for new module system | arkpar | 2015-08-24 | 1 | -6/+3 |
| | | |||||
* | | Merge pull request #22 from LianaHus/sol_accessors_for_const_state_var | chriseth | 2015-08-22 | 5 | -4/+24 |
|\ \ | | | | | | | fixed the issue with accessors for constant state variables | ||||
| * | | add tests for state variables accessors. normal and constant | LianaHus | 2015-08-21 | 5 | -4/+24 |
| |/ | | | | | | | fixed the issue with accessors for constant state variables | ||||
* / | Propagate exceptions in clone calls. | chriseth | 2015-08-21 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #7 from chriseth/moreInfoForCommandlineOptions | Gav Wood | 2015-08-20 | 1 | -1/+1 |
|\ | | | | | More information for help screen, some fixes for argument parsing. | ||||
| * | More information for help screen, some fixes for argument parsing. | chriseth | 2015-08-20 | 1 | -1/+1 |
| | | |||||
* | | Modularise CMakeLists files and integrate tests. | chriseth | 2015-08-20 | 1 | -6/+6 |
|/ | |||||
* | include Version.h under libsolidity | Lefteris Karapetsas | 2015-08-19 | 1 | -1/+1 |
| | |||||
* | Add CMakeLists.txt for libsolidity | Lefteris Karapetsas | 2015-08-19 | 51 | -0/+18332 |