-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support mutiple solc version and solidity doc (#37)
* feat: use only one source code copy to support mutiple solc version included 0.4.25 0.5.2 0,6.10 0.8.11 * feat: Add userdoc and devdoc option support for solidity compiler. * fix: format code by google code format plugin. * fix: upgrade gradle version to 6.3. * fix: catch exception when get git repo info failed. --------- Co-authored-by: dwzhan <[email protected]>
- Loading branch information
1 parent
ed68add
commit 3937d3c
Showing
290 changed files
with
2,351 additions
and
8,118 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
rootProject.name = 'solcJ' | ||
include 'solc-0.8.11' | ||
include 'solc-0.4.25' | ||
include 'solc-0.5.2' | ||
include 'solc-0.6.10' | ||
include 'solc-mac-all' | ||
include 'solc-win-all' | ||
include 'solc-linux-all' | ||
|
This file was deleted.
Oops, something went wrong.
92 changes: 0 additions & 92 deletions
92
solc-0.4.25/src/main/java/org/fisco/solc/compiler/CompilationResult.java
This file was deleted.
Oops, something went wrong.
125 changes: 0 additions & 125 deletions
125
solc-0.4.25/src/main/java/org/fisco/solc/compiler/Solc.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.