Commit Graph

18 Commits

Author SHA1 Message Date
chriseth
45870ed956 SHA3 optimizations. 2015-04-07 17:21:09 +02:00
jhuntley
d82b8c2738 Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each library using boost. When installing libraries, don't forget to copy DLLs, add target 'RUNTIME DESTINATION bin'. 2015-03-04 11:17:45 -05:00
Marek Kotewicz
a7775d929a fixed #1022 2015-02-16 13:48:25 +01:00
Marek Kotewicz
b68f61b07c fixed issue with including wrong json/json.h file 2015-02-13 09:03:03 +01:00
Lefteris Karapetsas
c55608f94b Solidity getInterfaceFunctions is now a map of hash to Function
- Also introduced dependency between libsolidity and libdevcrypto

- Compler's appendFunctionSelector now has a first version of using
  function signature hash instead of index
2015-01-07 16:39:21 +01:00
Marek Kotewicz
ac5b3baa52 fixed styling issues 2014-12-11 15:06:11 +01:00
Marek Kotewicz
ff445324a3 updated cmake policies 2014-12-10 12:49:12 +01:00
Marek Kotewicz
37f7535a00 jsonrpc option in cmakes, removed all warnings 2014-12-10 11:39:41 +01:00
debris
c7cf8c6db4 solidity compiling under msvc && boosts cmake file fixed 2014-12-07 11:29:38 +01:00
Marek Kotewicz
2d8eaf8482 Merge branch 'develop' into build_enhancement 2014-12-06 17:34:50 +01:00
debris
53e0ff10f5 solidity compiling on windows, fixed Compiler Error C2797 2014-12-05 17:00:26 +01:00
Marek Kotewicz
fa43a0ee95 removed automocs 2014-12-04 09:55:54 +01:00
Lefteris Karapetsas
43d6726dd7 Exporting Natspec documentation to a JSON interface
- 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
2014-12-01 17:03:04 +01:00
Marek Kotewicz
d6e7b82d3c add headers to solidity's add_library 2014-11-08 23:48:24 +01:00
Christian
8a0fff83f1 Moved instructions and assembly to new libevmcore. 2014-11-06 14:50:18 +01:00
Christian
7f19f3d133 Contract compiler and also add ExpressionStatement to AST.
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.
2014-10-30 01:25:42 +01:00
Christian
6c07a4c380 CMakeLists library dependency cleanup for libdevcore, libevmface, libsolidity and solc.
Fixes #417.
2014-10-25 18:00:49 +02:00
Christian
ef59373871 Solidity scanner and some unit tests.
The scanner is a modified version of the v8 javascript scanner.
2014-10-08 11:11:50 +02:00