aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Add BuildInfo.h as dependency.chriseth2015-07-161-0/+1
* Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.chriseth2015-04-301-1/+1
* Use BUILD_SHARED_LIBchriseth2015-04-241-5/+1
* SHA3 optimizations.chriseth2015-04-071-1/+0
* Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each librar...jhuntley2015-03-051-1/+1
* fixed #1022Marek Kotewicz2015-02-161-1/+1
* fixed issue with including wrong json/json.h fileMarek Kotewicz2015-02-131-2/+2
* Solidity getInterfaceFunctions is now a map of hash to FunctionLefteris Karapetsas2015-01-071-0/+1
* fixed styling issuesMarek Kotewicz2014-12-111-2/+3
* updated cmake policiesMarek Kotewicz2014-12-101-1/+1
* jsonrpc option in cmakes, removed all warningsMarek Kotewicz2014-12-101-0/+6
* solidity compiling under msvc && boosts cmake file fixeddebris2014-12-071-5/+4
* Merge branch 'develop' into build_enhancementMarek Kotewicz2014-12-071-0/+4
|\
| * Exporting Natspec documentation to a JSON interfaceLefteris Karapetsas2014-12-021-0/+4
* | solidity compiling on windows, fixed Compiler Error C2797debris2014-12-061-2/+3
* | removed automocsMarek Kotewicz2014-12-041-0/+1
|/
* add headers to solidity's add_libraryMarek Kotewicz2014-11-091-4/+3
* Moved instructions and assembly to new libevmcore.Christian2014-11-061-2/+1
* Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-2/+2
* CMakeLists library dependency cleanup for libdevcore, libevmface, libsolidit...Christian2014-10-261-26/+1
* Solidity scanner and some unit tests.Christian2014-10-081-0/+49