Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: add devtools target | Felix Lange | 2017-03-07 | 1 | -0/+9 |
| | |||||
* | travis: support building mips32 and mips64 too | Péter Szilágyi | 2017-03-02 | 1 | -12/+22 |
| | |||||
* | Makefile, build: do proper mobile builds, not cross builds | Péter Szilágyi | 2016-11-25 | 1 | -13/+12 |
| | |||||
* | build, internal/build: misc improvements (#3229) | Felix Lange | 2016-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | * travis.yml: don't create darwin/386 builds * build: remove godep remains * internal/build: improve archives - enable compression for zip files - don't write half-complete archives * build: add -unstable to archive names | ||||
* | build: improve debian packaging | Felix Lange | 2016-10-02 | 1 | -14/+14 |
| | | | | | | | | | | This commit tweaks the debian packaging tool: * All build environment metadata can now be overriden on the command line. This allows testing the CI build behaviour locally. * -unstable packages now actually contain the binaries (oops) * packages use Go 1.7 to build * archiving is skipped for PR builds | ||||
* | Makefile: support building for the MIPS64 platforms (#2682) | Péter Szilágyi | 2016-08-16 | 1 | -2/+12 |
| | |||||
* | Makefile, build: move cross compilation into ci.go | Péter Szilágyi | 2016-08-08 | 1 | -28/+25 |
| | |||||
* | build: add ci.go, use it everywhere | Felix Lange | 2016-06-22 | 1 | -25/+21 |
| | | | | | | The new build script, ci.go, replaces some of the older shell scripts. ci.go can compile go-ethereum, run the tests, create release archives and debian source packages. | ||||
* | Makefile: go build instead of install (solves cross compile issues) | Péter Szilágyi | 2016-05-06 | 1 | -2/+4 |
| | |||||
* | Makefile: enable go vet on Travis CI | Felix Lange | 2016-04-15 | 1 | -0/+1 |
| | |||||
* | Makefile, cmd/geth: support building Android archives | Péter Szilágyi | 2015-12-14 | 1 | -25/+20 |
| | |||||
* | Makefile, cmd/geth: assemble ios xcode frameworks | Péter Szilágyi | 2015-12-09 | 1 | -26/+19 |
| | |||||
* | crypto/secp256k1: remove dependency on libgmp | Felix Lange | 2015-12-04 | 1 | -14/+13 |
| | | | | | Turns out we actually don't need it, USE_NUM_NONE works because we also set USE_FIELD_INV_BUILTIN. | ||||
* | Makefile: support 64bit ARM iOS cross builds | Péter Szilágyi | 2015-12-04 | 1 | -3/+13 |
| | |||||
* | Makefile: enable 64-bit ARM builds on Linux | Péter Szilágyi | 2015-12-02 | 1 | -2/+8 |
| | |||||
* | Makefile: build ARM v5/v6/v7, drop high API mobile clients | Péter Szilágyi | 2015-12-01 | 1 | -33/+28 |
| | |||||
* | Makefile: enable iOS experimental builds (fix prev omission) | Péter Szilágyi | 2015-11-29 | 1 | -1/+1 |
| | |||||
* | Makefile: support library build modes | Péter Szilágyi | 2015-11-25 | 1 | -11/+12 |
| | |||||
* | Makefile: add support for iOS cross compilation | Péter Szilágyi | 2015-11-24 | 1 | -1/+16 |
| | |||||
* | Makefile: individual platforms, configurable Go runtime | Péter Szilágyi | 2015-11-20 | 1 | -9/+58 |
| | |||||
* | makefile: dump mist leftover, add phony targets | Péter Szilágyi | 2015-10-28 | 1 | -6/+1 |
| | |||||
* | makefile: fix evm ld flags, pass them to xgo too | Péter Szilágyi | 2015-10-28 | 1 | -5/+6 |
| | |||||
* | all: Add GPU mining, disabled by default | Gustav Simonsson | 2015-10-07 | 1 | -3/+3 |
| | |||||
* | makefile: built in cross compilation targets | Péter Szilágyi | 2015-09-22 | 1 | -0/+27 |
| | |||||
* | core/vm, tests: implemented semi-jit vm | Jeffrey Wilcke | 2015-08-07 | 1 | -1/+5 |
| | | | | * changed stack and removed stack ptr. Let go decide on slice reuse. | ||||
* | removed console command | Bas van Kervel | 2015-06-22 | 1 | -5/+0 |
| | |||||
* | added console command | Bas van Kervel | 2015-06-11 | 1 | -0/+5 |
| | |||||
* | Use Makefile for Travis tests | Felix Lange | 2015-04-29 | 1 | -1/+4 |
| | |||||
* | Makefile: add test target | Felix Lange | 2015-04-29 | 1 | -4/+7 |
| | |||||
* | Makefile: set main.gitCommit when building | Felix Lange | 2015-04-29 | 1 | -2/+2 |
| | |||||
* | Makefile: clean should also delete Godeps/_workspace/pkg | Felix Lange | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Makefile: for non-gophers | Felix Lange | 2015-04-19 | 1 | -0/+22 |
| | | | | | | | | | | | | | Many people need or want to build go-ethereum from the git repository, mostly to stay up to date with recent changes. We cannot expect that people without Go experience grok the Go workspace concept. With the Makefile, building from github requires only three steps (provided that a Go toolchain is installed): - git clone https://github.com/ethereum/go-ethereum - ... install C libraries (libgmp, etc.) ... - make | ||||
* | Major re-organisation. | obscuren | 2014-03-22 | 1 | -21/+0 |
| | | | | The Ethereum node and Gui are now separated. | ||||
* | Updated to work with the new chain | obscuren | 2014-03-21 | 1 | -2/+3 |
| | |||||
* | WIP Makefile | obscuren | 2014-03-03 | 1 | -0/+20 |