Commit Graph

167 Commits

Author SHA1 Message Date
Péter Szilágyi 2c9e034d93 Skip any failing GOPATH walks to prevent panics. 2015-09-29 10:44:00 +03:00
Péter Szilágyi 9224c09098 Display a proper error message if no GOPATH is set. 2015-09-29 10:41:49 +03:00
Péter Szilágyi c64946b88c Inject Godeps before go get to avoid duplicate deps. 2015-09-29 10:35:27 +03:00
Péter Szilágyi 3ba5070af0 Clean up cross compiler container after build. 2015-09-29 10:35:04 +03:00
Péter Szilágyi 4d63734402 Configurable destination folder for limited environments. 2015-09-21 20:58:58 +03:00
Péter Szilágyi 9b2cc27688 Support symlinks in local build GOPATHs. 2015-09-21 20:38:09 +03:00
Péter Szilágyi fa43363d79 Update the readme with more user friendly examples. 2015-09-19 19:06:26 +03:00
Péter Szilágyi dd15913319 Cache external dependencies to avoid wasting bandwidth 2015-09-19 18:36:24 +03:00
Péter Szilágyi e66e9575dc Pre-bootstrap Android too. Hopefully it won't break. 2015-09-17 18:47:31 +03:00
Péter Szilágyi 1827c25933 Add support for local import paths. 2015-09-17 16:10:47 +03:00
Péter Szilágyi 3544aa27ec Merge branch 'tsg-custom_image' 2015-09-17 14:23:29 +03:00
Péter Szilágyi 21dca63b73 Merge branch 'custom_image' of https://github.com/tsg/xgo into tsg-custom_image 2015-09-17 14:23:11 +03:00
Péter Szilágyi 9ecd9ae9e5 Minor readme polishes (and force rebuild). 2015-09-16 17:50:44 +03:00
Péter Szilágyi e95f85ee81 Add support for cross compiling C++ dependencies. 2015-09-16 17:14:02 +03:00
Péter Szilágyi 7be9c29ba2 Add some sample test codes to allow unit testing. 2015-09-16 11:29:40 +03:00
Tudor Golubenco 1ba04f145a Adjusted description for the -image flag 2015-09-15 08:03:33 +09:00
Tudor Golubenco f8033e5e63 Added support for using custom docker image 2015-09-15 08:00:44 +09:00
Péter Szilágyi b27e6e194e Update forgotten CGO deps snippet. 2015-09-14 18:34:47 +03:00
Péter Szilágyi 26682826d9 Add small snippet for PIE validation. 2015-09-14 18:33:19 +03:00
Péter Szilágyi 322ab95e16 Release xgo with Android support 2015-09-14 18:28:45 +03:00
Péter Szilágyi 049bbe5e88 Support build targets, handle Go version limitations 2015-09-14 18:02:27 +03:00
Péter Szilágyi 921735e9a6 Support building Android NDK binaries. 2015-09-11 12:26:49 +03:00
Péter Szilágyi 0407d11cec Add support for Go 1.5+ and pure Go distributions. 2015-09-10 11:37:52 +03:00
Péter Szilágyi a93a3fe920 Merge pull request #19 from tsg/bzr_unattended
Install bzr and avoid doing the sed for read.
2015-09-10 09:58:15 +03:00
Tudor Golubenco d286185818 Install bzr and avoid doing the sed for read.
bzr is needed for dependencies like labix.org/mgo that
use bzr for source control.

The sed that comments out the read commands have caused
issues for me. Using the UNATTENDED option seems more
natural.
2015-07-16 10:19:31 +02:00
Péter Szilágyi a1bc698073 Clean up the base dockerfile, build C deps concurrently. 2015-05-08 12:21:51 +03:00
Péter Szilágyi 84f5af0336 Support setting repository remotes too. 2015-05-05 14:57:11 +03:00
Péter Szilágyi 38765bed91 Fix a small sample code typo 2015-05-04 11:54:19 +03:00
Péter Szilágyi 0c524f0c64 Update the README to include new features. 2015-05-04 11:47:29 +03:00
Péter Szilágyi 05f45e92a4 Yet another OSB build flag fix. 2015-05-04 10:53:43 +03:00
Péter Szilágyi 0daba26ebc Fix OSX C compiler flags 2015-05-04 10:38:10 +03:00
Péter Szilágyi b12523e1e9 Use subpackage name as output, rename --in to --pkg 2015-05-03 17:56:31 +03:00
Péter Szilágyi c74f7298e8 Add an initial dependency cross compilation support. 2015-05-03 16:38:21 +03:00
Péter Szilágyi 6bf2b5727f Support branch selection and building subpackages. 2015-05-03 13:11:00 +03:00
Péter Szilágyi ccc86dbdce Update to Go 1.4.2. 2015-05-02 23:09:31 +03:00
Péter Szilágyi f21285f9ef Update the iris refs in the readme. 2014-12-17 17:47:18 +02:00
Péter Szilágyi 06d05257e9 Bump readme to version 1.4. 2014-12-17 16:46:17 +02:00
Péter Szilágyi 73d67ca0e7 Pull os/arch specific deps too. 2014-12-17 16:46:05 +02:00
Péter Szilágyi 0442d94d4f Remove a fixed warning. 2014-12-17 16:45:49 +02:00
Péter Szilágyi 358a56a2e7 Merge pull request #11 from hasty/feature/go1.4
Bumped to go 1.4
2014-12-17 15:15:03 +02:00
Péter Szilágyi 449770623a Merge pull request #10 from hasty/bugfix/goarmv5
Force GOARM=5 on ARM builds
2014-12-17 15:14:24 +02:00
Granbery, Hasty ce9afb4f60 Bumped to go 1.4 2014-12-16 09:51:41 -08:00
Granbery, Hasty 36c66c0ec4 Force GOARM=5 on ARM builds 2014-12-16 09:50:43 -08:00
Péter Szilágyi 8608efa0e5 Fix issue where docker output was lost. 2014-10-22 13:33:00 +03:00
Péter Szilágyi 8b07996b81 Update to Go 1.3.3! 2014-10-03 15:22:01 +03:00
Péter Szilágyi 297157dbd9 Support pkg-config in prep for lib injection. 2014-08-27 16:16:03 +03:00
Péter Szilágyi 5d94f51094 Add support for output prefix and -v / -race flags 2014-08-14 12:43:57 +03:00
Péter Szilágyi 6d30460233 Add partial support for Go 1.3.1, ARM still needed. 2014-08-13 15:28:15 +03:00
Péter Szilágyi d2febd9eba Update xgo to versioned containers. 2014-08-13 15:09:53 +03:00
Péter Szilágyi 98aea0a339 Add wildcard layers to latest packages. 2014-08-13 14:48:27 +03:00