Commit Graph

7 Commits

Author SHA1 Message Date
Sebastien Binet b5d2fd33ab gopy: reduce verbosity
Change-Id: I5b64e9eea02c4f03e49430133c96330071ad4344
2015-08-07 13:43:21 +02:00
Sebastien Binet 086ef0f72f gopy: reduce verbosity
Change-Id: I7a6e41dfe0e3c052022829ec873e01c906d62a8f
2015-08-06 18:35:37 +02:00
Sebastien Binet a84d49f72b gopy: improve gopy-bind performances
Previously, all the dependencies of the package one wanted to wrap+bind were
re-compiled (including the package to be wrapped). Every single time.
Run `go install -buildmode=c-shared <pkg>` first to cache all of this, and then
run `go build   -buildmode=c-shared -o <pkg>.so`.

Fixes #29

Change-Id: I2120d5dd22a4828d952b0681eadde826dff0d586
2015-08-06 18:32:30 +02:00
Sebastien Binet 63c5bca8e1 gopy: proper handling of lang option
This CL introduces a split in handling of {py|py2|py3}{thon,}.
It also lifts up the bind.Package creation so the processing is done only once.

Change-Id: I946605fb24885df986baa77088f76df90ff4d168
2015-08-03 14:26:34 +02:00
Sebastien Binet 00ab8b2506 all: add copyright headers
Change-Id: Ia0cebb003a350b753766dd26887fcd63e83b0d46
2015-08-03 14:23:00 +02:00
Sebastien Binet 2dcedc58eb all: better clean-up after gopy bind 2015-07-24 16:26:27 +02:00
Sebastien Binet 744ab46aef all: gopy-gen -> gopy 2015-07-24 16:16:31 +02:00