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
/
CompilerStack.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Most EndToEndTests are now compliant with the Bytes renaming
Lefteris Karapetsas
2015-03-12
1
-4
/
+4
*
to include source lines in output stream AssemblyItem's appropriate function ...
Liana Husikyan
2015-03-05
1
-2
/
+2
*
basic source level debugging
arkpar
2015-03-02
1
-0
/
+10
*
Removing temporary contracts
Lefteris Karapetsas
2015-02-21
1
-53
/
+2
*
Adding Libraries as source units
Lefteris Karapetsas
2015-02-21
1
-3
/
+5
*
Working, albeit slowly, non-NatSpec transaction confirmations.
Gav Wood
2015-02-15
1
-0
/
+5
*
Styling in Natspec Enums
Lefteris Karapetsas
2015-02-09
1
-6
/
+6
*
Fix standard sources test.
Christian
2015-01-30
1
-2
/
+5
*
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-01-30
1
-0
/
+1
|
\
|
*
Super keyword.
Christian
2015-01-29
1
-0
/
+1
*
|
Revert to using require for Solidity - it works.
Gav Wood
2015-01-29
1
-4
/
+53
|
/
*
Find some reasonable contract if nothing is supplied.
Christian
2015-01-28
1
-4
/
+6
*
Cleaner solution to provide standard sources.
Christian
2015-01-28
1
-61
/
+27
*
LogFilter supports new, better, filter mechanism.
Gav Wood
2015-01-28
1
-1
/
+1
*
Fixed spurious whisper watches firing.
Gav Wood
2015-01-27
1
-0
/
+3
*
Add coins reg to standard services.
Gav Wood
2015-01-26
1
-2
/
+3
*
Minor fix.
Gav Wood
2015-01-25
1
-2
/
+7
*
Fixes to ethereum.js and standard.js.
Gav Wood
2015-01-25
1
-9
/
+19
*
Claim ether makes wallet & trasfers.
Gav Wood
2015-01-22
1
-1
/
+42
*
Magic variables are only needed durinng name and type resolution, not during ...
Christian
2015-01-20
1
-3
/
+1
*
Merge pull request #798 from LefterisJP/natspec_OnContractCreation
Lefteris Karapetsas
2015-01-15
1
-0
/
+13
|
\
|
*
Fixes and additional checks for Natspec Popup authentication
Lefteris Karapetsas
2015-01-14
1
-20
/
+2
|
*
A first version of Natspec warning popup
Lefteris Karapetsas
2015-01-13
1
-7
/
+13
|
*
Alethzero: Showing a contract's function's hashes at creation
Lefteris Karapetsas
2015-01-13
1
-0
/
+18
|
*
Work in prgress for creating natspec in alethzero at contract creation
Lefteris Karapetsas
2015-01-12
1
-0
/
+7
*
|
fixed warnings for msvc build
arkpar
2015-01-13
1
-1
/
+1
|
/
*
CLI tweaks.
Gav Wood
2015-01-09
1
-3
/
+3
*
Documentation update.
Gav Wood
2015-01-09
1
-0
/
+1
*
Basic logging in Solidity (though no tests yet).
Gav Wood
2015-01-09
1
-0
/
+8
*
Possibility to replace source and obtain ContractDefinition by name.
Christian
2014-12-18
1
-4
/
+8
*
Return the last contract by default.
Christian
2014-12-18
1
-2
/
+6
*
Fix: Resolve function types of all contracts before checking types inside fun...
Christian
2014-12-17
1
-0
/
+9
*
Create contracts.
Christian
2014-12-15
1
-1
/
+5
*
Swap literals to the end if optimizing.
Christian
2014-12-12
1
-2
/
+2
*
Some more consts.
Christian
2014-12-08
1
-11
/
+11
*
Compile fix.
Christian
2014-12-08
1
-1
/
+1
*
Merge remote-tracking branch 'ethereum/develop' into sol_import
Christian
2014-12-08
1
-4
/
+4
|
\
|
*
Replacing old cstyle enums with c++11 enums in natspec
Lefteris Karapetsas
2014-12-05
1
-4
/
+4
*
|
Renamed url to identifier and added some comments.
Christian
2014-12-05
1
-3
/
+3
*
|
Merge remote-tracking branch 'ethereum/develop' into sol_import
Christian
2014-12-05
1
-37
/
+29
|
\
|
|
*
Stack compiler now correctly returns a string and not a pointer
Lefteris Karapetsas
2014-12-05
1
-4
/
+4
|
*
Addressing styling and miscellaneous issue with Natspec
Lefteris Karapetsas
2014-12-05
1
-11
/
+9
|
*
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
-70
/
+20
|
*
Separate user and dev natspec documentation
Lefteris Karapetsas
2014-12-03
1
-5
/
+18
|
*
Simplifying lambda function in CompilerStack::getInterface()
Lefteris Karapetsas
2014-12-03
1
-8
/
+6
|
*
Removing unneeded local variable in CompilerStack::getDocumentation()
Lefteris Karapetsas
2014-12-02
1
-2
/
+1
|
*
Handle absence of Natspec doc and add option to solc
Lefteris Karapetsas
2014-12-02
1
-2
/
+6
|
*
More Natspec JSON export tests and better error reporting
Lefteris Karapetsas
2014-12-02
1
-1
/
+1
|
*
Using jsoncpp for exporting ABI interface from solidity
Lefteris Karapetsas
2014-12-02
1
-25
/
+23
|
*
Exporting Natspec documentation to a JSON interface
Lefteris Karapetsas
2014-12-02
1
-0
/
+26
*
|
Improved external interface for multi-source and multi-contract compilation.
Christian
2014-12-04
1
-1
/
+11
*
|
Multi-source and multi-contract compiler.
Christian
2014-12-04
1
-65
/
+154
*
|
Import directive.
Christian
2014-12-03
1
-36
/
+51
|
/
*
Magic variables.
Christian
2014-11-24
1
-1
/
+1
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-1
/
+4
*
Provide interface for calls in JSON and some other formatting changes.
Christian
2014-11-12
1
-8
/
+92
*
Option to activate the optimizer for solidity.
Christian
2014-11-07
1
-2
/
+3
*
Actual contract creator and add solidity to AlethZero interface.
Christian
2014-10-31
1
-0
/
+49