- Jun 27, 2017
-
-
Addy Yeow authored
-
- May 24, 2017
-
-
Felix Lange authored
Also add the package to the license tool ignore list.
-
- May 03, 2017
-
-
Vlad authored
-
- Apr 14, 2017
-
-
Péter Szilágyi authored
-
Felix Lange authored
-
- Apr 13, 2017
-
-
Péter Szilágyi authored
-
- Apr 12, 2017
-
-
Péter Szilágyi authored
-
- Apr 10, 2017
-
-
Péter Szilágyi authored
-
- Apr 06, 2017
-
-
Péter Szilágyi authored
This commit adds a build step to travis to auto-delete unstable archives older than 14 days (our regular release schedule) from Azure via ci.go purge. The commit also pulls in the latest Azure storage code, also switching over from the old import path (github.com/Azure/azure-sdk-for-go) to the new split one (github.com/Azure/azure-storage-go).
-
- Mar 29, 2017
-
-
Felix Lange authored
Fixes #3792 by stripping debug symbols.
-
- Mar 24, 2017
-
-
Felix Lange authored
This ensures 'make test' finds all errors that remote CI would find. Go 1.7 vet reports a false positive in package log, add a workaround.
-
- Mar 23, 2017
-
-
Felix Lange authored
This fixes a recent bug where 'make geth' built everything instead of just geth.
-
Zahoor Mohamed authored
-
- Mar 22, 2017
-
-
Felix Lange authored
There is no need to depend on the old context package now that the minimum Go version is 1.7. The move to "context" eliminates our weird vendoring setup. Some vendored code still uses golang.org/x/net/context and it is now vendored in the normal way. This change triggered new vet checks around context.WithTimeout which didn't fire with golang.org/x/net/context.
-
Felix Lange authored
We don't use the opencl build tag anymore.
-
Felix Lange authored
We have decided to bump the requirement to Go 1.7 because it enables subtests and allows dropping backwards-compatibility code. This is in line with Go's support policy. Go 1.6 and earlier no longer receive security updates.
-
- Mar 09, 2017
-
-
Péter Szilágyi authored
-
- Mar 03, 2017
-
-
Péter Szilágyi authored
-
- Mar 02, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Feb 23, 2017
-
-
Péter Szilágyi authored
-
- Feb 13, 2017
-
-
Péter Szilágyi authored
-
- Jan 29, 2017
-
-
Shintaro Kaneko authored
-
- Jan 20, 2017
-
-
Péter Szilágyi authored
The Android NDK was recently removed from gomobile, leading to our Android builds failing. Starting from https://go-review.googlesource.com/#/c/35173/ , gomobile requires a locally installed NDK. This PR ensures that travis installs that too before running the build steps.
-
- Jan 13, 2017
-
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
Péter Szilágyi authored
-
- Jan 09, 2017
-
-
Felix Lange authored
-
- Jan 06, 2017
-
-
Péter Szilágyi authored
-
Felix Lange authored
-
- Jan 05, 2017
-
-
Péter Szilágyi authored
-
- Dec 14, 2016
-
-
Péter Szilágyi authored
-
- Dec 13, 2016
-
-
Viktor Trón authored
-
- Dec 10, 2016
-
-
Bas van Kervel authored
NSIS has a default MAX_STR_LEN of 1024. If $ENV{PATH} is longer the returned string is truncated to an empty string. Its then not possible to distinguis between the variable not set or too long. As a result the variable is set with the location where geth and/or dev tools are installed. This may override any previous set values.
-
- Dec 08, 2016
-
-
Péter Szilágyi authored
* build: modify the iOS namespace to iGeth (gomobile limitation) * mobile: assign names to return types for ObjC wrapper * mobile: use more expanded names for iOS/Swift API
-
- Nov 28, 2016
-
-
Péter Szilágyi authored
-
Viktor Trón authored
-
- Nov 25, 2016
-
-
Péter Szilágyi authored
-
- Nov 23, 2016
-
-
Péter Szilágyi authored
-
- Nov 22, 2016
-
-
Péter Szilágyi authored
* build: use metatags on cocoapods, not prerelease tags * build: fix Maven and CocoaPods author email addresses
-