index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ExpressionCompiler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace and error messages.
Christian
2015-01-30
1
-2
/
+2
*
Code generation for events.
Christian
2015-01-30
1
-2
/
+7
*
No longer exposing retrieveValueFromStorage() as a public function
Lefteris Karapetsas
2015-01-29
1
-4
/
+6
*
Various fixes pertaining to State Variable accessors
Lefteris Karapetsas
2015-01-29
1
-4
/
+4
*
EVM Code for simple accessor function is properly generated
Lefteris Karapetsas
2015-01-29
1
-2
/
+4
*
Fixes after rebasing on develop
Lefteris Karapetsas
2015-01-29
1
-2
/
+1
*
Work on ExpressionCompiler preparing for Accessors from storage
Lefteris Karapetsas
2015-01-29
1
-0
/
+8
*
Merge pull request #805 from LianaHus/deleteStruct
chriseth
2015-01-19
1
-4
/
+6
|
\
|
*
- added functionality to set values to 0 when deleting structure(not for mapp...
liana
2015-01-15
1
-4
/
+6
*
|
Specify value for contract creation.
Christian
2015-01-14
1
-0
/
+4
*
|
Modify gas and value for external function call.
Christian
2015-01-14
1
-13
/
+1
|
/
*
Padding for ABI types.
Christian
2015-01-10
1
-4
/
+2
*
Merge branch 'sol_integerConstants' of https://github.com/chriseth/cpp-ethere...
Gav Wood
2015-01-09
1
-1
/
+1
|
\
|
*
Arbitrary precision integer constants.
Christian
2015-01-08
1
-1
/
+1
*
|
Documentation update.
Gav Wood
2015-01-09
1
-0
/
+1
|
/
*
Fix some warnings about uninitialized members.
Christian
2015-01-07
1
-3
/
+3
*
Create contracts.
Christian
2014-12-15
1
-0
/
+1
*
Calls to bare contracts.
Christian
2014-12-13
1
-0
/
+20
*
Merge remote-tracking branch 'ethereum/develop' into sol_swapConstants
Christian
2014-12-13
1
-1
/
+2
|
\
|
*
Merge remote-tracking branch 'ethereum/develop' into sol_strings
Christian
2014-12-11
1
-15
/
+11
|
|
\
|
*
|
String types.
Christian
2014-12-10
1
-1
/
+2
*
|
|
Swap literals to the end if optimizing.
Christian
2014-12-12
1
-3
/
+4
|
|
/
|
/
|
*
|
Merge pull request #577 from chriseth/sol_constCleanup
chriseth
2014-12-11
1
-15
/
+11
|
\
\
|
|
/
|
/
|
|
*
Removed unused members.
Christian
2014-12-08
1
-4
/
+0
|
*
Clear separation between ASTVisitor and ASTConstVisitor and more const specif...
Christian
2014-12-08
1
-1
/
+1
|
*
Const AST visitor for the compiler.
Christian
2014-12-08
1
-10
/
+10
*
|
Variable-size stack elements for expression compiler.
Christian
2014-12-09
1
-2
/
+3
*
|
Calling functions of other contracts.
Christian
2014-12-08
1
-3
/
+4
|
/
*
Sending ether.
Christian
2014-11-26
1
-0
/
+4
*
Magic variables.
Christian
2014-11-24
1
-7
/
+6
*
Mapping types.
Christian
2014-11-14
1
-27
/
+50
*
State variables.
Christian
2014-11-08
1
-13
/
+41
*
Type promotion fixes and tests.
Christian
2014-11-06
1
-1
/
+3
*
Proper type promotion and conversion.
Christian
2014-11-06
1
-1
/
+9
*
Renamed file.
Christian
2014-10-31
1
-2
/
+2
*
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-0
/
+79