summaryrefslogtreecommitdiff
path: root/misc/swig
Commit message (Collapse)AuthorAgeFilesLines
* cmd/go: add any .c/.cc files to the SWIG shared libraryIan Lance Taylor2013-10-092-5/+16
| | | | | | | | | | | Also add the action's object directory to the list of directories we use to find SWIG shared libraries. Fixes issue 6521. R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/14369043
* misc/swig: remove old broken MakefileIan Lance Taylor2013-03-201-17/+0
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7786046
* cmd/go, go/build, misc/swig: add SWIG support to Go toolIan Lance Taylor2012-08-037-68/+81
| | | | | | R=adg, rsc, franciscossouza, seb.binet, gen.battle CC=golang-dev http://codereview.appspot.com/5845071
* various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov2011-12-162-2/+2
| | | | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5489065 Committer: Russ Cox <rsc@golang.org>
* gofmt: applied gofmt -w -s src miscRobert Griesemer2011-12-011-1/+1
| | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5451070
* misc/swig: delete binariesAnthony Martin2011-10-172-0/+0
| | | | | | | | R=golang-dev, iant CC=golang-dev http://codereview.appspot.com/5273045 Committer: Ian Lance Taylor <iant@golang.org>
* Make.pkg: add support for SWIG, and add two SWIG examplesIan Lance Taylor2011-03-229-0/+137
The SWIG examples are not yet built or tested by default. R=r, rsc, iant2 CC=golang-dev http://codereview.appspot.com/4287056