| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-27 | Version: Ensure that we load a specific one | jwijenbergh | |
| 2022-09-19 | Exports: Simplify building | jwijenbergh | |
| - Remove subdir c - Do not compile c code as a separate shared library - Move all definitions/declarations into the preamble as they shouldn't be shared anyways. So no headers are needed - Define the callback as static, needed so we don't get a duplicate declaration | |||
| 2022-09-14 | Refactor: Return without json | jwijenbergh | |
| 2022-04-22 | Refactor: Restructure project | jwijenbergh | |
| - Add an internal folder where all the internal code lives - Make a state.go and state_test.go for the public interface This gives a more clear separation between functions and modules. It also makes this a more typical Go project setup. | |||
| 2022-04-05 | Begin exposing functions using a map | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-04-05 | Move python library load to init and fix build | jwijenbergh | |
| Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com> | |||
| 2022-02-09 | Add Android wrapper, remove plain Java Maven wrapper. | StevenWdV | |
| Fix some overrides in Makefiles. | |||
| 2022-02-04 | More Makefile cleanup, support building in folder with spaces | StevenWdV | |
| 2022-01-24 | Cleanup | StevenWdV | |
| 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-17 | Fix PHP wrapper on Unix, extract common platform detection logic | StevenWdV | |
| 2021-12-17 | Add PHP wrapper, use header for right platform for PHP & Swift, simplify ↵ | StevenWdV | |
| Swift Windows fix | |||
| 2021-12-14 | Add Swift wrapper, support more platforms in Makefile | StevenWdV | |
| 2021-12-03 | Add initial Python wheel support | StevenWdV | |
| 2021-11-29 | Fix Java wrapper on Unix (append 'lib' prefix to library) | StevenWdV | |
| 2021-11-26 | Add requirements & MinGW instructions to READMEs. Change OS/ARCH to ↵ | StevenWdV | |
| GOOS/GOARCH. Add build step to Python test Makefile. | |||
| 2021-11-24 | Support more platforms, add make clean targets, support embedding lib in nupkg | StevenWdV | |
| 2021-11-22 | Add C bindings and a C# wrapper | StevenWdV | |
