355 Commits (16ef4eb9a7d72992632c6ba4bd01b6b5b9ddc2b5)

Author SHA1 Message Date
debris 5063433df4 solidity compiling on windows, fixed Compiler Error C2797 10 years ago
Lefteris Karapetsas 8857a7a75e Replacing old cstyle enums with c++11 enums in natspec 10 years ago
Christian dcce76392b Renamed url to identifier and added some comments. 10 years ago
Lefteris Karapetsas 78938ac468 Stack compiler now correctly returns a string and not a pointer 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
Lefteris Karapetsas 112c583ddb Natspec parsing @param doctags 10 years ago
Marek Kotewicz 6b5d89d559 removed automocs 10 years ago
Lefteris Karapetsas 5fe1133583 Parsing notice and dev doxytags. 10 years ago
Lefteris Karapetsas 2f16217574 Styling in libsolidity's InterfaceHandler 10 years ago
Christian 04c8d8bdc0 Improved external interface for multi-source and multi-contract compilation. 10 years ago
Christian 50b61e3dd3 Multi-source and multi-contract compiler. 10 years ago
Lefteris Karapetsas eeb186c834 Work in progress for parsing natspec doxytags 10 years ago
Lefteris Karapetsas 4613214098 Moving all Interface and Documentation functionality to own class 10 years ago
Lefteris Karapetsas 994e891078 Separate user and dev natspec documentation 10 years ago
Christian 8621949067 Import directive. 10 years ago
Christian d67e263989 Remove std::. 10 years ago
Christian 735fdf72a1 Comments for the TOKEN_LIST usage. 10 years ago
Gav Wood 240f6b0df7 Warnings fixes (well.. the UPnP was actually a crash fix.) 10 years ago
Christian 92b0ff7a10 Fix: Storage offset of first struct member should be zero. 10 years ago
Lefteris Karapetsas 9ff245ab52 Simplifying lambda function in CompilerStack::getInterface() 10 years ago
Lefteris Karapetsas c89fc7df63 Removing unneeded local variable in CompilerStack::getDocumentation() 10 years ago
Lefteris Karapetsas 93c488ce73 Handle absence of Natspec doc and add option to solc 10 years ago
Lefteris Karapetsas 88b1bb2540 More Natspec JSON export tests and better error reporting 10 years ago
Lefteris Karapetsas eed32824c3 Using jsoncpp for exporting ABI interface from solidity 10 years ago
Christian a2aa117a6b Disallow assignments to structs and mappings. 10 years ago
Christian b514546927 Save the scope for every declaration. 10 years ago
Lefteris Karapetsas 60ac4d3a2c Exporting Natspec documentation to a JSON interface 10 years ago
Christian 53608c9d77 Cleanup of scanner. 10 years ago
Lefteris Karapetsas 6e0839efe3 simplifying Scanner::reset() 10 years ago
Lefteris Karapetsas 87c58e4866 Moving LiteralScope to Scanner.cpp 10 years ago
Lefteris Karapetsas eb5369d6f2 Simplifying scanning for natspec documentation 10 years ago
Gav Wood 362e5d8145 Warning fix. 10 years ago
Lefteris Karapetsas 7ac651726f Solidity natspec docstring test improvements 10 years ago
Lefteris Karapetsas 4bb7cc9f67 Solidity FunctionDefinition used ASTString shared ptr for docstrings 10 years ago
Lefteris Karapetsas 170ff1a07f Fixing multiline comment parsing in solidity 10 years ago
Lefteris Karapetsas e5da1ba6c6 Solidity work for documentation strings 10 years ago
Christian 390e2e8634 Minor changes to magic variables. 10 years ago
Lefteris Karapetsas 43f269ce9a Solidity function AST nodes get documentation attribute 10 years ago
Christian 68acfc0544 Global functions. 10 years ago
Christian 898f989aa1 Sending ether. 10 years ago
Christian d759075528 More general function types and references. 10 years ago
Christian b185a748a5 Access to blockchain data. 10 years ago
chriseth 0669eb8d4c Whitespace change. 10 years ago
Christian 27d20cd849 Magic variables. 10 years ago
Christian 638960f22f Contracts as types and framework for special global variables. 10 years ago
Christian 6ee07c2cb8 Convenience class for type members. 10 years ago