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
/
InterfaceHandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing events from Solidity Interface
Lefteris Karapetsas
2015-02-17
1
-9
/
+0
*
Styling in Natspec Enums
Lefteris Karapetsas
2015-02-09
1
-36
/
+36
*
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Gav Wood
2015-02-01
1
-31
/
+36
|
\
|
*
style
arkpar
2015-01-31
1
-2
/
+0
|
*
json and solidity ABI generted for events
arkpar
2015-01-31
1
-9
/
+34
*
|
Code for outputing events as well as functions.
Gav Wood
2015-02-01
1
-7
/
+26
|
/
*
fixed ABI generator
arkpar
2015-01-31
1
-0
/
+1
*
FunctionType now returns const ref for Declaration
Lefteris Karapetsas
2015-01-30
1
-4
/
+2
*
Minor fixes plus a rebase merge fix
Lefteris Karapetsas
2015-01-30
1
-0
/
+1
*
Contract Interface Functions now return FunctionType
Lefteris Karapetsas
2015-01-30
1
-18
/
+26
*
State variable accessors code is now more organized
Lefteris Karapetsas
2015-01-29
1
-19
/
+18
*
Absence of tag in Natspec is now considered @notice
Lefteris Karapetsas
2015-01-20
1
-2
/
+8
*
Natspec method key is now the Canonical Signature
Lefteris Karapetsas
2015-01-13
1
-2
/
+2
*
Fixing bug where empty tagless docstring in Natspec would result in infinite ...
Lefteris Karapetsas
2015-01-12
1
-1
/
+6
*
Buildfix after semantical merge conflict.
Christian
2015-01-09
1
-1
/
+2
*
Merge pull request #754 from LefterisJP/sol_abiFunctionHash
chriseth
2015-01-09
1
-11
/
+11
|
\
|
*
Adjustments to Solidity compiler code for Function Hash
Lefteris Karapetsas
2015-01-09
1
-14
/
+11
|
*
Solidity getInterfaceFunctions is now a map of hash to Function
Lefteris Karapetsas
2015-01-07
1
-11
/
+14
*
|
Basic logging in Solidity (though no tests yet).
Gav Wood
2015-01-09
1
-0
/
+25
|
/
*
Fixed #683
Gav Wood
2014-12-21
1
-1
/
+1
*
Adding const attribute to ABI output
Lefteris Karapetsas
2014-12-19
1
-0
/
+1
*
Adressing some natspec issues
Lefteris Karapetsas
2014-12-18
1
-2
/
+2
*
Changes in InterfaceHandler to deal with multiline natspec
Lefteris Karapetsas
2014-12-18
1
-27
/
+19
*
Assertions that throw InternalCompilerErrors.
Christian
2014-12-17
1
-2
/
+1
*
Create contracts.
Christian
2014-12-15
1
-4
/
+4
*
Styling issues and add TODO in Interfacehandler
Lefteris Karapetsas
2014-12-10
1
-3
/
+4
*
Natspec title and author tag.
Lefteris Karapetsas
2014-12-10
1
-24
/
+85
*
Merge remote-tracking branch 'ethereum/develop' into sol_import
Christian
2014-12-08
1
-19
/
+19
|
\
|
*
Replacing old cstyle enums with c++11 enums in natspec
Lefteris Karapetsas
2014-12-05
1
-19
/
+19
*
|
Merge remote-tracking branch 'ethereum/develop' into sol_import
Christian
2014-12-05
1
-7
/
+7
|
/
*
Newline right after doctag is now a valid natspec entry
Lefteris Karapetsas
2014-12-05
1
-3
/
+11
*
Introducing Docstring parsing error exception and style fixes
Lefteris Karapetsas
2014-12-05
1
-12
/
+10
*
Using iterators in Natspec comment parsing
Lefteris Karapetsas
2014-12-05
1
-73
/
+65
*
Addressing styling and miscellaneous issue with Natspec
Lefteris Karapetsas
2014-12-05
1
-27
/
+22
*
Natspec @return tag parsing
Lefteris Karapetsas
2014-12-05
1
-7
/
+25
*
Natspec parsing @param doctags
Lefteris Karapetsas
2014-12-05
1
-43
/
+115
*
Parsing notice and dev doxytags.
Lefteris Karapetsas
2014-12-04
1
-23
/
+67
*
Styling in libsolidity's InterfaceHandler
Lefteris Karapetsas
2014-12-04
1
-4
/
+4
*
Work in progress for parsing natspec doxytags
Lefteris Karapetsas
2014-12-04
1
-3
/
+66
*
Moving all Interface and Documentation functionality to own class
Lefteris Karapetsas
2014-12-03
1
-0
/
+88