summaryrefslogtreecommitdiff
path: root/wrappers/python/Makefile
AgeCommit message (Collapse)Author
2022-09-27Python: Fix test lib pathjwijenbergh
2022-05-10Python: Fix lib pathjwijenbergh
2022-05-10Python: Add config retrieval testjwijenbergh
2022-05-03Python: Disable tests as there are none atmjwijenbergh
2022-05-03Python: Ensure the eduvpncommon lib folder exists when packingjwijenbergh
2022-02-09Add Android wrapper, remove plain Java Maven wrapper.StevenWdV
Fix some overrides in Makefiles.
2022-02-04More Makefile cleanup, support building in folder with spacesStevenWdV
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-06Fix Python wrapperStevenWdV
2021-12-03Add initial Python wheel supportStevenWdV
2021-11-29Improve Java wrapper: add all tests, link correct libraries, use Maven, add ↵StevenWdV
Makefile & GitHub workflow. Fix make clean targets.
2021-11-26Add requirements & MinGW instructions to READMEs. Change OS/ARCH to ↵StevenWdV
GOOS/GOARCH. Add build step to Python test Makefile.
2021-11-25Fix Python tests on unixStevenWdV
2021-11-25Add Python wrapperStevenWdV