Clemapfel / jluna

Julia Wrapper for C++ with Focus on Safety, Elegance, and Ease of Use
https://clemens-cords.com/jluna
MIT License
239 stars 12 forks source link

Windows Support (v1.0.0) #46

Closed Clemapfel closed 1 year ago

Clemapfel commented 1 year ago

Updates version to 1.0.0, Windows support is no longer experimental.

Project now compiles on Windows, tested using MinGW g++ and MSVC 19.32 on a physical Windows 10 machine. Implemented various related fixes to get MSVC working.

Updated docs to reflect long-term support as active development will now seize until Julia 1.9 releases as stable, at which point I'll redo the multi-threading interface.

Clemapfel commented 1 year ago

This also closes #41