Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style fixes | Liana Husikyan | 2015-06-09 | 1 | -18/+30 |
| | |||||
* | Succint interfaces. | chriseth | 2015-05-15 | 1 | -2/+0 |
| | |||||
* | Merge branch 'develop' into jsoncpp_path | Marek Kotewicz | 2015-02-11 | 1 | -9/+9 |
|\ | |||||
| * | Styling in Natspec Enums | Lefteris Karapetsas | 2015-02-09 | 1 | -9/+9 |
| | | |||||
* | | fixed jsoncpp find_path | Marek Kotewicz | 2015-02-10 | 1 | -1/+1 |
|/ | |||||
* | Basic logging in Solidity (though no tests yet). | Gav Wood | 2015-01-09 | 1 | -0/+1 |
| | |||||
* | Changes in InterfaceHandler to deal with multiline natspec | Lefteris Karapetsas | 2014-12-18 | 1 | -1/+2 |
| | | | | | - Also now Solidity scanner considers Carriage Return as whitespace - Tests for Natspec generation with the new multiline comments | ||||
* | Create contracts. | Christian | 2014-12-15 | 1 | -4/+4 |
| | |||||
* | Merge branch 'macox_fixes' into build_enhancement | Marek Kotewicz | 2014-12-11 | 1 | -4/+17 |
|\ | | | | | | | | | Conflicts: test/solidityNatspecJSON.cpp | ||||
| * | Natspec title and author tag. | Lefteris Karapetsas | 2014-12-10 | 1 | -4/+17 |
| | | | | | | | | | | | | - Adding the title and author natspec documentation tags for contracts - Also using the author tag for functions now - Tests | ||||
* | | Merge branch 'develop' into build_enhancement | Marek Kotewicz | 2014-12-08 | 1 | -4/+4 |
|\| | |||||
| * | Merge remote-tracking branch 'ethereum/develop' into sol_import | Christian | 2014-12-08 | 1 | -10/+10 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/CompilerStack.h libsolidity/InterfaceHandler.cpp libsolidity/InterfaceHandler.h solc/main.cpp test/solidityJSONInterfaceTest.cpp test/solidityNatspecJSON.cpp | ||||
| * | | Merge remote-tracking branch 'ethereum/develop' into sol_import | Christian | 2014-12-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/CompilerStack.h solc/main.cpp | ||||
* | | | solidity compiling under msvc && boosts cmake file fixed | debris | 2014-12-07 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Replacing old cstyle enums with c++11 enums in natspec | Lefteris Karapetsas | 2014-12-05 | 1 | -10/+10 |
|/ | |||||
* | Using iterators in Natspec comment parsing | Lefteris Karapetsas | 2014-12-05 | 1 | -6/+14 |
| | | | | | | | - Used iterators in the entirety of the InterfaceHandler natspec comment parsing pipeline - Fixed issue where @param continuing in new line would not get a space | ||||
* | Addressing styling and miscellaneous issue with Natspec | Lefteris Karapetsas | 2014-12-05 | 1 | -8/+10 |
| | |||||
* | Natspec @return tag parsing | Lefteris Karapetsas | 2014-12-05 | 1 | -1/+3 |
| | | | | | - Also omitting tags from the output JSON file if they are missing instead of providing an empty string for their value | ||||
* | Natspec parsing @param doctags | Lefteris Karapetsas | 2014-12-05 | 1 | -0/+9 |
| | | | | | | | - Plus additional work on generally parsing doctags. One important missing feature is to parse a tag midline - Adding more tests | ||||
* | Parsing notice and dev doxytags. | Lefteris Karapetsas | 2014-12-04 | 1 | -0/+8 |
| | | | | | | | | | - Only initial work done. Still need to refine the logic and incorporate all the other types of tags. - Added/Modified some tests - Work in progress | ||||
* | Styling in libsolidity's InterfaceHandler | Lefteris Karapetsas | 2014-12-04 | 1 | -2/+2 |
| | |||||
* | Work in progress for parsing natspec doxytags | Lefteris Karapetsas | 2014-12-04 | 1 | -2/+9 |
| | |||||
* | Moving all Interface and Documentation functionality to own class | Lefteris Karapetsas | 2014-12-03 | 1 | -0/+74 |
- 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 |