index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SolidityNameAndTypeResolution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NameAndtypeResolution tests use ETH_TEST macros
Lefteris Karapetsas
2015-03-06
1
-71
/
+48
*
Fix type checks for storage variable initializer.
chriseth
2015-03-06
1
-0
/
+18
*
Merge pull request #1146 from LefterisJP/sol_fixBaseClassAccessors
chriseth
2015-03-02
1
-1
/
+53
|
\
|
*
getInheritableMembers() does not look at BaseContracts
Lefteris Karapetsas
2015-03-02
1
-0
/
+29
|
*
VisibleInDerivedContracts() is now virtual()
Lefteris Karapetsas
2015-03-02
1
-1
/
+12
|
*
Add structs to inheritable members
Lefteris Karapetsas
2015-03-02
1
-2
/
+2
|
*
Adding test for base class statevar accessors
Lefteris Karapetsas
2015-03-02
1
-0
/
+12
*
|
Type checks for array assignment.
Christian
2015-02-28
1
-0
/
+55
|
/
*
Merge pull request #1100 from chriseth/sol_arrays
Gav Wood
2015-02-23
1
-0
/
+9
|
\
|
*
Parsing of array types and basic implementation.
Christian
2015-02-21
1
-0
/
+9
*
|
Replaced "inheritable" by "internal".
Christian
2015-02-23
1
-6
/
+6
|
/
*
Bugfix for functions override
Lefteris Karapetsas
2015-02-20
1
-0
/
+13
*
Rename "protected" to "inheritable".
Christian
2015-02-18
1
-6
/
+6
*
No write access to parameters of external functions.
Christian
2015-02-17
1
-0
/
+30
*
"external" visibility specifier.
Christian
2015-02-17
1
-0
/
+50
*
Some changes to enums.
Christian
2015-02-14
1
-1
/
+1
*
Removing ';' from the end of EnumDefinition
Lefteris Karapetsas
2015-02-14
1
-6
/
+6
*
Explicit conversion from int to Enum
Lefteris Karapetsas
2015-02-14
1
-0
/
+17
*
Addressing issues with Enums in Solidity
Lefteris Karapetsas
2015-02-14
1
-7
/
+0
*
Indentation fixes
Lefteris Karapetsas
2015-02-14
1
-2
/
+2
*
Enum Value member access should now work properly
Lefteris Karapetsas
2015-02-14
1
-0
/
+17
*
Enum type conversion and member value access.
Lefteris Karapetsas
2015-02-14
1
-0
/
+34
*
Correcting and testing enum member access
Lefteris Karapetsas
2015-02-14
1
-1
/
+16
*
Enums NameAndTypeResolution - WIP
Lefteris Karapetsas
2015-02-14
1
-0
/
+15
*
Copying structs.
Christian
2015-02-13
1
-1
/
+1
*
small fixes per chris's comments
Lu Guanqun
2015-02-10
1
-4
/
+4
*
add two more exp tests
Lu Guanqun
2015-02-10
1
-0
/
+18
*
- implemented Empty parameter name story. Now the name of input/return parame...
Liana Husikyan
2015-02-09
1
-0
/
+42
*
Some fixes for the ether units parser.
Christian
2015-02-06
1
-0
/
+22
*
disallow declaration of void type
Lu Guanqun
2015-02-06
1
-0
/
+6
*
add several type error test cases
Lu Guanqun
2015-02-05
1
-0
/
+36
*
Merge branch 'sol_visibility' of https://github.com/chriseth/cpp-ethereum int...
Gav Wood
2015-02-04
1
-6
/
+75
|
\
|
*
Visibility specifiers.
Christian
2015-02-03
1
-4
/
+73
*
|
Accessors for multiple mappings implemented
Lefteris Karapetsas
2015-02-03
1
-2
/
+13
*
|
Adding mapping treatment to FunctionType
Lefteris Karapetsas
2015-02-01
1
-1
/
+9
|
/
*
Fix scoping of event arguments.
Christian
2015-01-31
1
-0
/
+9
*
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-30
1
-0
/
+43
|
\
|
*
Parsing of events.
Christian
2015-01-30
1
-0
/
+43
*
|
Fallback functions.
Christian
2015-01-30
1
-0
/
+48
|
/
*
FunctionType now returns const ref for Declaration
Lefteris Karapetsas
2015-01-30
1
-1
/
+1
*
Removing Function and Param Description
Lefteris Karapetsas
2015-01-30
1
-3
/
+3
*
Contract Interface Functions now return FunctionType
Lefteris Karapetsas
2015-01-30
1
-9
/
+9
*
No longer exposing retrieveValueFromStorage() as a public function
Lefteris Karapetsas
2015-01-29
1
-1
/
+1
*
Various fixes pertaining to State Variable accessors
Lefteris Karapetsas
2015-01-29
1
-2
/
+2
*
Function name clashing with Statevariable accessor test
Lefteris Karapetsas
2015-01-29
1
-0
/
+12
*
Various small fixes for Sol Automatic Accessors
Lefteris Karapetsas
2015-01-29
1
-3
/
+3
*
State variable accessors code is now more organized
Lefteris Karapetsas
2015-01-29
1
-5
/
+29
*
Tests for variable state accessors are in progress
Lefteris Karapetsas
2015-01-29
1
-1
/
+61
*
Merge pull request #856 from chriseth/sol_modifiers
Gav Wood
2015-01-27
1
-0
/
+94
|
\
|
*
Compilation of function modifiers.
Christian
2015-01-26
1
-0
/
+11
|
*
Type resolution for function modifiers.
Christian
2015-01-26
1
-0
/
+83
*
|
Reverse order of inheritance in base list.
Christian
2015-01-26
1
-1
/
+1
|
/
*
Implicit conversion from derived to base.
Christian
2015-01-20
1
-0
/
+21
*
Call constructors of base classes.
Christian
2015-01-20
1
-0
/
+18
*
Check overrides and provide inherited public interface.
Christian
2015-01-20
1
-0
/
+49
*
Import inherited members into the contract's scope.
Christian
2015-01-20
1
-1
/
+34
*
Check for hash collisions already before compiling.
Christian
2015-01-14
1
-0
/
+12
*
Small issues with Canonical Function Signature
Lefteris Karapetsas
2015-01-07
1
-1
/
+18
*
Test for the Canonical Signature of a function
Lefteris Karapetsas
2015-01-07
1
-1
/
+20
*
Also test non-equality comparison operator.
Christian
2014-12-19
1
-1
/
+1
*
Bit operators should bind more strongly than comparison operators.
Christian
2014-12-19
1
-0
/
+10
*
Solidity Tests names are now more consistent
Lefteris Karapetsas
2014-12-18
1
-0
/
+319