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
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Styling issues and new class name for the CLI
Lefteris Karapetsas
2014-12-10
1
-10
/
+7
*
Moving most of the solc functionality to own class and splitting implementati...
Lefteris Karapetsas
2014-12-09
1
-329
/
+7
*
Style improvements and succinctness in solc main.cpp
Lefteris Karapetsas
2014-12-09
1
-59
/
+73
*
Solc gets arguments for interface and documentation related output
Lefteris Karapetsas
2014-12-08
1
-46
/
+109
*
Solc option to output binary and opcode
Lefteris Karapetsas
2014-12-08
1
-12
/
+50
*
Solc evm assembly to either file or stdout option
Lefteris Karapetsas
2014-12-08
1
-16
/
+40
*
Solc cmdline option for ast outputting either to stdout or a file
Lefteris Karapetsas
2014-12-08
1
-7
/
+67
*
Unknown solc arguments are now ignored
Lefteris Karapetsas
2014-12-08
1
-1
/
+1
*
using boost::program_options for argument parsing
Lefteris Karapetsas
2014-12-08
1
-27
/
+32
*
Merge remote-tracking branch 'ethereum/develop' into sol_import
Christian
2014-12-08
1
-3
/
+3
|
\
|
*
Replacing old cstyle enums with c++11 enums in natspec
Lefteris Karapetsas
2014-12-05
1
-3
/
+3
*
|
Merge remote-tracking branch 'ethereum/develop' into sol_import
Christian
2014-12-05
1
-1
/
+3
|
\
|
|
*
Moving all Interface and Documentation functionality to own class
Lefteris Karapetsas
2014-12-03
1
-2
/
+3
|
*
Separate user and dev natspec documentation
Lefteris Karapetsas
2014-12-03
1
-1
/
+1
|
*
Handle absence of Natspec doc and add option to solc
Lefteris Karapetsas
2014-12-02
1
-0
/
+1
*
|
Improved external interface for multi-source and multi-contract compilation.
Christian
2014-12-04
1
-21
/
+34
*
|
Import directive.
Christian
2014-12-03
1
-1
/
+1
|
/
*
Provide interface for calls in JSON and some other formatting changes.
Christian
2014-11-12
1
-24
/
+15
*
Option to activate the optimizer for solidity.
Christian
2014-11-07
1
-3
/
+7
*
Converted all asserts to exceptions.
Christian
2014-11-05
1
-18
/
+27
*
Function selector and variable (un)packing.
Christian
2014-10-31
1
-2
/
+6
*
Contract compiler and also add ExpressionStatement to AST.
Christian
2014-10-30
1
-37
/
+4
*
Compiler for assignments.
Christian
2014-10-29
1
-26
/
+34
*
Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler
Christian
2014-10-29
1
-0
/
+21
|
\
|
*
Corrected file description.
Christian
2014-10-26
1
-1
/
+1
|
*
Remove stupid assertion.
Gav Wood
2014-10-25
1
-0
/
+21
*
|
Expression compiler.
Christian
2014-10-25
1
-0
/
+41
|
/
*
Use boost errinfo.
Christian
2014-10-24
1
-40
/
+7
*
Improved exceptions and reporting exceptions for command-line compiler.
Christian
2014-10-23
1
-24
/
+69
*
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
Christian
2014-10-20
1
-3
/
+3
*
Corrected coding style.
Christian
2014-10-16
1
-11
/
+13
*
Name resolution.
Christian
2014-10-13
1
-2
/
+6
*
AST printer and command line tool, some fixes.
Christian
2014-10-10
1
-0
/
+78