Python bindings for the LimeDriver
Go to file
Kumi 261ccac1a0
Extend .gitignore and update build setup for C++ integration
The .gitignore file now ignores C++ build artifacts alongside existing ones. In setup.py, the build configuration for 'limedriver' was modified to include a new C++ source file, indicating a shift to or expansion of C++ code usage within the project. This change prepares the build process to handle and compile C++ code, potentially for performance improvements or new functionality that leverages C++ capabilities.
2024-02-08 09:07:09 +01:00
extern Update limedriver submodule to latest commit 2024-02-08 09:02:01 +01:00
src/limedriver Initial commit. 2024-02-07 16:01:14 +01:00
.gitignore Extend .gitignore and update build setup for C++ integration 2024-02-08 09:07:09 +01:00
.gitmodules Added limedriver as submodule. 2024-02-07 16:40:02 +01:00
LICENSE Initial project config and implement build process 2024-02-07 18:18:44 +01:00
pyproject.toml Relax build system dependency versions 2024-02-07 18:20:36 +01:00
README.md Initial commit. 2024-02-07 16:01:14 +01:00
setup.py Extend .gitignore and update build setup for C++ integration 2024-02-08 09:07:09 +01:00