58 Commits (66fc35fec09768bbb33c14c1060cb3639bcf6191)

Author SHA1 Message Date
chriseth 7d09d87d16 Distinction between storage pointer and storage ref and type checking for conversion between storage and memory. 10 years ago
Liana Husikyan f61f429f34 style fixes 10 years ago
Liana Husikyan 197837b1f6 style fixes 10 years ago
Liana Husikyan 7c35547631 Update InterfaceHandler.cpp 10 years ago
Liana Husikyan 2d377d95ea added ';' 10 years ago
Liana Husikyan f02962a368 added constructor to solidiy abi 10 years ago
chriseth b4912db1c6 Succint interfaces. 10 years ago
Liana Husikyan 6cc7bb915a updated unit test 10 years ago
Liana Husikyan ef6c158805 bug in abi. fixed external type for return parameters 10 years ago
Liana Husikyan 8fe9d0a335 changed the implementation 10 years ago
Liana Husikyan b2b723400a style fix 10 years ago
Liana Husikyan f2502b01f7 fixed the output of the test 10 years ago
chriseth cdc38ab28a Use non-implemented functions for solidity interface output. 10 years ago
Lefteris Karapetsas 04d0415e52 Detect if non-existant parameter is documented with natspec 10 years ago
Liana Husikyan ba8d0f615c renamed externalTypes to externalSignature 10 years ago
Liana Husikyan 0ca313ec85 renamed getCanonicalSignature 10 years ago
Liana Husikyan 7cb944c903 added anonymous to ABI 10 years ago
Liana Husikyan 0b14d26f6b Added anonymous flag to event. 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Lefteris Karapetsas 5b48aad97d Removing events from Solidity Interface 10 years ago
Lefteris Karapetsas d53dcd3183 Styling in Natspec Enums 10 years ago
Gav Wood d5c2a6b26a Code for outputing events as well as functions. 10 years ago
arkpar 2677a6ea90 style 10 years ago
arkpar de531cb274 json and solidity ABI generted for events 10 years ago
arkpar bf3e6fc62d fixed ABI generator 10 years ago
Lefteris Karapetsas 93abe45771 FunctionType now returns const ref for Declaration 10 years ago
Lefteris Karapetsas 941a424e71 Minor fixes plus a rebase merge fix 10 years ago
Lefteris Karapetsas 122aada70f Contract Interface Functions now return FunctionType 10 years ago
Lefteris Karapetsas 06764f026e State variable accessors code is now more organized 10 years ago
Lefteris Karapetsas 221e0c93fa Absence of tag in Natspec is now considered @notice 10 years ago
Lefteris Karapetsas 5b36d3c163 Natspec method key is now the Canonical Signature 10 years ago
Lefteris Karapetsas 5a44a670aa Fixing bug where empty tagless docstring in Natspec would result in infinite loop 10 years ago
Christian 8e84acb98b Buildfix after semantical merge conflict. 10 years ago
Lefteris Karapetsas 299305548f Adjustments to Solidity compiler code for Function Hash 10 years ago
Gav Wood 0ca84e5a0d Basic logging in Solidity (though no tests yet). 10 years ago
Lefteris Karapetsas b8b75c841b Solidity getInterfaceFunctions is now a map of hash to Function 10 years ago
Gav Wood 78c202cae4 Fixed #683 10 years ago
Lefteris Karapetsas 29261206b9 Adding const attribute to ABI output 10 years ago
Lefteris Karapetsas 0b5b6c7cd4 Adressing some natspec issues 10 years ago
Lefteris Karapetsas 30beaca359 Changes in InterfaceHandler to deal with multiline natspec 10 years ago
Christian 46664c44b3 Assertions that throw InternalCompilerErrors. 10 years ago
Christian 5026c5855d Create contracts. 10 years ago
Lefteris Karapetsas c29108a9d8 Styling issues and add TODO in Interfacehandler 10 years ago
Lefteris Karapetsas 01e419fcaf Natspec title and author tag. 10 years ago
Lefteris Karapetsas 8857a7a75e Replacing old cstyle enums with c++11 enums in natspec 10 years ago
Lefteris Karapetsas 9977229d75 Newline right after doctag is now a valid natspec entry 10 years ago
Lefteris Karapetsas cfb8e74a75 Introducing Docstring parsing error exception and style fixes 10 years ago
Lefteris Karapetsas 4bbb9eb264 Using iterators in Natspec comment parsing 10 years ago
Lefteris Karapetsas 67da8798cf Addressing styling and miscellaneous issue with Natspec 10 years ago
Lefteris Karapetsas 69bb2a38b9 Natspec @return tag parsing 10 years ago