aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityNameAndTypeResolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Some changes to enums.Christian2015-02-141-1/+1
* Removing ';' from the end of EnumDefinitionLefteris Karapetsas2015-02-141-6/+6
* Explicit conversion from int to EnumLefteris Karapetsas2015-02-141-0/+17
* Addressing issues with Enums in SolidityLefteris Karapetsas2015-02-141-7/+0
* Indentation fixesLefteris Karapetsas2015-02-141-2/+2
* Enum Value member access should now work properlyLefteris Karapetsas2015-02-141-0/+17
* Enum type conversion and member value access.Lefteris Karapetsas2015-02-141-0/+34
* Correcting and testing enum member accessLefteris Karapetsas2015-02-141-1/+16
* Enums NameAndTypeResolution - WIPLefteris Karapetsas2015-02-141-0/+15
* Copying structs.Christian2015-02-131-1/+1
* small fixes per chris's commentsLu Guanqun2015-02-101-4/+4
* add two more exp testsLu Guanqun2015-02-101-0/+18
* - implemented Empty parameter name story. Now the name of input/return parame...Liana Husikyan2015-02-091-0/+42
* Some fixes for the ether units parser.Christian2015-02-061-0/+22
* disallow declaration of void typeLu Guanqun2015-02-061-0/+6
* add several type error test casesLu Guanqun2015-02-051-0/+36
* Merge branch 'sol_visibility' of https://github.com/chriseth/cpp-ethereum int...Gav Wood2015-02-041-6/+75
|\
| * Visibility specifiers.Christian2015-02-031-4/+73
* | Accessors for multiple mappings implementedLefteris Karapetsas2015-02-031-2/+13
* | Adding mapping treatment to FunctionTypeLefteris Karapetsas2015-02-011-1/+9
|/
* Fix scoping of event arguments.Christian2015-01-311-0/+9
* Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2015-01-301-0/+43
|\
| * Parsing of events.Christian2015-01-301-0/+43
* | Fallback functions.Christian2015-01-301-0/+48
|/
* FunctionType now returns const ref for DeclarationLefteris Karapetsas2015-01-301-1/+1
* Removing Function and Param DescriptionLefteris Karapetsas2015-01-301-3/+3
* Contract Interface Functions now return FunctionTypeLefteris Karapetsas2015-01-301-9/+9
* No longer exposing retrieveValueFromStorage() as a public functionLefteris Karapetsas2015-01-291-1/+1
* Various fixes pertaining to State Variable accessorsLefteris Karapetsas2015-01-291-2/+2
* Function name clashing with Statevariable accessor testLefteris Karapetsas2015-01-291-0/+12
* Various small fixes for Sol Automatic AccessorsLefteris Karapetsas2015-01-291-3/+3
* State variable accessors code is now more organizedLefteris Karapetsas2015-01-291-5/+29
* Tests for variable state accessors are in progressLefteris Karapetsas2015-01-291-1/+61
* Merge pull request #856 from chriseth/sol_modifiersGav Wood2015-01-271-0/+94
|\
| * Compilation of function modifiers.Christian2015-01-261-0/+11
| * Type resolution for function modifiers.Christian2015-01-261-0/+83
* | Reverse order of inheritance in base list.Christian2015-01-261-1/+1
|/
* Implicit conversion from derived to base.Christian2015-01-201-0/+21
* Call constructors of base classes.Christian2015-01-201-0/+18
* Check overrides and provide inherited public interface.Christian2015-01-201-0/+49
* Import inherited members into the contract's scope.Christian2015-01-201-1/+34
* Check for hash collisions already before compiling.Christian2015-01-141-0/+12
* Small issues with Canonical Function SignatureLefteris Karapetsas2015-01-071-1/+18
* Test for the Canonical Signature of a functionLefteris Karapetsas2015-01-071-1/+20
* Also test non-equality comparison operator.Christian2014-12-191-1/+1
* Bit operators should bind more strongly than comparison operators.Christian2014-12-191-0/+10
* Solidity Tests names are now more consistentLefteris Karapetsas2014-12-181-0/+319