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
*
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