Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | - Creating the Interface Handler class which will take care of the parsing of Natspec comments and of interfacing with and outputing to JSON files. - Will also handle the ABI interface creation | ||||
* | Separate user and dev natspec documentation | Lefteris Karapetsas | 2014-12-03 | 1 | -3/+7 |
| | | | | - plus other small changes according to the spec | ||||
* | Exporting Natspec documentation to a JSON interface | Lefteris Karapetsas | 2014-12-02 | 1 | -0/+4 |
| | | | | | | | | | | | - Adding a getDocumentation() function to solidity compiler stack so that we can obtain the natspec interface for a contract - Adding libjsoncpp as a dependency of libsolidity. This is done in a dirty way, using libjsonrpc-cpp s an intermediate dependency for the moment. Will fix soon. - Start of a test file for Natspec exporting to JSON | ||||
* | 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 |