aboutsummaryrefslogtreecommitdiffstats
path: root/solc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #290 from chriseth/fix_gas_iteratorchriseth2015-12-102-6/+6
|\ | | | | Fix: Segfaults connected to paramater types.
| * Fix: Segfaults connected to paramater types.chriseth2015-12-102-6/+6
| | | | | | | | parameterTypes does not return by const reference anymore.
* | Removed obsolete dockerfile.chriseth2015-12-101-70/+0
|/
* 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.
* Fix up for new API from EIP-1.1.Gav Wood2015-11-212-5/+5
|
* Preliminary why3 code output.chriseth2015-10-272-25/+48
|
* File reorganisation.chriseth2015-10-213-20/+20
|
* Do not forget to export the new symbol.chriseth2015-10-161-1/+1
|
* Style.chriseth2015-10-161-5/+5
|
* Multiple sources for json compiler.chriseth2015-10-161-9/+45
|
* fixed new testsLianaHus2015-10-151-1/+4
|
* errors instead of exceptionsLianaHus2015-10-151-1/+1
| | | | | | | | | Conflicts: libsolidity/CompilerStack.cpp libsolidity/NameAndTypeResolver.cpp libsolidity/NameAndTypeResolver.h libsolidity/TypeChecker.cpp test/libsolidity/SolidityNameAndTypeResolution.cpp
* added Error class for all kind of errorsLianaHus2015-10-152-31/+8
| | | | | Conflicts: libsolidity/Exceptions.h
* Support warnings.chriseth2015-10-031-25/+29
|
* -fixed the warning printingLianaHus2015-10-021-9/+8
| | | | -style fixes
* -added warning case to cl compilerLianaHus2015-10-021-1/+5
| | | | -modified warning msg
* Merge pull request #89 from chriseth/fixCombinedJsonchriseth2015-09-231-2/+6
|\ | | | | Fix "combined json" output.
| * Fix "combined json" output.chriseth2015-09-231-2/+6
| |
* | Error formatting.chriseth2015-09-222-15/+26
|/
* Merge pull request #79 from arkpar/cmakeMarek Kotewicz2015-09-171-1/+1
|\ | | | | Per project versioning
| * per project versioningarkpar2015-09-161-1/+1
| |
* | Merge pull request #75 from chriseth/exportRuntimeBytecodeForJsonchriseth2015-09-151-0/+6
|\ \ | | | | | | Export runtime bytecode and version.
| * | Export runtime bytecode and version.chriseth2015-09-151-0/+6
| | |
* | | Merge pull request #73 from chriseth/emscriptenArkadiy Paronyan2015-09-151-2/+8
|\| | | | | | | | Changes required to compile on emscripten target.
| * | Changes required to compile on emscripten target.chriseth2015-09-151-2/+8
| |/
* / Commandline interface for the linker.chriseth2015-09-122-2/+128
|/
* Transition from bytecode to more general linker objects.chriseth2015-09-112-15/+15
|
* Merge pull request #41 from LianaHus/sol_rename_getterschriseth2015-09-082-60/+60
|\ | | | | solidity interface changes. removing get prefix
| * - renamed AST to ast and ABI to abiLianaHus2015-09-082-7/+7
| | | | | | | | - style fixes
| * renamed getter functionsLianaHus2015-09-082-60/+60
| |
* | changes required to compile solidity in a single projectdebris2015-09-011-2/+0
|/
* Merge pull request #27 from LianaHus/sol_runtime_binary_by_-solcGav Wood2015-08-281-1/+14
|\ | | | | added option to solc to output runtime part of the contract
| * added option to solc to output runtimr part of the contractLianaHus2015-08-241-1/+14
| |
* | client refactordebris2015-08-271-6/+1
| |
* | Refactoreed CMakeLists for new module systemarkpar2015-08-241-3/+2
|/
* More information for help screen, some fixes for argument parsing.chriseth2015-08-202-76/+86
|
* Moved solc files.chriseth2015-08-196-0/+1039