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
/
SolidityEndToEndTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include virtual function overrides in constructor context.
Christian
2015-01-20
1
-0
/
+22
*
Call constructors of base classes.
Christian
2015-01-20
1
-0
/
+60
*
Explicit calls to base class function.
Christian
2015-01-20
1
-0
/
+15
*
Inheritance in compiler.
Christian
2015-01-20
1
-0
/
+60
*
Merge pull request #805 from LianaHus/deleteStruct
chriseth
2015-01-19
1
-0
/
+89
|
\
|
*
- corrected delete in case we have more than one locals
liana
2015-01-16
1
-3
/
+5
|
*
removed spaces
liana
2015-01-16
1
-4
/
+0
|
*
Corrected "delete" for local variables i.e. set them to 0
liana
2015-01-16
1
-2
/
+31
|
*
- added functionality to set values to 0 when deleting structure(not for mapp...
liana
2015-01-15
1
-0
/
+62
*
|
Re-enable MSVC warning 4307.
Christian
2015-01-15
1
-8
/
+8
*
|
Specify value for contract creation.
Christian
2015-01-14
1
-0
/
+28
*
|
Modify gas and value for external function call.
Christian
2015-01-14
1
-1
/
+79
|
/
*
fixed warnings for msvc build
arkpar
2015-01-13
1
-0
/
+4
*
Merge pull request #768 from chriseth/sol_contractsAreAddresses
Gav Wood
2015-01-11
1
-0
/
+33
|
\
|
*
Contracts are Addresses.
Christian
2015-01-10
1
-3
/
+21
|
*
Correct type conversions.
Christian
2015-01-10
1
-0
/
+15
*
|
Coding style: Prefix for const variables.
Christian
2015-01-10
1
-19
/
+19
*
|
Padding for ABI types.
Christian
2015-01-10
1
-68
/
+67
|
/
*
Some changes to the log functions.
Christian
2015-01-09
1
-20
/
+25
*
Buildfix after semantical merge conflict.
Christian
2015-01-09
1
-5
/
+5
*
Merge pull request #754 from LefterisJP/sol_abiFunctionHash
chriseth
2015-01-09
1
-142
/
+142
|
\
|
*
Adjustments to Solidity compiler code for Function Hash
Lefteris Karapetsas
2015-01-09
1
-1
/
+1
|
*
Compiler EVM generation now takes into account for the new function hash
Lefteris Karapetsas
2015-01-09
1
-142
/
+142
*
|
Documentation update.
Gav Wood
2015-01-09
1
-0
/
+1
*
|
Unit testing for log in Solidity.
Gav Wood
2015-01-09
1
-0
/
+92
|
/
*
Bugfix: Additional swap for compound assignment.
Christian
2014-12-19
1
-0
/
+35
*
Solidity Tests names are now more consistent
Lefteris Karapetsas
2014-12-18
1
-0
/
+1137