aboutsummaryrefslogtreecommitdiffstats
path: root/common/compiler
Commit message (Expand)AuthorAgeFilesLines
* common/compiler: fix lint issue (#19967)Felix Lange2019-08-151-2/+2
* common/compiler: support relative import paths (#17374)shiqinfeng12019-08-151-0/+1
* all: update author list and licensesPéter Szilágyi2019-07-222-2/+2
* cmd/abigen: refactor command line interface (#19797)gary rong2019-07-081-9/+4
* accounts/abi/bind: Accept function ptr parameter (#19755)Guillaume Ballet2019-07-022-4/+7
* Modified Abigen to Support Vyper (#19120)Kushagra Sharma2019-03-187-47/+290
* common/compiler: fixed testSource (#18978)Javier Sagredo2019-02-031-1/+2
* common/compiler: capture runtime code and source maps (#18020)JoranHonig2018-11-081-8/+16
* cmd/abigen: support for reading solc output from stdin (#16683)Antonio Salazar Cardozo2018-06-051-4/+24
* common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21Jeffery Robert Walsh2018-03-091-1/+0
* common/compiler: add metadata output for solc > 0.4.6Steve Waldman2017-03-162-76/+56
* cmd,eth,les,internal: remove natspec supportBas van Kervel2017-01-171-2/+2
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-1/+1
* common/compiler: remove workaround for solc 0.3.5 stdin bug (#3522)Felix Lange2017-01-062-36/+22
* common/compiler: simplify solc wrapperFelix Lange2016-08-172-165/+132
* common/compiler: support relative path to solcRémy Roy2016-05-251-1/+0
* all: fix go vet warningsFelix Lange2016-04-151-1/+1
* common/compiler: fix path problem with filepath.Glob on WindowsRémy Roy2016-03-081-1/+1
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* new solc api:zelig2015-09-152-14/+14
* Solidity Compiler - solc new APIzelig2015-09-122-23/+49
* common/compiler: fix #1598, expose solidity errorsPéter Szilágyi2015-08-261-58/+46
* common/compiler, common/docserver, jsre: fix tests on windowsFelix Lange2015-08-061-2/+3
* all: fix license headers one more timeFelix Lange2015-07-242-2/+2
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-232-8/+8
* all: update license informationFelix Lange2015-07-072-0/+32
* Registrar and contractInfo handlingzelig2015-07-072-10/+6
* skip sol on new compilerobscuren2015-06-091-2/+2
* compile solidity contracts with std libraryMarek Kotewicz2015-05-251-0/+2
* multiple contract source for solidity compiler: returns contract array if mul...zelig2015-05-202-58/+65
* remove solc flairzelig2015-05-201-1/+2
* fix solc tests unskipzelig2015-05-202-14/+18
* Merge pull request #933 from bas-vk/issue928Jeffrey Wilcke2015-05-121-5/+4
|\
| * replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-5/+4
* | sol: skipped source checking stepobscuren2015-05-121-3/+5
|/
* compiler, cli/js: fix solidity compiler tests failing when a different versio...zelig2015-05-122-3/+9
* solidity compiler and contract metadocs integrationzelig2015-05-072-0/+276