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
/
CompilerStack.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compute constants
chriseth
2015-06-05
1
-1
/
+1
*
Gas estimation for internal functions.
chriseth
2015-05-26
1
-0
/
+8
*
Gas estimation taking known state into account.
chriseth
2015-05-20
1
-2
/
+3
*
adde the positions for the end of SourceLocation
Liana Husikyan
2015-05-07
1
-2
/
+4
*
added interface function for SourceLocation/ position convertation to compile...
Liana Husikyan
2015-05-07
1
-0
/
+4
*
Merge pull request #1708 from chriseth/sol_fix_libraries
chriseth
2015-04-22
1
-1
/
+1
|
\
|
*
Fixed use of libraries.
chriseth
2015-04-22
1
-1
/
+1
*
|
JSON compiler.
Christian
2015-04-22
1
-1
/
+2
|
/
*
style fixes
Liana Husikyan
2015-04-17
1
-1
/
+1
*
added asm-json flag to cl compiler
Liana Husikyan
2015-04-17
1
-1
/
+2
*
Allowing abstract contracts constructor to have no args
Lefteris Karapetsas
2015-04-17
1
-2
/
+2
*
to include source lines in output stream AssemblyItem's appropriate function ...
Liana Husikyan
2015-03-05
1
-4
/
+3
*
style
arkpar
2015-03-03
1
-5
/
+8
*
basic source level debugging
arkpar
2015-03-02
1
-0
/
+11
*
Activate standard sources by default.
Christian
2015-02-23
1
-1
/
+1
*
Adding default value to isLibrary
Lefteris Karapetsas
2015-02-22
1
-1
/
+1
*
Removing temporary contracts
Lefteris Karapetsas
2015-02-21
1
-4
/
+0
*
Adding Libraries as source units
Lefteris Karapetsas
2015-02-21
1
-3
/
+4
*
Working, albeit slowly, non-NatSpec transaction confirmations.
Gav Wood
2015-02-15
1
-0
/
+1
*
Styling in Natspec Enums
Lefteris Karapetsas
2015-02-09
1
-4
/
+4
*
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-30
1
-1
/
+1
|
\
|
*
Exclude standard contracts by default.
Christian
2015-01-29
1
-1
/
+1
*
|
Revert to using require for Solidity - it works.
Gav Wood
2015-01-29
1
-0
/
+4
|
/
*
Cleaner solution to provide standard sources.
Christian
2015-01-28
1
-6
/
+4
*
Fixes to ethereum.js and standard.js.
Gav Wood
2015-01-25
1
-0
/
+3
*
Claim ether makes wallet & trasfers.
Gav Wood
2015-01-22
1
-0
/
+4
*
Minor style fixes
Lefteris Karapetsas
2015-01-15
1
-2
/
+2
*
Fixes and additional checks for Natspec Popup authentication
Lefteris Karapetsas
2015-01-14
1
-6
/
+3
*
A first version of Natspec warning popup
Lefteris Karapetsas
2015-01-13
1
-3
/
+7
*
Alethzero: Showing a contract's function's hashes at creation
Lefteris Karapetsas
2015-01-13
1
-0
/
+3
*
Work in prgress for creating natspec in alethzero at contract creation
Lefteris Karapetsas
2015-01-12
1
-0
/
+4
*
CLI tweaks.
Gav Wood
2015-01-09
1
-1
/
+1
*
Documentation update.
Gav Wood
2015-01-09
1
-2
/
+3
*
Basic logging in Solidity (though no tests yet).
Gav Wood
2015-01-09
1
-1
/
+6
*
Fix some warnings about uninitialized members.
Christian
2015-01-07
1
-1
/
+1
*
Possibility to replace source and obtain ContractDefinition by name.
Christian
2014-12-18
1
-2
/
+7
*
Create contracts.
Christian
2014-12-15
1
-1
/
+1
*
Some more consts.
Christian
2014-12-08
1
-14
/
+14
*
Merge remote-tracking branch 'ethereum/develop' into sol_import
Christian
2014-12-08
1
-2
/
+2
|
\
|
*
Replacing old cstyle enums with c++11 enums in natspec
Lefteris Karapetsas
2014-12-05
1
-2
/
+2
*
|
Renamed url to identifier and added some comments.
Christian
2014-12-05
1
-1
/
+1
*
|
Merge remote-tracking branch 'ethereum/develop' into sol_import
Christian
2014-12-05
1
-4
/
+22
|
\
|
|
*
Stack compiler now correctly returns a string and not a pointer
Lefteris Karapetsas
2014-12-05
1
-1
/
+1
|
*
Addressing styling and miscellaneous issue with Natspec
Lefteris Karapetsas
2014-12-05
1
-2
/
+2
|
*
Styling in libsolidity's InterfaceHandler
Lefteris Karapetsas
2014-12-04
1
-2
/
+2
|
*
Moving all Interface and Documentation functionality to own class
Lefteris Karapetsas
2014-12-03
1
-9
/
+17
|
*
Separate user and dev natspec documentation
Lefteris Karapetsas
2014-12-03
1
-3
/
+7
|
*
Exporting Natspec documentation to a JSON interface
Lefteris Karapetsas
2014-12-02
1
-0
/
+4
*
|
Improved external interface for multi-source and multi-contract compilation.
Christian
2014-12-04
1
-0
/
+3
*
|
Multi-source and multi-contract compiler.
Christian
2014-12-04
1
-16
/
+45
*
|
Import directive.
Christian
2014-12-03
1
-2
/
+3
|
/
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-3
/
+6
*
Provide interface for calls in JSON and some other formatting changes.
Christian
2014-11-12
1
-1
/
+40
*
Option to activate the optimizer for solidity.
Christian
2014-11-07
1
-1
/
+1
*
Actual contract creator and add solidity to AlethZero interface.
Christian
2014-10-31
1
-0
/
+43