aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/StandardCompiler.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark StandardCompiler::compile as noexceptAlex Beregszaszi2018-08-081-2/+2
| | | | It has a generic catch statement and shouldn't leak out exceptions.
* Code, Changelog, ReleaseChecklist: Fix typos.Cryptomental2018-07-111-1/+1
| | | | Refs: #4442
* Rename read file callback.chriseth2017-08-231-2/+2
|
* Mark appropriate constructors explicitAlex Beregszaszi2017-08-221-1/+1
|
* Document that the ReadFileCallback should not emit exceptionsAlex Beregszaszi2017-04-221-1/+2
|
* Changed const reference to value.chriseth2017-04-221-1/+1
|
* Support URL sources in StandardCompilerAlex Beregszaszi2017-04-211-1/+2
|
* Catch exceptions of StandardCompilerAlex Beregszaszi2017-04-211-0/+2
|
* Add StandardCompiler skeletonAlex Beregszaszi2017-04-211-0/+59