Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add several var related test cases | Lu Guanqun | 2015-03-01 | 1 | -0/+34 |
| | |||||
* | Merge pull request #1100 from chriseth/sol_arrays | Gav Wood | 2015-02-23 | 1 | -0/+51 |
|\ | | | | | Parsing support for arrays. | ||||
| * | Allow conversion to dynamic arrays and update grammar. | Christian | 2015-02-22 | 1 | -0/+11 |
| | | |||||
| * | Parsing of array types and basic implementation. | Christian | 2015-02-21 | 1 | -0/+40 |
| | | |||||
* | | Replaced "inheritable" by "internal". | Christian | 2015-02-23 | 1 | -3/+3 |
|/ | |||||
* | Rename "protected" to "inheritable". | Christian | 2015-02-18 | 1 | -3/+3 |
| | |||||
* | "external" visibility specifier. | Christian | 2015-02-17 | 1 | -0/+18 |
| | |||||
* | Removing ';' from the end of EnumDefinition | Lefteris Karapetsas | 2015-02-14 | 1 | -3/+3 |
| | |||||
* | Addressing issues with Enums in Solidity | Lefteris Karapetsas | 2015-02-14 | 1 | -13/+3 |
| | |||||
* | Disallow trailing comma in Enum Declaration | Lefteris Karapetsas | 2015-02-14 | 1 | -0/+14 |
| | |||||
* | Introducing EnumType and some Parser tests | Lefteris Karapetsas | 2015-02-14 | 1 | -0/+14 |
| | |||||
* | Adding test for Enum Parsing | Lefteris Karapetsas | 2015-02-14 | 1 | -0/+14 |
| | |||||
* | add exponent operator | Lu Guanqun | 2015-02-10 | 1 | -0/+11 |
| | | | | https://www.pivotaltracker.com/n/projects/1189488/stories/83746404 | ||||
* | Some fixes for the ether units parser. | Christian | 2015-02-06 | 1 | -0/+13 |
| | |||||
* | Tests for ether subdenominations. Work in progress | Lefteris Karapetsas | 2015-02-05 | 1 | -0/+19 |
| | |||||
* | add two test cases parser error for named args | Lu Guanqun | 2015-02-05 | 1 | -0/+18 |
| | |||||
* | Visibility specifiers. | Christian | 2015-02-03 | 1 | -5/+26 |
| | |||||
* | Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop | Gav Wood | 2015-01-30 | 1 | -0/+27 |
|\ | | | | | | | | | | | | | Conflicts: test/SolidityEndToEndTest.cpp test/SolidityNameAndTypeResolution.cpp test/SolidityParser.cpp | ||||
| * | Parsing of events. | Christian | 2015-01-30 | 1 | -0/+27 |
| | | |||||
* | | Fallback functions. | Christian | 2015-01-30 | 1 | -0/+8 |
|/ | |||||
* | Various small fixes for Sol Automatic Accessors | Lefteris Karapetsas | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Fix in addStateVariableAccessor and adjustment of parser tests | Lefteris Karapetsas | 2015-01-29 | 1 | -15/+24 |
| | |||||
* | Type resolution for function modifiers. | Christian | 2015-01-26 | 1 | -0/+10 |
| | |||||
* | Function modifier parsing. | Christian | 2015-01-26 | 1 | -0/+27 |
| | |||||
* | Constructor arguments for base classes. | Christian | 2015-01-20 | 1 | -0/+15 |
| | |||||
* | Inheritance parser. | Christian | 2015-01-20 | 1 | -0/+30 |
| | |||||
* | Fixes/workarounds for tests. | Gav Wood | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | updating solidity parser natspec tests to comply with recent changes | Lefteris Karapetsas | 2014-12-19 | 1 | -7/+7 |
| | |||||
* | Solidity Tests names are now more consistent | Lefteris Karapetsas | 2014-12-18 | 1 | -0/+503 |
- File names and Boost Test Suite have the same name now for every solidity Test, so that there is no need to guess or check when you want to run a specific suite from the command line |