| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-22 | Fix stub generator to be less picky about leading indentation | Rusty Wagner | |
| 2026-01-01 | update copyrights for 2026 | Jordan Wiens | |
| 2025-10-30 | Do not pass long paths for windows stub generation | Josh Ferrell | |
| 2025-10-13 | Fix generating core API stubs on Windows | Mark Rowe | |
| "py -3" was being incorrectly quoted, preventing the stub generation script from running on Windows. Instead of changing the quoting, I've opted to switch this to using `find_package(Python3)` to find the Python installation. This sets `Python3_EXECUTABLE` to point at the executable to run. | |||
| 2025-09-29 | Allow generating and linking to stubs from cmake | Josh Ferrell | |
| 2025-09-01 | Add option to build rust api without linking to core | Josh Ferrell | |
