Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-08 | bindings/go: Use static libraries for Go bindings | H. İbrahim Güngör | |
Search for the static libraries in their relative paths instead of symlinking into the build directory. | |||
2016-01-07 | bindings/go: Set library path to current dir | H. İbrahim Güngör | |
Use ${SRCDIR} directive to set library path as the current directory | |||
2016-01-07 | bindings/go: Use `go` tool to generate go bindings | H. İbrahim Güngör | |
`go` tool can help build packages by recognizing `.swig` and `.swigcxx` extensions. It invokes the `swig` command internally while building the package. |