Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2016-01-07 | Bindings: Remove unnecessary lines from Python selfplay test file | Gökçen Eraslan | |
2016-01-07 | bindings: Add another python test file to demonstrate selfplay. | Gökçen Eraslan | |
2016-01-07 | Tidy up Python test file and add extra vector typemaps to swig file. | Gökçen Eraslan | |
2016-01-07 | Replace swig bash script with a Makefile. | Gökçen Eraslan | |
2016-01-06 | bindings: Fix swig shared library extensions. | Gökçen Eraslan | |
2016-01-06 | Add a SWIG interface file, a Bash script to generate Go, Python and Lua ↵ | Gökçen Eraslan | |
bindings and add Python test file. |