Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |