aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Add option to static link solcPaweł Bylica2017-08-231-1/+13
|
* CMake: Simplify solc configPaweł Bylica2017-08-181-20/+12
|
* Properly export the license() method in EmscriptenAlex Beregszaszi2017-07-181-1/+1
|
* Export compileStandard on emscriptenAlex Beregszaszi2017-04-241-1/+1
|
* wrap solc add_executablerainbeam2016-05-011-1/+1
| | | | Allows static linking.
* Read files via callback.chriseth2016-01-271-1/+1
|
* Fix the build - library is not a moduleLefteris Karapetsas2015-12-041-1/+1
| | | | | | The Module::Object rule is something only eth_use() and friends can understand. target_link_libraries() on the other hand needs only the actual library object to link to.
* Alternative case-consistency fix for libsolidity. Just using ↵Bob Summerwill2015-12-041-3/+3
| | | | fully-qualified scoped name in eh_use instead.
* Do not forget to export the new symbol.chriseth2015-10-161-1/+1
|
* Changes required to compile on emscripten target.chriseth2015-09-151-2/+8
|
* changes required to compile solidity in a single projectdebris2015-09-011-2/+0
|
* client refactordebris2015-08-271-6/+1
|
* Refactoreed CMakeLists for new module systemarkpar2015-08-241-3/+2
|
* Moved solc files.chriseth2015-08-191-0/+29