Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Solidity getInterfaceFunctions is now a map of hash to Function | Lefteris Karapetsas | 2015-01-07 | 1 | -0/+1 |
| | | | | | | | - Also introduced dependency between libsolidity and libdevcrypto - Compler's appendFunctionSelector now has a first version of using function signature hash instead of index | ||||
* | fixed styling issues | Marek Kotewicz | 2014-12-11 | 1 | -2/+3 |
| | |||||
* | updated cmake policies | Marek Kotewicz | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | jsonrpc option in cmakes, removed all warnings | Marek Kotewicz | 2014-12-10 | 1 | -0/+6 |
| | |||||
* | solidity compiling under msvc && boosts cmake file fixed | debris | 2014-12-07 | 1 | -5/+4 |
| | |||||
* | Merge branch 'develop' into build_enhancement | Marek Kotewicz | 2014-12-07 | 1 | -0/+4 |
|\ | |||||
| * | 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 | ||||
* | | solidity compiling on windows, fixed Compiler Error C2797 | debris | 2014-12-06 | 1 | -2/+3 |
| | | |||||
* | | removed automocs | Marek Kotewicz | 2014-12-04 | 1 | -0/+1 |
|/ | |||||
* | add headers to solidity's add_library | Marek Kotewicz | 2014-11-09 | 1 | -4/+3 |
| | |||||
* | Moved instructions and assembly to new libevmcore. | Christian | 2014-11-06 | 1 | -2/+1 |
| | |||||
* | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 1 | -2/+2 |
| | | | | | | | | ExpressionStatement functions as glue between Statements and Expressions. This way it is possible to detect when the border between statements and expressions is crossed while walking the AST. Note that ExpressionStatement is not the only border, almost every statement can contains expressions. | ||||
* | CMakeLists library dependency cleanup for libdevcore, libevmface, ↵ | Christian | 2014-10-26 | 1 | -26/+1 |
| | | | | | | libsolidity and solc. Fixes #417. | ||||
* | Solidity scanner and some unit tests. | Christian | 2014-10-08 | 1 | -0/+49 |
The scanner is a modified version of the v8 javascript scanner. |