aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow Solidity build to be disabled.Gav Wood2015-04-051-0/+3
* Parsing of not fully implemented functionsLefteris Karapetsas2015-03-251-0/+8
* - added more tests to check constant specifier implementationLiana Husikyan2015-03-161-0/+9
* Some fixes on Types.cpp for FixedBytesTypeLefteris Karapetsas2015-03-121-17/+17
* Style fixes and some additional hash to bytes32 renamingLefteris Karapetsas2015-03-121-16/+16
* Most EndToEndTests are now compliant with the Bytes renamingLefteris Karapetsas2015-03-121-2/+2
* Move ETH_TEST() Macros to TestHelper.hLefteris Karapetsas2015-03-061-81/+65
* add several var related test casesLu Guanqun2015-03-011-0/+34
* Merge pull request #1100 from chriseth/sol_arraysGav Wood2015-02-231-0/+51
|\
| * Allow conversion to dynamic arrays and update grammar.Christian2015-02-221-0/+11
| * Parsing of array types and basic implementation.Christian2015-02-211-0/+40
* | Replaced "inheritable" by "internal".Christian2015-02-231-3/+3
|/
* Rename "protected" to "inheritable".Christian2015-02-181-3/+3
* "external" visibility specifier.Christian2015-02-171-0/+18
* Removing ';' from the end of EnumDefinitionLefteris Karapetsas2015-02-141-3/+3
* Addressing issues with Enums in SolidityLefteris Karapetsas2015-02-141-13/+3
* Disallow trailing comma in Enum DeclarationLefteris Karapetsas2015-02-141-0/+14
* Introducing EnumType and some Parser testsLefteris Karapetsas2015-02-141-0/+14
* Adding test for Enum ParsingLefteris Karapetsas2015-02-141-0/+14
* add exponent operatorLu Guanqun2015-02-101-0/+11
* Some fixes for the ether units parser.Christian2015-02-061-0/+13
* Tests for ether subdenominations. Work in progressLefteris Karapetsas2015-02-051-0/+19
* add two test cases parser error for named argsLu Guanqun2015-02-051-0/+18
* Visibility specifiers.Christian2015-02-031-5/+26
* Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2015-01-301-0/+27
|\
| * Parsing of events.Christian2015-01-301-0/+27
* | Fallback functions.Christian2015-01-301-0/+8
|/
* Various small fixes for Sol Automatic AccessorsLefteris Karapetsas2015-01-291-1/+1
* Fix in addStateVariableAccessor and adjustment of parser testsLefteris Karapetsas2015-01-291-15/+24
* Type resolution for function modifiers.Christian2015-01-261-0/+10
* Function modifier parsing.Christian2015-01-261-0/+27
* Constructor arguments for base classes.Christian2015-01-201-0/+15
* Inheritance parser.Christian2015-01-201-0/+30
* Fixes/workarounds for tests.Gav Wood2014-12-221-1/+1
* updating solidity parser natspec tests to comply with recent changesLefteris Karapetsas2014-12-191-7/+7
* Solidity Tests names are now more consistentLefteris Karapetsas2014-12-181-0/+503