Commit Graph

25 Commits

Author SHA1 Message Date
Péter Szilágyi 576845a7df Support using the current system for compilation (xgo in xgo). 2015-11-27 12:42:07 +02:00
Péter Szilágyi 1ea89c8ebe Add support for building archive files. 2015-11-24 19:41:01 +02:00
Péter Szilágyi 586ac3cd87 Add support for iOS cross compilation. 2015-11-24 16:49:21 +02:00
Péter Szilágyi f2621776c8 Add support for --tags and --ldflags (fix #24 and #23) 2015-10-28 12:16:25 +02:00
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 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 dd15913319 Cache external dependencies to avoid wasting bandwidth 2015-09-19 18:36:24 +03:00
Péter Szilágyi 1827c25933 Add support for local import paths. 2015-09-17 16:10:47 +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 049bbe5e88 Support build targets, handle Go version limitations 2015-09-14 18:02:27 +03:00
Péter Szilágyi 84f5af0336 Support setting repository remotes too. 2015-05-05 14:57:11 +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 0442d94d4f Remove a fixed warning. 2014-12-17 16:45:49 +02: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 5d94f51094 Add support for output prefix and -v / -race flags 2014-08-14 12:43:57 +03:00
Péter Szilágyi d2febd9eba Update xgo to versioned containers. 2014-08-13 15:09:53 +03:00
Péter Szilágyi cf85eb906d Fix newline in printf. 2014-08-07 10:12:59 +03:00
Péter Szilágyi 7b7028c8f6 Format the output a bit. 2014-08-07 10:05:19 +03:00
Péter Szilágyi 88eb66f0c4 Add a simple wrapper around the docker command. 2014-08-07 01:31:22 +03:00