aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Travis CI: Install latest CMakePaweł Bylica2017-01-121-0/+37
* Replace `` by $().chriseth2017-01-091-4/+3
* Create source tarballs for releases.chriseth2017-01-041-0/+35
* Merge pull request #1357 from federicobond/remove-sierra-notechriseth2016-12-121-6/+0
|\
| * Remove macOS Sierra note from install_deps.shFederico Bond2016-11-111-6/+0
* | Cleanup and fix scripts/isolate_tests.pyFederico Bond2016-12-071-16/+36
* | Rename isolateTests.py script to isolate_tests.pyFederico Bond2016-12-071-0/+0
* | Merge pull request #1342 from ethereum/emscripten-codesizechriseth2016-11-261-0/+4
|\ \
| * | Add optimisation flags for EmscriptenAlex Beregszaszi2016-11-091-2/+2
| * | Display emscripten output sizeAlex Beregszaszi2016-11-091-0/+4
| |/
* | Alpine base docker file.chriseth2016-11-251-0/+12
* | Enable the optimizer for test runs.chriseth2016-11-231-2/+7
* | Update tests.shchriseth2016-11-151-0/+1
* | Add tests for the std files.chriseth2016-11-121-2/+15
|/
* Fetch jsoncpp tarball during ppa release.chriseth2016-11-081-0/+4
* Drop CryptoPP leftoversPaweł Bylica2016-11-083-16/+0
* Build jsoncpp from source using jsoncpp.cmake scriptPaweł Bylica2016-10-214-43/+4
* Simplify publish scriptAlex Beregszaszi2016-10-151-2/+4
* Change solc-bin publish script to support npmAlex Beregszaszi2016-10-151-1/+8
* Merge pull request #1196 from ethereum/solc-bin-publish-updatechriseth2016-10-141-4/+2
|\
| * Make "-a" more visible.chriseth2016-10-121-1/+1
| * solc-bin publish script should let the update script decide which files changedAlex Beregszaszi2016-10-111-4/+2
* | Merge pull request #1126 from ethereum/isolateTestschriseth2016-10-121-0/+24
|\ \ | |/ |/|
| * Extend comment.chriseth2016-10-111-1/+2
| * Add script to extract test cases.chriseth2016-09-301-0/+23
* | Fix deploy script.chriseth2016-10-051-2/+3
* | Update publish_binary.shchriseth2016-10-011-1/+1
* | Use "develop" for debian version name.chriseth2016-09-181-1/+1
* | Do not create prerelease build for release branch.chriseth2016-09-181-1/+6
* | Also publish from release branch.chriseth2016-09-181-9/+25
* | Fix problem that caused multiple binaries per day.chriseth2016-09-181-1/+1
|/
* Merge pull request #1097 from ethereum/forceeightchriseth2016-09-172-2/+2
|\
| * Force commit hash to 8 digits.chriseth2016-09-152-2/+2
* | Add warning for CentOS dependenciesLefteris Karapetsas2016-09-151-26/+32
* | Add Centos to install_deps.shLefteris Karapetsas2016-09-121-0/+41
|/
* Remove leading zeroes in prerelease components.chriseth2016-09-093-3/+6
* Store emscripten binaries usig new naming scheme.chriseth2016-09-091-3/+3
* Added missing "stop on error" to scripts/install.sh.Bob Summerwill2016-09-071-0/+2
* Merge pull request #975 from blockchaindev/bug/674-solc-crashchriseth2016-09-011-16/+6
|\
| * Fixed a bug causing solc to crash on startup due to invalid environment setti...Christopher Gilbert2016-08-301-16/+6
* | soltest on windowsDimitry2016-08-312-0/+77
* | Merge pull request #947 from winsvega/soltestwinsvega2016-08-311-1/+1
|\ \ | |/ |/|
| * rename --ipc to --ipcpathDimitry2016-08-291-1/+1
* | Store commit hash and handle prerelease vor all automation tools.chriseth2016-08-262-2/+3
|/
* Use the new update script.chriseth2016-08-231-1/+1
* update commentsrain2016-08-171-9/+2
* don't force upgrade on alpine linux installrain2016-08-171-1/+0
* replace bash with shrain2016-08-171-2/+2
* correct detection string for Alpinerain2016-08-171-1/+1
* fall back to os-release if lsb_release not presentrain2016-08-171-1/+8
* separate function for determining linux distrorain2016-08-171-1/+6
* Move custom test options to after --chriseth2016-08-121-1/+1
* Enable publishing again.chriseth2016-08-121-4/+0
* Debug publishing.chriseth2016-08-121-10/+5
* Debug publishing.chriseth2016-08-111-0/+10
* Fix the publishing script to not publish multiple times per day.chriseth2016-08-111-16/+16
* Re-add the ZIP release flow for Solidity.Bob Summerwill2016-08-112-4/+3
* Merge pull request #859 from chriseth/fixppachriseth2016-08-111-3/+6
|\
| * Fix ppa script.chriseth2016-08-111-3/+6
* | Merge pull request #848 from bobsummerwill/alpine_linux_install_depsBob Summerwill2016-08-101-6/+8
|\ \ | |/ |/|
| * Adding Alpine Linux support to release.shBob Summerwill2016-08-091-6/+8
* | Make aware of branches and only create source tarball once.chriseth2016-08-101-11/+38
* | Correct jsoncpp versions.chriseth2016-08-101-3/+3
* | Do not compile sphinx docs for now, so we get to a workable state.chriseth2016-08-101-5/+4
* | PPA release script, still work in progress.chriseth2016-08-101-0/+212
* | Rename libevmasm.chriseth2016-08-101-1/+1
|/
* Correct library usage.chriseth2016-08-081-1/+1
* Merge pull request #803 from bobsummerwill/ipc_flagchriseth2016-08-051-10/+2
|\
| * Switch to simpler --ipc parameterization for softest.Bob Summerwill2016-08-051-10/+2
* | Change deploy key.chriseth2016-08-031-0/+0
|/
* Install dependencies for docs.chriseth2016-08-021-0/+2
* Fix docs script.chriseth2016-08-021-5/+4
* Do not explicitly specify emscripten compiler.chriseth2016-08-021-3/+1
* Make docs script executable.chriseth2016-08-021-0/+0
* Show ubuntu version in error.chriseth2016-08-021-1/+1
* Parallel builds for emscripten and docs.chriseth2016-08-021-3/+3
* Constraint Emscripten publish step to Ubuntu runs.Bob Summerwill2016-08-021-0/+33
* Build emscripten in build-emscripten to separate cache.chriseth2016-08-021-4/+3
* Fix emscripten build.chriseth2016-08-013-11/+7
* Run the tests only three times.chriseth2016-08-011-2/+6
* Make the Solidity repository standalone.Bob Summerwill2016-08-0112-0/+996