Example of registering a finalizer for unsafe_wrapped data from ccall
|
|
9
|
38
|
November 12, 2024
|
How to use ccall, cconvert, and unsafe_convert in a convenient and memory-safe way?
|
|
18
|
2240
|
June 24, 2020
|
Allocatable Multidimensional Arrays in Fortran
|
|
9
|
308
|
September 20, 2024
|
Julia -> C (Pthread) -> Julia Saxpy with Threads
|
|
1
|
109
|
August 12, 2024
|
Create a custom @ccall
|
|
4
|
130
|
July 22, 2024
|
Passing a function over vectors as an argument to ccall
|
|
3
|
137
|
May 21, 2024
|
Guidelines for wrapping a simple C library in Julia
|
|
6
|
773
|
March 31, 2024
|
Losing bytes when reinterpreting
|
|
7
|
187
|
March 19, 2024
|
[CCALL/INTEROP] Get a `Ptr` for the last (or arbitrary) element of an array
|
|
2
|
117
|
March 8, 2024
|
Fastest `sqrt` and `log` with negative check
|
|
17
|
1015
|
January 14, 2024
|
@ccall: returning a pointer to an array
|
|
4
|
232
|
January 5, 2024
|
Line number info missing when Windows DLL gets EXCEPTION_ACCESS_VIOLATION
|
|
2
|
310
|
January 4, 2024
|
Passing struct by value in static compiling
|
|
2
|
220
|
December 14, 2023
|
Fortran calling convention when passing an array with unknown size
|
|
2
|
689
|
December 2, 2023
|
Fortran-Julia interface for program containing non-c-interoperable derived type
|
|
6
|
409
|
November 28, 2023
|
Odd inlining behaviour with cglobal wrapper, IS THIS A BUG? What am I doing wrong?
|
|
5
|
323
|
October 30, 2023
|
How to use BigFloats with ccall?
|
|
5
|
257
|
October 12, 2023
|
Calling C function with pointer of C strings works once but not twice
|
|
11
|
610
|
September 8, 2023
|
How to interrupt a long-running ccall C/C++ library?
|
|
1
|
269
|
August 24, 2023
|
Julia crashes when trying to call Windows API EnumWindows
|
|
0
|
235
|
August 22, 2023
|
Can't load a shared library
|
|
4
|
373
|
May 14, 2023
|
Cfunction error handler
|
|
3
|
688
|
May 12, 2023
|
Julia crashes when using a @cfunction from another module
|
|
2
|
235
|
May 9, 2023
|
Help calling fortran subroutines using ccall
|
|
0
|
231
|
May 9, 2023
|
Julia function from non-Julia thread and pthread_join
|
|
0
|
231
|
April 21, 2023
|
What type to use for 2D arrays in ccall
|
|
2
|
511
|
April 4, 2023
|
Seeking clarification on Ptr vs Ref in ccall
|
|
8
|
759
|
March 31, 2023
|
Is it possible to splat into ccall?
|
|
31
|
1628
|
March 28, 2023
|
Force reloading of shared C library
|
|
2
|
340
|
March 21, 2023
|
Strange error when calling a c function using ccall
|
|
11
|
380
|
February 20, 2023
|