Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'ethereum/develop' into sol_import | Christian | 2014-12-08 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/CompilerStack.h libsolidity/InterfaceHandler.cpp libsolidity/InterfaceHandler.h solc/main.cpp test/solidityJSONInterfaceTest.cpp test/solidityNatspecJSON.cpp | ||||
| * | Replacing old cstyle enums with c++11 enums in natspec | Lefteris Karapetsas | 2014-12-05 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'ethereum/develop' into sol_import | Christian | 2014-12-05 | 1 | -14/+29 |
|\| | | | | | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/CompilerStack.h solc/main.cpp | ||||
| * | Stack compiler now correctly returns a string and not a pointer | Lefteris Karapetsas | 2014-12-05 | 1 | -1/+1 |
| | | |||||
| * | Moving all Interface and Documentation functionality to own class | Lefteris Karapetsas | 2014-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | - 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 | ||||
| * | More Natspec JSON export tests and better error reporting | Lefteris Karapetsas | 2014-12-02 | 1 | -2/+15 |
| | | |||||
| * | Using jsoncpp for exporting ABI interface from solidity | Lefteris Karapetsas | 2014-12-02 | 1 | -12/+14 |
|/ | | | | | - Also changing the interface JSON test to have a shorter name plus to provide meaningful error message in case of failure | ||||
* | solidity json interface tests fixes | Marek Kotewicz | 2014-11-12 | 1 | -3/+4 |
| | |||||
* | solidity JSON interface tests | Marek Kotewicz | 2014-11-12 | 1 | -0/+213 |