summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-04-05Move python library load to init and fix buildjwijenbergh
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-02-16Fix small Makefile errors & Python wrapper return valueStevenWdV
2022-02-09Cleanup, update indirect Go packages, support specifying list of wrappers to ↵StevenWdV
`test-wrappers`
2022-01-24CleanupStevenWdV
Added variables to Makefiles to specify custom exports/ directory; Split exception classes in Java & C#; Added more comments; Renamed library and Go package; Removed real (pure) tests; Added generate_lib.ps1 to generate import .lib for Windows (Swift); Moved built Go libraries to exports/lib/; Switch to hopefully faster Swift GitHub Action.
2021-12-03A little cleanupStevenWdV
2021-11-29Improve Java wrapper: add all tests, link correct libraries, use Maven, add ↵StevenWdV
Makefile & GitHub workflow. Fix make clean targets.
2021-11-25Disable parallel wrapper tests on GitHubStevenWdV
2021-11-25Add Python wrapperStevenWdV
2021-11-24Support more platforms, add make clean targets, support embedding lib in nupkgStevenWdV
2021-11-22Add C bindings and a C# wrapperStevenWdV