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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move non-cryptopp dependent stuff into devcore.
Gav Wood
2015-05-20
1
-1
/
+1
*
Bare callcode for addresses and contracts.
chriseth
2015-05-16
1
-2
/
+21
*
saved returnParameterNames in FunctionType constructor
Liana Husikyan
2015-04-27
1
-2
/
+5
*
changed the test so constructor will have input parameters
Liana Husikyan
2015-04-27
1
-11
/
+37
*
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
-4
/
+4
|
\
|
*
Fix for Contract and Enum types as external function arguments.
chriseth
2015-04-21
1
-4
/
+4
*
|
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
chriseth
2015-04-15
1
-7
/
+18
|
\
|
|
*
fixes
Liana Husikyan
2015-04-08
1
-9
/
+8
|
*
added implementation to append code for State variable accessor
Liana Husikyan
2015-04-08
1
-9
/
+16
|
*
some more tests
Liana Husikyan
2015-04-08
1
-11
/
+11
|
*
added createing FunctionType from ArrayType VariableDeclaration
Liana Husikyan
2015-04-08
1
-6
/
+11
*
|
Fixed function overloads.
chriseth
2015-04-15
1
-31
/
+86
|
/
*
Update Types.cpp
Liana Husikyan
2015-04-01
1
-2
/
+2
*
miner changes in the implementation of the externalTypes function of Function...
Liana Husikyan
2015-04-01
1
-5
/
+7
*
style fixes
Liana Husikyan
2015-04-01
1
-5
/
+10
*
added externalTypes function to functionType
Liana Husikyan
2015-03-27
1
-5
/
+19
*
tests for external types
Liana Husikyan
2015-03-25
1
-3
/
+4
*
renamed externalTypes to externalSignature
Liana Husikyan
2015-03-25
1
-1
/
+1
*
renamed getCanonicalSignature
Liana Husikyan
2015-03-25
1
-3
/
+5
*
added check for events and stat variables
Liana Husikyan
2015-03-25
1
-5
/
+3
*
- added externalType to BooleanType.
Liana Husikyan
2015-03-25
1
-0
/
+2
*
added externalType for ArrayType
Liana Husikyan
2015-03-25
1
-0
/
+17
*
Merge pull request #1341 from chriseth/sol_packedStorage
chriseth
2015-03-20
1
-8
/
+38
|
\
|
*
Disallowed special case of bytes0 arrays.
chriseth
2015-03-18
1
-0
/
+2
|
*
Packing for arrays.
chriseth
2015-03-18
1
-5
/
+13
|
*
Provide access to storage offsets via contract type.
chriseth
2015-03-18
1
-3
/
+23
*
|
Explicit conversion between bytes and int of any size
Lefteris Karapetsas
2015-03-18
1
-8
/
+2
|
/
*
Fix static variables.
chriseth
2015-03-17
1
-6
/
+8
*
Add move assignment operator manually.
chriseth
2015-03-17
1
-0
/
+6
*
Move memberlist to avoid unique_ptr copy.
chriseth
2015-03-17
1
-13
/
+19
*
Fetch and store packed values.
chriseth
2015-03-17
1
-44
/
+55
*
Compute packing offsets.
chriseth
2015-03-17
1
-6
/
+89
*
Enlarge storage references to two stack slots.
chriseth
2015-03-17
1
-0
/
+3
*
Adding msg.sig Solidity Magic type
Lefteris Karapetsas
2015-03-16
1
-1
/
+2
*
Small FixedBytes type fixes
Lefteris Karapetsas
2015-03-13
1
-5
/
+2
*
Some fixes on Types.cpp for FixedBytesType
Lefteris Karapetsas
2015-03-12
1
-10
/
+10
*
Style fixes in Types[cpp/h]
Lefteris Karapetsas
2015-03-12
1
-3
/
+2
*
byte is now an alias for byte1
Lefteris Karapetsas
2015-03-12
1
-0
/
+2
*
Conversion changes after renaming Hash/String to Bytes.
Lefteris Karapetsas
2015-03-12
1
-8
/
+12
*
Most EndToEndTests are now compliant with the Bytes renaming
Lefteris Karapetsas
2015-03-12
1
-3
/
+10
*
Bytes Tokens properly named and NameAndTypeResolution tests work
Lefteris Karapetsas
2015-03-12
1
-2
/
+5
*
Replacing StaticStringType with FixedBytesType
Lefteris Karapetsas
2015-03-12
1
-31
/
+53
*
More changes towards getting rid of HashXX
Lefteris Karapetsas
2015-03-12
1
-18
/
+11
*
start of cleanup
Lefteris Karapetsas
2015-03-12
1
-1
/
+1
*
Merge pull request #1222 from chriseth/sol_copyFromCalldata
chriseth
2015-03-06
1
-2
/
+3
|
\
|
*
Copying between calldata and storage.
chriseth
2015-03-06
1
-2
/
+3
*
|
Params & JSON file.
Gav Wood
2015-03-06
1
-0
/
+2
*
|
Add date/time language to solidity.
Gav Wood
2015-03-06
1
-1
/
+18
|
/
*
Fixed arrays in ABI.
Christian
2015-03-03
1
-2
/
+11
*
Merge pull request #1146 from LefterisJP/sol_fixBaseClassAccessors
chriseth
2015-03-02
1
-6
/
+4
|
\
|
*
Using normal pointer in getInheritableMembers()
Lefteris Karapetsas
2015-03-02
1
-1
/
+1
|
*
VisibleInDerivedContracts() is now virtual()
Lefteris Karapetsas
2015-03-02
1
-2
/
+1
|
*
Add structs to inheritable members
Lefteris Karapetsas
2015-03-02
1
-1
/
+1
|
*
Adding inheritable members to a contract
Lefteris Karapetsas
2015-03-02
1
-3
/
+2
*
|
Type checks for array assignment.
Christian
2015-02-28
1
-2
/
+17
|
/
*
Implementation of index access.
Christian
2015-02-24
1
-2
/
+17
*
Merge pull request #1100 from chriseth/sol_arrays
Gav Wood
2015-02-23
1
-14
/
+50
|
\
|
*
Parsing of array types and basic implementation.
Christian
2015-02-21
1
-14
/
+50
*
|
Stack height checks and fix.
Christian
2015-02-23
1
-2
/
+9
|
/
*
Inline member initialisation
Liana Husikyan
2015-02-21
1
-1
/
+1
*
getMemberTypes() respects source order
Lefteris Karapetsas
2015-02-18
1
-16
/
+16
*
Merge pull request #1072 from chriseth/sol_external
Gav Wood
2015-02-18
1
-5
/
+13
|
\
|
*
Calldata byte arrays stored on the stack.
Christian
2015-02-17
1
-2
/
+9
|
*
"external" visibility specifier.
Christian
2015-02-17
1
-3
/
+4
*
|
Initialize FunctionType's m_isConstant attribute in the Event Constructor
Lefteris Karapetsas
2015-02-17
1
-1
/
+1
|
/
*
Small improvement in TypeType::getMembers()
Lefteris Karapetsas
2015-02-14
1
-2
/
+2
*
Explicit conversion from int to Enum
Lefteris Karapetsas
2015-02-14
1
-1
/
+3
*
Moving getMemberValue from EnumDefinition to EnumType
Lefteris Karapetsas
2015-02-14
1
-0
/
+12
*
Typo in EnumValue
Lefteris Karapetsas
2015-02-14
1
-1
/
+1
*
EnumDeclaration -> EnumValue
Lefteris Karapetsas
2015-02-14
1
-1
/
+1
*
Indentation fixes
Lefteris Karapetsas
2015-02-14
1
-1
/
+1
*
Enum type conversion and member value access.
Lefteris Karapetsas
2015-02-14
1
-0
/
+5
*
Correcting and testing enum member access
Lefteris Karapetsas
2015-02-14
1
-13
/
+7
*
Enums NameAndTypeResolution - WIP
Lefteris Karapetsas
2015-02-14
1
-0
/
+2
*
Introducing EnumType and some Parser tests
Lefteris Karapetsas
2015-02-14
1
-0
/
+31
*
Copying structs.
Christian
2015-02-13
1
-1
/
+1
*
length member for byte arrays.
Christian
2015-02-12
1
-0
/
+2
*
Bytes type cleanup.
Christian
2015-02-12
1
-9
/
+3
*
Dynamic copy to memory.
Christian
2015-02-12
1
-13
/
+18
*
Simple copy of bytes to storage.
Christian
2015-02-12
1
-2
/
+16
*
Tests and some code for msg.data.
Christian
2015-02-12
1
-1
/
+13
*
Introduced byte array type.
Christian
2015-02-12
1
-0
/
+11
*
small fixes per chris's comments
Lu Guanqun
2015-02-10
1
-6
/
+6
*
add exponent operator
Lu Guanqun
2015-02-10
1
-0
/
+10
*
Arbitrary parameters for call() and all hash functions.
Christian
2015-02-10
1
-7
/
+8
*
Merge pull request #986 from LefterisJP/sol_StyleFix
chriseth
2015-02-10
1
-73
/
+73
|
\
|
*
Camelcasing enums in Types.h
Lefteris Karapetsas
2015-02-09
1
-26
/
+26
|
*
Changing Solidity Code to use CamelCase enum values
Lefteris Karapetsas
2015-02-09
1
-47
/
+47
*
|
Small cleanup.
Christian
2015-02-09
1
-1
/
+1
|
/
*
Merge pull request #937 from LefterisJP/sol_MultiArgSHA3
chriseth
2015-02-09
1
-0
/
+7
|
\
|
*
Small fixes in Types and ExpressionCompiler
Lefteris Karapetsas
2015-02-07
1
-2
/
+1
|
*
getRealType() introduced
Lefteris Karapetsas
2015-02-06
1
-0
/
+8
*
|
Accessors for structs.
Christian
2015-02-07
1
-9
/
+18
*
|
Some fixes for the ether units parser.
Christian
2015-02-06
1
-24
/
+20
|
/
*
More style changes in enums
Lefteris Karapetsas
2015-02-06
1
-5
/
+5
*
Minor Style fixes
Lefteris Karapetsas
2015-02-06
1
-8
/
+10
*
Tests and fixes for ether subdenominations
Lefteris Karapetsas
2015-02-05
1
-15
/
+16
*
Adding ether subdenominations after constan literals
Lefteris Karapetsas
2015-02-05
1
-3
/
+24
*
Minor typo.
Gav Wood
2015-02-04
1
-1
/
+1
*
Accessors for multiple mappings implemented
Lefteris Karapetsas
2015-02-03
1
-11
/
+11
*
Adding mapping treatment to FunctionType
Lefteris Karapetsas
2015-02-01
1
-5
/
+18
*
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-30
1
-0
/
+16
|
\
|
*
Parsing of events.
Christian
2015-01-30
1
-0
/
+16
*
|
Fallback functions.
Christian
2015-01-30
1
-2
/
+2
|
/
*
FunctionType now returns const ref for Declaration
Lefteris Karapetsas
2015-01-30
1
-2
/
+2
*
Minor fixes plus a rebase merge fix
Lefteris Karapetsas
2015-01-30
1
-2
/
+5
*
Contract Interface Functions now return FunctionType
Lefteris Karapetsas
2015-01-30
1
-5
/
+41
*
Super keyword.
Christian
2015-01-29
1
-5
/
+15
*
Simplify FunctionType's Vardecl constructor
Lefteris Karapetsas
2015-01-29
1
-10
/
+5
*
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
-4
/
+23
*
Work in progress for state variable accessors
Lefteris Karapetsas
2015-01-29
1
-4
/
+17
*
Merge pull request #857 from LianaHus/StringToHash
chriseth
2015-01-27
1
-0
/
+16
|
\
|
*
- added conversion for string/hash of equal sizes
liana
2015-01-24
1
-0
/
+16
*
|
Type resolution for function modifiers.
Christian
2015-01-26
1
-0
/
+32
|
/
*
Include virtual function overrides in constructor context.
Christian
2015-01-20
1
-1
/
+1
*
Implicit conversion from derived to base.
Christian
2015-01-20
1
-1
/
+8
*
Explicit calls to base class function.
Christian
2015-01-20
1
-0
/
+23
*
Merge pull request #805 from LianaHus/deleteStruct
chriseth
2015-01-19
1
-9
/
+18
|
\
|
*
- added functionality to set values to 0 when deleting structure(not for mapp...
liana
2015-01-15
1
-9
/
+18
*
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-16
1
-7
/
+44
|
\
\
|
*
|
Remove redundancy in FunctionType::getSizeOnStack.
Christian
2015-01-14
1
-18
/
+2
|
*
|
Specify value for contract creation.
Christian
2015-01-14
1
-0
/
+3
|
*
|
Modify gas and value for external function call.
Christian
2015-01-14
1
-5
/
+55
|
|
/
*
/
Add blockhash to Solidity.
Gav Wood
2015-01-16
1
-2
/
+2
|
/
*
Define strings = vector<string>
Christian
2015-01-12
1
-6
/
+6
*
More convenient function type construction.
Christian
2015-01-12
1
-13
/
+16
*
Contracts are Addresses.
Christian
2015-01-10
1
-4
/
+11
*
Remove const from make_shared to allow enable_shared_from_this to work on MacOS.
Christian
2015-01-09
1
-37
/
+37
*
Arbitrary precision integer constants.
Christian
2015-01-09
1
-27
/
+145
*
Possibility for unary operators to change type.
Christian
2015-01-09
1
-10
/
+18
*
Use shared_from_this instead of manually supplying a shared_ptr to this.
Christian
2015-01-09
1
-4
/
+4
*
Adjustments to Solidity compiler code for Function Hash
Lefteris Karapetsas
2015-01-09
1
-3
/
+2
*
merging develop
Lefteris Karapetsas
2015-01-09
1
-10
/
+42
|
\
|
*
Merge pull request #738 from LefterisJP/sol_abiFunctionHash
Gav Wood
2015-01-07
1
-0
/
+10
|
|
\
|
*
|
Clarified binary operator checking for integer types.
Christian
2014-12-28
1
-10
/
+10
|
*
|
Possibility for binary operators to yield types different from their operands'.
Christian
2014-12-19
1
-10
/
+42
*
|
|
Compiler EVM generation now takes into account for the new function hash
Lefteris Karapetsas
2015-01-09
1
-6
/
+3
*
|
|
Solidity getInterfaceFunctions is now a map of hash to Function
Lefteris Karapetsas
2015-01-07
1
-4
/
+6
|
|
/
|
/
|
*
|
Small issues with Canonical Function Signature
Lefteris Karapetsas
2015-01-07
1
-5
/
+4
*
|
FunctionType also gets CanonicalSignature
Lefteris Karapetsas
2015-01-07
1
-0
/
+11
|
/
*
Assertions that throw InternalCompilerErrors.
Christian
2014-12-17
1
-7
/
+6
*
Stylistic changes.
Christian
2014-12-16
1
-3
/
+3
*
Create contracts.
Christian
2014-12-15
1
-0
/
+13
*
Correctly check for string prefix plus indentation change.
Christian
2014-12-15
1
-8
/
+12
*
Calls to bare contracts.
Christian
2014-12-13
1
-0
/
+7
*
Support empty strings.
Christian
2014-12-11
1
-4
/
+4
*
Merge remote-tracking branch 'ethereum/develop' into sol_strings
Christian
2014-12-11
1
-18
/
+18
|
\
|
*
Merge pull request #577 from chriseth/sol_constCleanup
chriseth
2014-12-11
1
-18
/
+18
|
|
\
|
|
*
Clear separation between ASTVisitor and ASTConstVisitor and more const specif...
Christian
2014-12-08
1
-18
/
+18
*
|
|
String types.
Christian
2014-12-10
1
-1
/
+42
|
/
/
*
/
Calling functions of other contracts.
Christian
2014-12-08
1
-3
/
+30
|
/
*
Fix: Storage offset of first struct member should be zero.
Christian
2014-12-03
1
-1
/
+1
*
Minor changes to magic variables.
Christian
2014-11-28
1
-1
/
+1
*
Sending ether.
Christian
2014-11-26
1
-1
/
+15
*
More general function types and references.
Christian
2014-11-26
1
-3
/
+38
*
Access to blockchain data.
Christian
2014-11-24
1
-0
/
+50
*
Magic variables.
Christian
2014-11-24
1
-0
/
+2
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-3
/
+27
*
Convenience class for type members.
Christian
2014-11-24
1
-25
/
+24
*
We only care about member types.
Christian
2014-11-24
1
-4
/
+4
*
Fix warnings, release errors.
Gav Wood
2014-11-19
1
-1
/
+1
*
Struct types.
Christian
2014-11-14
1
-1
/
+54
*
Mapping types.
Christian
2014-11-14
1
-2
/
+4
*
Do not return after throw.
Christian
2014-11-10
1
-2
/
+0
*
State variables.
Christian
2014-11-08
1
-0
/
+16
*
Bugfix: Bit width of address types.
Christian
2014-11-08
1
-2
/
+2
*
Support for negative literals.
Christian
2014-11-06
1
-3
/
+5
*
Keywords for all integer types.
Christian
2014-11-06
1
-10
/
+8
*
Detect integer length from literals and remove "std::".
Christian
2014-11-06
1
-18
/
+23
*
Converted all asserts to exceptions.
Christian
2014-11-05
1
-5
/
+9
*
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Christian
2014-11-01
1
-8
/
+8
|
\
|
*
Fixed placements of const.
Christian
2014-10-30
1
-8
/
+8
|
*
Merge remote-tracking branch 'ethereum/develop' into sol_expressionCompiler
Christian
2014-10-29
1
-0
/
+1
|
|
\
*
|
|
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-10
/
+8
*
|
|
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Christian
2014-10-29
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Warnings fixes.
Gav Wood
2014-10-26
1
-0
/
+1
*
|
Replace BOOST_ASSERT by assert.
Christian
2014-10-25
1
-3
/
+4
*
|
Expression compiler.
Christian
2014-10-25
1
-12
/
+73
|
/
*
Merge pull request #410 from chriseth/sol_exceptions
Gav Wood
2014-10-25
1
-1
/
+1
|
\
|
*
Improved exceptions and reporting exceptions for command-line compiler.
Christian
2014-10-23
1
-1
/
+1
*
|
Sorted include directives.
Christian
2014-10-24
1
-1
/
+1
*
|
Type information for AST printer.
Christian
2014-10-23
1
-0
/
+9
|
/
*
Corrected spacing around colon.
Christian
2014-10-23
1
-2
/
+2
*
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
Christian
2014-10-20
1
-8
/
+8
*
Coding style cleanup: const and vecptr.
Christian
2014-10-20
1
-7
/
+7
*
Corrected coding style.
Christian
2014-10-16
1
-30
/
+34
*
Some fixes for the type system, should be quite usable now.
Christian
2014-10-16
1
-10
/
+18
*
Type system, not yet complete.
Christian
2014-10-16
1
-0
/
+152