Skip to content

Commit

Permalink
Support mutiple solc version and solidity doc (#37)
Browse files Browse the repository at this point in the history
* 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
HelloAldis and dwzhan authored Apr 9, 2024
1 parent ed68add commit 3937d3c
Show file tree
Hide file tree
Showing 290 changed files with 2,351 additions and 8,118 deletions.
583 changes: 496 additions & 87 deletions build.gradle

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
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
8 changes: 0 additions & 8 deletions settings.gradle
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'

72 changes: 0 additions & 72 deletions solc-0.4.25/build.gradle

This file was deleted.

This file was deleted.

125 changes: 0 additions & 125 deletions solc-0.4.25/src/main/java/org/fisco/solc/compiler/Solc.java

This file was deleted.

Loading

0 comments on commit 3937d3c

Please sign in to comment.