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
/
Types.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Accessors for strings.
chriseth
2015-06-17
1
-15
/
+20
*
Type conversion specialities for storage references.
chriseth
2015-06-16
1
-0
/
+3
*
Distinction between storage pointer and storage ref and type checking for con...
chriseth
2015-06-15
1
-35
/
+68
*
Add missing override specifiers.
Paweł Bylica
2015-06-08
1
-2
/
+2
*
Ability to specify the storage location of a reference type.
chriseth
2015-06-05
1
-12
/
+29
*
Re-introduce string type.
chriseth
2015-05-28
1
-6
/
+16
*
Bare callcode for addresses and contracts.
chriseth
2015-05-16
1
-10
/
+27
*
style changes
Liana Husikyan
2015-05-08
1
-1
/
+1
*
changed the way of resolving declarations. now the cleanup of function duplic...
Liana Husikyan
2015-05-08
1
-0
/
+1
*
saved returnParameterNames in FunctionType constructor
Liana Husikyan
2015-04-27
1
-0
/
+3
*
changed the test so constructor will have input parameters
Liana Husikyan
2015-04-27
1
-16
/
+28
*
bytes parameters for events and sha3.
chriseth
2015-04-22
1
-3
/
+3
*
Merge pull request #1699 from chriseth/sol_fix_contractTypesAsArguments
Gav Wood
2015-04-21
1
-5
/
+24
|
\
|
*
Fix for Contract and Enum types as external function arguments.
chriseth
2015-04-21
1
-5
/
+24
*
|
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
chriseth
2015-04-17
1
-1
/
+1
|
\
|
|
*
Some cleanup concerning byte arrays.
chriseth
2015-04-16
1
-1
/
+1
*
|
Fixed function overloads.
chriseth
2015-04-15
1
-19
/
+38
*
|
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
chriseth
2015-04-07
1
-28
/
+103
|
\
|
|
*
Update Types.h
Liana Husikyan
2015-04-01
1
-1
/
+1
|
*
miner changes in the implementation of the externalTypes function of Function...
Liana Husikyan
2015-04-01
1
-0
/
+2
|
*
added externalTypes function to functionType
Liana Husikyan
2015-03-27
1
-2
/
+4
|
*
tests for external types
Liana Husikyan
2015-03-25
1
-1
/
+2
|
*
renamed externalTypes to externalSignature
Liana Husikyan
2015-03-25
1
-2
/
+2
|
*
renamed getCanonicalSignature
Liana Husikyan
2015-03-25
1
-2
/
+2
|
*
added check for events and stat variables
Liana Husikyan
2015-03-25
1
-1
/
+2
|
*
- added externalType to BooleanType.
Liana Husikyan
2015-03-25
1
-1
/
+2
|
*
added externalType for ArrayType
Liana Husikyan
2015-03-25
1
-6
/
+7
|
*
added getABIType() to types
Liana Husikyan
2015-03-25
1
-3
/
+11
|
*
Packing for arrays.
chriseth
2015-03-18
1
-3
/
+12
|
*
Provide access to storage offsets via contract type.
chriseth
2015-03-18
1
-0
/
+4
|
*
Add move assignment operator manually.
chriseth
2015-03-17
1
-0
/
+1
|
*
Fetch and store packed values.
chriseth
2015-03-17
1
-3
/
+22
|
*
Compute packing offsets.
chriseth
2015-03-17
1
-5
/
+25
|
*
Enlarge storage references to two stack slots.
chriseth
2015-03-17
1
-1
/
+6
|
*
added parsing for constant variables
Liana Husikyan
2015-03-16
1
-1
/
+1
|
*
Style fixes in Types[cpp/h]
Lefteris Karapetsas
2015-03-12
1
-2
/
+2
|
*
Replacing StaticStringType with FixedBytesType
Lefteris Karapetsas
2015-03-12
1
-13
/
+14
|
*
More changes towards getting rid of HashXX
Lefteris Karapetsas
2015-03-12
1
-2
/
+2
*
|
make it work for var x = f;
Lu Guanqun
2015-03-08
1
-4
/
+5
*
|
implement overload resolution
Lu Guanqun
2015-03-08
1
-1
/
+14
|
/
*
Update Types.h
chriseth
2015-03-06
1
-1
/
+1
*
Copying between calldata and storage.
chriseth
2015-03-06
1
-6
/
+8
*
Consolidating macro resolution to one header file as per project owner reques...
jhuntley
2015-03-05
1
-6
/
+1
*
Update to resolve "#error : The macro "DELETE" from windows.h conflicts with...
jhuntley
2015-03-05
1
-6
/
+6
*
Adding comments for #undef per project owner request.
jhuntley
2015-03-05
1
-0
/
+2
*
Updates for mingw support. #undef conflicting defines on windows.
jhuntley
2015-03-05
1
-0
/
+3
*
Fixed arrays in ABI.
Christian
2015-03-03
1
-0
/
+1
*
Implementation of index access.
Christian
2015-02-24
1
-0
/
+1
*
Comments and warnings.
Christian
2015-02-23
1
-1
/
+1
*
Renames and comments.
Christian
2015-02-23
1
-1
/
+2
*
Parsing of array types and basic implementation.
Christian
2015-02-21
1
-13
/
+28
*
cppcheck fixes.
Gav Wood
2015-02-21
1
-7
/
+16
*
getMemberTypes() respects source order
Lefteris Karapetsas
2015-02-18
1
-3
/
+5
*
Calldata byte arrays stored on the stack.
Christian
2015-02-17
1
-0
/
+4
*
Unpacking of dynamically sized arguments.
Christian
2015-02-17
1
-0
/
+3
*
Moving getMemberValue from EnumDefinition to EnumType
Lefteris Karapetsas
2015-02-14
1
-0
/
+2
*
Addressing issues with Enums in Solidity
Lefteris Karapetsas
2015-02-14
1
-1
/
+1
*
Enum type conversion and member value access.
Lefteris Karapetsas
2015-02-14
1
-0
/
+2
*
Correcting and testing enum member access
Lefteris Karapetsas
2015-02-14
1
-1
/
+2
*
Introducing EnumType and some Parser tests
Lefteris Karapetsas
2015-02-14
1
-4
/
+24
*
length member for byte arrays.
Christian
2015-02-12
1
-0
/
+2
*
Bytes type cleanup.
Christian
2015-02-12
1
-9
/
+1
*
Dynamic copy to memory.
Christian
2015-02-12
1
-0
/
+1
*
Simple copy of bytes to storage.
Christian
2015-02-12
1
-2
/
+9
*
Tests and some code for msg.data.
Christian
2015-02-12
1
-1
/
+1
*
Introduced byte array type.
Christian
2015-02-12
1
-4
/
+28
*
Arbitrary parameters for call() and all hash functions.
Christian
2015-02-10
1
-4
/
+10
*
Merge pull request #986 from LefterisJP/sol_StyleFix
chriseth
2015-02-10
1
-28
/
+30
|
\
|
*
Addressing issues in Enum style fix
Lefteris Karapetsas
2015-02-10
1
-2
/
+2
|
*
Camelcasing enums in Types.h
Lefteris Karapetsas
2015-02-09
1
-12
/
+12
|
*
Changing Solidity Code to use CamelCase enum values
Lefteris Karapetsas
2015-02-09
1
-16
/
+18
*
|
Small cleanup.
Christian
2015-02-09
1
-2
/
+0
|
/
*
Merge pull request #937 from LefterisJP/sol_MultiArgSHA3
chriseth
2015-02-09
1
-1
/
+6
|
\
|
*
Small fixes in Types and ExpressionCompiler
Lefteris Karapetsas
2015-02-07
1
-1
/
+1
|
*
SHA3 of string literals now should work
Lefteris Karapetsas
2015-02-06
1
-0
/
+1
|
*
getRealType() introduced
Lefteris Karapetsas
2015-02-06
1
-1
/
+5
*
|
Some fixes for the ether units parser.
Christian
2015-02-06
1
-2
/
+1
|
/
*
Parsing of events.
Christian
2015-01-30
1
-1
/
+3
*
FunctionType now returns const ref for Declaration
Lefteris Karapetsas
2015-01-30
1
-1
/
+6
*
Removing Function and Param Description
Lefteris Karapetsas
2015-01-30
1
-2
/
+2
*
Contract Interface Functions now return FunctionType
Lefteris Karapetsas
2015-01-30
1
-1
/
+14
*
Super keyword.
Christian
2015-01-29
1
-4
/
+9
*
Various small fixes for Sol Automatic Accessors
Lefteris Karapetsas
2015-01-29
1
-1
/
+1
*
State variable accessors code is now more organized
Lefteris Karapetsas
2015-01-29
1
-0
/
+4
*
Work in progress for state variable accessors
Lefteris Karapetsas
2015-01-29
1
-1
/
+2
*
Fix stack size of typetypes.
Christian
2015-01-29
1
-0
/
+2
*
Merge pull request #857 from LianaHus/StringToHash
chriseth
2015-01-27
1
-1
/
+2
|
\
|
*
- added conversion for string/hash of equal sizes
liana
2015-01-24
1
-1
/
+2
*
|
Type resolution for function modifiers.
Christian
2015-01-26
1
-1
/
+22
|
/
*
Explicit calls to base class function.
Christian
2015-01-20
1
-1
/
+7
*
Merge pull request #805 from LianaHus/deleteStruct
chriseth
2015-01-19
1
-10
/
+3
|
\
|
*
- added functionality to set values to 0 when deleting structure(not for mapp...
liana
2015-01-15
1
-10
/
+3
*
|
Missing comma.
Gav Wood
2015-01-16
1
-1
/
+1
*
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-16
1
-5
/
+24
|
\
\
|
*
|
Remove redundancy in FunctionType::getSizeOnStack.
Christian
2015-01-14
1
-5
/
+6
|
*
|
Specify value for contract creation.
Christian
2015-01-14
1
-1
/
+3
|
*
|
Modify gas and value for external function call.
Christian
2015-01-14
1
-5
/
+21
|
|
/
*
/
Add blockhash to Solidity.
Gav Wood
2015-01-16
1
-1
/
+1
|
/
*
fixed warnings for msvc build
arkpar
2015-01-13
1
-1
/
+1
*
Define strings = vector<string>
Christian
2015-01-12
1
-4
/
+4
*
More convenient function type construction.
Christian
2015-01-12
1
-0
/
+6
*
Merge pull request #768 from chriseth/sol_contractsAreAddresses
Gav Wood
2015-01-11
1
-2
/
+7
|
\
|
*
Contracts are Addresses.
Christian
2015-01-10
1
-2
/
+7
*
|
Padding for ABI types.
Christian
2015-01-10
1
-1
/
+2
|
/
*
Arbitrary precision integer constants.
Christian
2015-01-09
1
-9
/
+38
*
Possibility for unary operators to change type.
Christian
2015-01-09
1
-5
/
+11
*
Use shared_from_this instead of manually supplying a shared_ptr to this.
Christian
2015-01-09
1
-50
/
+19
*
Merge pull request #754 from LefterisJP/sol_abiFunctionHash
chriseth
2015-01-09
1
-1
/
+1
|
\
|
*
merging develop
Lefteris Karapetsas
2015-01-09
1
-11
/
+51
|
|
\
|
*
|
Compiler EVM generation now takes into account for the new function hash
Lefteris Karapetsas
2015-01-09
1
-1
/
+1
*
|
|
Basic logging in Solidity (though no tests yet).
Gav Wood
2015-01-09
1
-1
/
+1
|
|
/
|
/
|
*
|
VM skips push data when looking for JUMPDEST.
Gav Wood
2015-01-08
1
-0
/
+6
*
|
Warnings fixes.
Gav Wood
2015-01-07
1
-0
/
+3
*
|
Merge pull request #738 from LefterisJP/sol_abiFunctionHash
Gav Wood
2015-01-07
1
-0
/
+1
|
\
|
|
*
FunctionType also gets CanonicalSignature
Lefteris Karapetsas
2015-01-07
1
-0
/
+1
*
|
Possibility for binary operators to yield types different from their operands'.
Christian
2014-12-19
1
-11
/
+42
|
/
*
Create contracts.
Christian
2014-12-15
1
-2
/
+9
*
Calls to bare contracts.
Christian
2014-12-13
1
-1
/
+2
*
Merge pull request #584 from chriseth/sol_strings
chriseth
2014-12-13
1
-1
/
+30
|
\
|
*
Merge remote-tracking branch 'ethereum/develop' into sol_strings
Christian
2014-12-11
1
-7
/
+7
|
|
\
|
*
|
String types.
Christian
2014-12-10
1
-1
/
+30
*
|
|
removed explicit
Marek Kotewicz
2014-12-11
1
-1
/
+1
*
|
|
user-provided default constructor
Marek Kotewicz
2014-12-11
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge pull request #577 from chriseth/sol_constCleanup
chriseth
2014-12-11
1
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
Some more consts.
Christian
2014-12-08
1
-1
/
+1
|
*
Clear separation between ASTVisitor and ASTConstVisitor and more const specif...
Christian
2014-12-08
1
-6
/
+6
*
|
Calling functions of other contracts.
Christian
2014-12-08
1
-1
/
+8
|
/
*
Global functions.
Christian
2014-11-26
1
-1
/
+1
*
Sending ether.
Christian
2014-11-26
1
-2
/
+17
*
More general function types and references.
Christian
2014-11-26
1
-15
/
+23
*
Access to blockchain data.
Christian
2014-11-24
1
-0
/
+24
*
Magic variables.
Christian
2014-11-24
1
-1
/
+9
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-13
/
+19
*
Convenience class for type members.
Christian
2014-11-24
1
-5
/
+42
*
We only care about member types.
Christian
2014-11-24
1
-1
/
+1
*
Struct types.
Christian
2014-11-14
1
-5
/
+11
*
Mapping types.
Christian
2014-11-14
1
-2
/
+13
*
Do not return after throw.
Christian
2014-11-10
1
-3
/
+3
*
State variables.
Christian
2014-11-08
1
-6
/
+10
*
Detect integer length from literals and remove "std::".
Christian
2014-11-06
1
-1
/
+4
*
Converted all asserts to exceptions.
Christian
2014-11-05
1
-1
/
+6
*
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Christian
2014-11-01
1
-11
/
+29
|
\
|
*
Asterisk-syntax for doxygen class documentation.
Christian
2014-10-28
1
-11
/
+29
*
|
Function selector and variable (un)packing.
Christian
2014-10-31
1
-0
/
+8
*
|
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-3
/
+3
|
/
*
Replace BOOST_ASSERT by assert.
Christian
2014-10-25
1
-1
/
+0
*
Some documentation.
Christian
2014-10-25
1
-2
/
+16
*
Expression compiler.
Christian
2014-10-25
1
-8
/
+23
*
Type information for AST printer.
Christian
2014-10-23
1
-7
/
+24
*
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
Christian
2014-10-20
1
-21
/
+14
*
Coding style cleanup: const and vecptr.
Christian
2014-10-20
1
-5
/
+5
*
Coding style and cleanup
Christian
2014-10-17
1
-13
/
+13
*
Corrected coding style.
Christian
2014-10-16
1
-21
/
+37
*
Remove unused parameters.
Christian
2014-10-16
1
-3
/
+3
*
Type system, not yet complete.
Christian
2014-10-16
1
-0
/
+171