aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/interface/StandardCompiler.h
Commit message (Expand)AuthorAgeFilesLines
* Mark StandardCompiler::compile as noexceptAlex Beregszaszi2018-08-081-2/+2
* Code, Changelog, ReleaseChecklist: Fix typos.Cryptomental2018-07-111-1/+1
* 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