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
/
Token.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cppcheck fixes.
Gav Wood
2015-02-21
1
-1
/
+1
*
Rename "protected" to "inheritable".
Christian
2015-02-18
1
-2
/
+2
*
"external" visibility specifier.
Christian
2015-02-17
1
-1
/
+3
*
Indentation fixes
Lefteris Karapetsas
2015-02-14
1
-33
/
+33
*
Parsing an enum AST node
Lefteris Karapetsas
2015-02-14
1
-1
/
+1
*
Adding enum Token and whitespace style at Token.h
Lefteris Karapetsas
2015-02-14
1
-21
/
+21
*
Introduced byte array type.
Christian
2015-02-12
1
-3
/
+3
*
add exponent operator
Lu Guanqun
2015-02-10
1
-2
/
+3
*
Addressing issues in Enum style fix
Lefteris Karapetsas
2015-02-10
1
-40
/
+40
*
Changing Solidity Code to use CamelCase enum values
Lefteris Karapetsas
2015-02-09
1
-238
/
+233
*
Minor Style fixes
Lefteris Karapetsas
2015-02-06
1
-6
/
+6
*
Tests for ether subdenominations. Work in progress
Lefteris Karapetsas
2015-02-05
1
-0
/
+1
*
Adding ether subdenominations after constan literals
Lefteris Karapetsas
2015-02-05
1
-0
/
+5
*
Visibility specifiers.
Christian
2015-02-03
1
-0
/
+2
*
Parsing of events.
Christian
2015-01-30
1
-0
/
+2
*
Function modifier parsing.
Christian
2015-01-26
1
-0
/
+1
*
Inheritance parser.
Christian
2015-01-20
1
-1
/
+1
*
Potential workaround for windows build.
Gav Wood
2015-01-17
1
-1
/
+2
*
also add compiler error if include order could cause a problem in windows
Lefteris Karapetsas
2015-01-15
1
-0
/
+4
*
More convenient function type construction.
Christian
2015-01-12
1
-0
/
+2
*
Fixed #683
Gav Wood
2014-12-21
1
-1
/
+1
*
Bit operators should bind more strongly than comparison operators.
Christian
2014-12-19
1
-10
/
+10
*
Assertions that throw InternalCompilerErrors.
Christian
2014-12-17
1
-8
/
+5
*
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into build...
sveneh
2014-12-13
1
-0
/
+35
|
\
|
*
Merge remote-tracking branch 'ethereum/develop' into sol_swapConstants
Christian
2014-12-13
1
-0
/
+33
|
|
\
|
|
*
Support empty strings.
Christian
2014-12-11
1
-0
/
+1
|
|
*
String types.
Christian
2014-12-10
1
-0
/
+32
|
*
|
Swap literals to the end if optimizing.
Christian
2014-12-12
1
-0
/
+2
|
|
/
*
/
common improvements
debris
2014-12-08
1
-0
/
+3
|
/
*
Cleanup of scanner.
Christian
2014-12-01
1
-14
/
+0
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-1
/
+0
*
fixing typo and alignment
Lefteris Karapetsas
2014-11-19
1
-1
/
+1
*
solidity scanner takes triple slash doc comments into account
Lefteris Karapetsas
2014-11-19
1
-0
/
+1
*
Keywords for all integer types.
Christian
2014-11-06
1
-0
/
+84
*
Converted all asserts to exceptions.
Christian
2014-11-05
1
-53
/
+11
*
Replace BOOST_ASSERT by assert.
Christian
2014-10-25
1
-10
/
+9
*
Expression compiler.
Christian
2014-10-25
1
-0
/
+1
*
Coding style cleanup: const and vecptr.
Christian
2014-10-20
1
-6
/
+6
*
Keyword cleanup
Christian
2014-10-17
1
-50
/
+12
*
Corrected coding style.
Christian
2014-10-16
1
-101
/
+93
*
Type system, not yet complete.
Christian
2014-10-16
1
-3
/
+10
*
Corrected indentation.
Christian
2014-10-09
1
-297
/
+297
*
Parse everything up to function bodies and report parser errors with location.
Christian
2014-10-09
1
-0
/
+1
*
Solidity parser, can not parse much yet.
Christian
2014-10-08
1
-1
/
+34
*
Solidity scanner and some unit tests.
Christian
2014-10-08
1
-0
/
+339