jluna icon indicating copy to clipboard operation
jluna copied to clipboard

Julia Wrapper for C++ with Focus on Safety, Elegance, and Ease of Use

Results 13 jluna issues
Sort by recently updated
recently updated
newest added

The multithreading docs show [examples](https://clemens-cords.com/jluna/multi_threading.html#managing-a-tasks-lifetime) where `sleep` is called on the main c++ thread, but issues seem to arise in more complicated scenarios (i.e. if any calls to julia functions...

bug
low priority
acknowledged
temporary fix available

Hey there clem, I'm running into a few different crashes whenever I try multithreading. Here's a minimal example that tends to crash in 5 seconds or less. Am I misunderstanding...

known issue
acknowledged

**Welcome to the dark side of the j~~moon~~luna** Please be patient and understanding when opening issues, we're a very small team, but we'll try our best to get back to...

help
FAQ

After installing a fresh version of jluna into `~/Desktop/jluna`: ```bash mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=~/Desktop/jluna/ make install ``` Causes a loop: ```bash -- Installing: /home/clem/Desktop/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/array.hpp ``` Where `jluna/include/jluna/include`...

bug
known issue
cmake error
temporary fix available

Add additional macro for implicit type conversion from a usertype-wrapped type, c.f. #35. Fix a typo that called usertype::implement in Main-scope, rather than the specified scope, c.f. #36. Thank you...

I am calling Julia from C++ in [kotekan](https://github.com/kotekan/kotekan), independent of jluna. (I was not aware of jluna when I implemented this.) kotekan is multi-threaded. To support multi-threading, kotekan is using...

On Windows 10 and with julia 1.9.3-64 bit, the multi-threading examples from the documentation do not seem to multi-thread. The supposedly multi-threading tasks are executed in the main thread upon...

acknowledged

Hi, when trying to get jluna to make on Mac, I'm getting the following errors: 2 of those: ``` git/jluna/include/unsafe_utilities.hpp:16:49: error: invalid literal operator parameter type 'uint64_t' (aka 'unsigned long...

acknowledged

Thanks for building this library! and documenting it so well. I really look forward to using this in my projects. I had a little bit of trouble trying to follow...

documentation
acknowledged

On Apple machines with the aarch64 architecture, such as the M1/M2 Macs, compiler errors of the following type may appear when compiling jluna. These is due to integer-sizes of common...

known issue
compiler error
apple