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
/
solidityEndToEndTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #623 from chriseth/sol_constructorChecks
chriseth
2014-12-17
1
-0
/
+17
|
\
|
*
Add functions needed by constructor.
Christian
2014-12-17
1
-0
/
+17
*
|
initializer-list fix
ethdev
2014-12-17
1
-1
/
+1
*
|
windows fix for initializer-list cannot convert to dev::bytes
ethdev
2014-12-17
1
-1
/
+1
*
|
Solidity: More tests for the ForStatement
Lefteris Karapetsas
2014-12-17
1
-1
/
+53
*
|
Solidity ForStatement Compiler part
Lefteris Karapetsas
2014-12-17
1
-0
/
+22
|
/
*
Packing and unpacking of constructor arguments.
Christian
2014-12-15
1
-0
/
+26
*
Silly windows fix.
Gav Wood
2014-12-14
1
-1
/
+1
*
Fixes for windows?
Gav Wood
2014-12-14
1
-1
/
+1
*
Windows fix?
Gav Wood
2014-12-14
1
-1
/
+1
*
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build...
sveneh
2014-12-13
1
-0
/
+70
|
\
|
*
Merge pull request #584 from chriseth/sol_strings
chriseth
2014-12-13
1
-0
/
+70
|
|
\
|
|
*
Support empty strings.
Christian
2014-12-11
1
-0
/
+14
|
|
*
String types.
Christian
2014-12-10
1
-0
/
+56
*
|
|
Merge branch 'develop' into build_enhancement
Marek Kotewicz
2014-12-12
1
-120
/
+1
|
\
|
|
|
*
|
Some (few) tests for the optimizer.
Christian
2014-12-11
1
-120
/
+1
|
|
/
*
|
Merge branch 'develop' into build_enhancement
Marek Kotewicz
2014-12-10
1
-0
/
+35
|
\
|
|
*
Variable-size stack elements for expression compiler.
Christian
2014-12-09
1
-0
/
+35
*
|
msvc changes in tests, but tests not yet working there
debris
2014-12-09
1
-17
/
+18
|
/
*
Calling functions of other contracts.
Christian
2014-12-08
1
-4
/
+131
*
Global functions.
Christian
2014-11-26
1
-1
/
+90
*
Sending ether.
Christian
2014-11-26
1
-0
/
+15
*
More general function types and references.
Christian
2014-11-26
1
-0
/
+20
*
Access to blockchain data.
Christian
2014-11-24
1
-0
/
+13
*
Another test for struct references.
Christian
2014-11-24
1
-0
/
+28
*
Magic variables.
Christian
2014-11-24
1
-1
/
+1
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-9
/
+20
*
Special handling for constructor.
Christian
2014-11-19
1
-0
/
+22
*
Struct types.
Christian
2014-11-14
1
-0
/
+37
*
Mapping types.
Christian
2014-11-14
1
-0
/
+167
*
Compile fixes.
Gav Wood
2014-11-14
1
-6
/
+6
*
Merge pull request #509 from chriseth/sol_jsonInterface
Gav Wood
2014-11-14
1
-1
/
+1
|
\
|
*
Provide interface for calls in JSON and some other formatting changes.
Christian
2014-11-12
1
-1
/
+1
*
|
Merge pull request #501 from chriseth/sol_testFramework
Gav Wood
2014-11-14
1
-63
/
+88
|
\
\
|
*
|
Working template magic for void function.
Christian
2014-11-11
1
-19
/
+22
|
*
|
Allow void return type.
Christian
2014-11-11
1
-23
/
+35
|
*
|
Tests on ranges of input data.
Christian
2014-11-10
1
-52
/
+62
|
|
/
*
/
Replace function selector jump table by more resilient linear time check.
Christian
2014-11-10
1
-0
/
+16
|
/
*
Merge pull request #494 from chriseth/sol_stateVariables
Gav Wood
2014-11-10
1
-0
/
+25
|
\
|
*
State variables.
Christian
2014-11-08
1
-0
/
+25
*
|
style fixes
Lefteris Karapetsas
2014-11-09
1
-10
/
+20
*
|
solidity endToEnd testing gets equivalent CPP contracts
Lefteris Karapetsas
2014-11-09
1
-33
/
+130
|
/
*
Merge remote-tracking branch 'ethereum/develop' into sol_typePromotion
Christian
2014-11-07
1
-0
/
+49
|
\
|
*
Ignore break and continue outside of loops.
Christian
2014-11-06
1
-0
/
+13
|
*
Tests for break and continue in nested loops.
Christian
2014-11-06
1
-0
/
+36
*
|
Fixes for test framework (sign the transaction).
Christian
2014-11-06
1
-62
/
+49
*
|
Type promotion fixes and tests.
Christian
2014-11-06
1
-1
/
+41
*
|
Proper type promotion and conversion.
Christian
2014-11-06
1
-1
/
+27
|
/
*
Further framework fix.
Christian
2014-11-06
1
-10
/
+12
*
Fix test framework after change to Transaction.
Christian
2014-11-06
1
-15
/
+32
*
Some tests and bugfixes for the compiler.
Christian
2014-11-03
1
-0
/
+210