| Age | Commit message (Collapse) | Author |
|
- 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.
|
|
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
|
|
|
|
`test-wrappers`
|
|
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.
|
|
|
|
Makefile & GitHub workflow. Fix make clean targets.
|
|
|
|
|
|
|
|
|