aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/CompilerStack.h
Commit message (Collapse)AuthorAgeFilesLines
* Only avoid collision if it's the same fileRhett Aultman2017-01-171-0/+4
| | | | | | | | | @chriseth had suggested that it would be better if contracts were referenced in a file:contract notation, and that we output .bin files that prepend original path names if necessary to avoid a collision. This commit is mostly a draft; it still needs to be run through the test suite.
* cleanupVoR02202017-01-121-2/+3
| | | | | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> fixup Signed-off-by: VoR0220 <rj@erisindustries.com>
* much smaller helper functionVoR02202017-01-101-1/+3
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Add the `_runs` parameter.chriseth2016-12-011-1/+1
|
* Fix type of optimizeRunsAlex Beregszaszi2016-12-011-1/+1
|
* Metadata stamp.chriseth2016-12-011-6/+14
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Move InterfaceHandler from string to JSONAlex Beregszaszi2016-11-151-7/+7
|
* Remove standard contractsDenton Liu2016-08-191-3/+2
|
* remove solidity --interfaceDimitry2016-08-171-6/+1
|
* Source location as part of AST.chriseth2016-07-211-2/+16
|
* Provide formal version in json output.chriseth2016-07-191-1/+2
|
* Allow remappings to change depending on the context.chriseth2016-06-091-3/+22
|
* - inline and assembly keywords addedLianaHus2016-03-121-4/+4
| | | | - some style fixes
* BREAKING: Implement delegatecall and make default for library calls.chriseth2016-03-121-1/+1
|
* Merge pull request #351 from chriseth/autoloadchriseth2016-01-191-2/+14
|\ | | | | Automatically load imported files in solc.
| * Autoload files in solc.chriseth2016-01-121-2/+14
| |
* | Detect library name clashes.chriseth2016-01-141-0/+3
|/
* Relative paths in import directives.chriseth2015-12-101-0/+2
|
* Preliminary why3 code output.chriseth2015-10-271-1/+6
|
* Store docstrings in AST annotations.chriseth2015-10-261-3/+0
|
* File reorganisation.chriseth2015-10-211-0/+221