Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-06 | Don't generate bindings that require copying a logStream. | Martin DeMello | |
swig has a problem with non-copyable objects being moved in and out of containers; we can bypass the problem with SimmedMoveMessage by simply not generating bindings for the relevant methods. | |||
2019-07-22 | add support for board configuration | Martin DeMello | |
2019-07-22 | Add a higher level layer on top of the generated ruby bindings. | Martin DeMello | |
2019-02-07 | use --std=c+=14 | Martin DeMello | |
2019-02-07 | Add ruby bindings | Martin DeMello | |
2019-02-07 | Add separate python2 and python3 targets, and a flag for Qt version. | Martin DeMello | |
2016-02-20 | Add PHP bindings, tested with PHP 5.6 | Gökçen Eraslan | |
2016-01-24 | bindings: Fix lua default argument trick. | Gökçen Eraslan | |
2016-01-24 | bindings: Fix DataManager ownership problems using DISOWN. | Gökçen Eraslan | |
2016-01-24 | bindings: Add a lua test file and compile with lua5.1 for luajit compatibility. | Gökçen Eraslan | |
2016-01-08 | bindings: Clean up .so files as well. | Gökçen Eraslan | |
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-08 | bindings: Generate all bindings from static quackle libraries for convenience. | Gökçen Eraslan | |
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. | |||
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. |