cppimport
cppimport copied to clipboard
Import C++ files directly from Python!
Hey, I have a source file that has a dependency and I want to force `cppimport` to recompile the source when the dependency version changes. Unfortunately the header files of...
remaining tasks to automate in the publish CI workflow: - publish to test pypi first - then, check the published package - then, republish to real pypi - then, run...
From @mityax > I was thinking of a --delete-sources flag for the build command and a clean command deleting all generated/compiled files - maybe an idea for the future, if...
I really like cppimport for quick tests and local work. However, there's one irritating part I always have to look up: ```cpp /* */ ``` This has two issues -...
Simple, see the title! The issue is not quite as easy as appending `windows-latest` to the list of OS options in the CI workflow. For some reason, the tests fail...
It there some way to make it possible to hot-reload changes to a `.cpp` file in a running python process (e.g. jupyter notebook)? In particular, for development of high performance...
Maybe the first question is how many cppimport will use by default. Since I'm running it on a machine with a small memory, sometimes I can see the compilation goes...
Perhaps I missed a configuration option to handle this, but currently cppimport puts all the generated files in the same place as the source. I would much prefer if the...
I recently noticed that cppimport version 22.7.12+ hangs during the build process (our computing center NERSC recently reconfigured their filesystem). The culprit turned out to be a file lock in...