Dynamic Type in CxxWrap.jl
|
|
0
|
23
|
October 9, 2025
|
Stack overflow when calling dynamic library requiring executable tack in the REPL
|
|
0
|
46
|
September 1, 2025
|
`IOStream` buffering pitfalls when communicating to a device file
|
|
1
|
69
|
August 4, 2025
|
Help with reinterperating result of ccall
|
|
8
|
141
|
July 31, 2025
|
Avoid copy when using data for Ptr{T}
|
|
4
|
160
|
May 2, 2025
|
Leveraging the GDAL VSI for “raw” access to NetCDF/HDF5 files inside a Zip archive?
|
|
9
|
77
|
April 17, 2025
|
GC error / sefgault in a simple C wrapper
|
|
5
|
122
|
March 17, 2025
|
Reading bytes from a pointer passed to C via ccall in Julia
|
|
3
|
84
|
March 16, 2025
|
Calling C/Fortran program that embeds Julia in Julia
|
|
2
|
174
|
March 12, 2025
|
C implementation of function being ~4 times faster even absence of allocs
|
|
28
|
1455
|
March 5, 2025
|
Debugging "could not load symbol ..." from _jll package
|
|
5
|
163
|
January 29, 2025
|
Create_library method not exporting the ccallable function
|
|
0
|
34
|
January 20, 2025
|
Seeking clarification on Ptr vs Ref in ccall
|
|
11
|
1045
|
January 16, 2025
|
`ccall` on Windows `could not load symbol. The specified procedure could not be found`
|
|
18
|
1716
|
January 3, 2025
|
Segmentation fault when using ccall to call a BLAS-like extension function from Intel MKL
|
|
7
|
128
|
December 3, 2024
|
Example of registering a finalizer for unsafe_wrapped data from ccall
|
|
9
|
85
|
November 12, 2024
|
How to use ccall, cconvert, and unsafe_convert in a convenient and memory-safe way?
|
|
18
|
2444
|
June 24, 2020
|
Allocatable Multidimensional Arrays in Fortran
|
|
9
|
398
|
September 20, 2024
|
Julia -> C (Pthread) -> Julia Saxpy with Threads
|
|
1
|
134
|
August 12, 2024
|
Create a custom @ccall
|
|
4
|
168
|
July 22, 2024
|
Passing a function over vectors as an argument to ccall
|
|
3
|
180
|
May 21, 2024
|
Guidelines for wrapping a simple C library in Julia
|
|
6
|
1331
|
March 31, 2024
|
Losing bytes when reinterpreting
|
|
7
|
205
|
March 19, 2024
|
[CCALL/INTEROP] Get a `Ptr` for the last (or arbitrary) element of an array
|
|
2
|
128
|
March 8, 2024
|
Fastest `sqrt` and `log` with negative check
|
|
17
|
1121
|
January 14, 2024
|
@ccall: returning a pointer to an array
|
|
4
|
315
|
January 5, 2024
|
Line number info missing when Windows DLL gets EXCEPTION_ACCESS_VIOLATION
|
|
2
|
319
|
January 4, 2024
|
Passing struct by value in static compiling
|
|
2
|
243
|
December 14, 2023
|
Fortran calling convention when passing an array with unknown size
|
|
2
|
932
|
December 2, 2023
|
Fortran-Julia interface for program containing non-c-interoperable derived type
|
|
6
|
474
|
November 28, 2023
|