aboutsummaryrefslogtreecommitdiffstats
path: root/solidityJSONInterfaceTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'ethereum/develop' into sol_importChristian2014-12-081-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 natspecLefteris Karapetsas2014-12-051-1/+1
| |
* | Merge remote-tracking branch 'ethereum/develop' into sol_importChristian2014-12-051-14/+29
|\| | | | | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/CompilerStack.h solc/main.cpp
| * Stack compiler now correctly returns a string and not a pointerLefteris Karapetsas2014-12-051-1/+1
| |
| * Moving all Interface and Documentation functionality to own classLefteris Karapetsas2014-12-031-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 reportingLefteris Karapetsas2014-12-021-2/+15
| |
| * Using jsoncpp for exporting ABI interface from solidityLefteris Karapetsas2014-12-021-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 fixesMarek Kotewicz2014-11-121-3/+4
|
* solidity JSON interface testsMarek Kotewicz2014-11-121-0/+213