|
Segfault when invoking Julia callback function from C
|
|
10
|
779
|
April 20, 2022
|
|
Trouble passing struct to C function
|
|
7
|
565
|
April 13, 2022
|
|
Formatting/converting Matrix{Char} into Vector{String}
|
|
8
|
1126
|
April 11, 2022
|
|
Wrapping a C library | Where to start?
|
|
6
|
2173
|
March 15, 2022
|
|
What kind of julia object translates to C's FILE*
|
|
2
|
587
|
March 10, 2022
|
|
Libc.FILE for stdout
|
|
2
|
889
|
March 1, 2022
|
|
How to `unsafe_wrap()` with array of struct?
|
|
0
|
336
|
February 23, 2022
|
|
Calling C API with pointer inside of a struct
|
|
3
|
612
|
February 9, 2022
|
|
Using ccall to modify fields of Julia struct
|
|
4
|
788
|
February 6, 2022
|
|
C project utility scripts in Julia
|
|
6
|
548
|
January 31, 2022
|
|
[ANN] Czoo.jl - project to provide examples of using ccall with Julia and C Code examples - also call for contributors
|
|
4
|
758
|
January 26, 2022
|
|
Why does this allocate? (with example)
|
|
10
|
1144
|
December 16, 2021
|
|
Why is ccall syntax?
|
|
8
|
1103
|
December 2, 2021
|
|
Ccall works on global scope but not within function
|
|
13
|
808
|
November 29, 2021
|
|
Using ccall and pointer to pointer in linked list
|
|
2
|
493
|
November 25, 2021
|
|
What is the correct way to create a "pointer to pointer"?
|
|
2
|
1795
|
November 14, 2021
|
|
Problem when loading Intel MKL shared library to use with C written shared library
|
|
9
|
3139
|
October 12, 2021
|
|
How to ccall struct array from C?
|
|
4
|
774
|
September 28, 2021
|
|
Capture the stdout output of a ccall?
|
|
4
|
598
|
September 16, 2021
|
|
Interfacing with a C++ library: strange behaviour
|
|
4
|
758
|
September 15, 2021
|
|
Why this code does a segfault?
|
|
21
|
1325
|
August 15, 2021
|
|
Calling c function from julia - segmentation fault
|
|
9
|
622
|
August 13, 2021
|
|
RegisterWindowMessage and SendMessage
|
|
3
|
754
|
July 9, 2021
|
|
Call C Function that takes NULL as an argument
|
|
16
|
1314
|
June 18, 2021
|
|
Segfault with ccall when the code is loaded as package
|
|
4
|
521
|
June 16, 2021
|
|
Local expr with local variables - aka metaprogramming C++
|
|
18
|
1228
|
June 9, 2021
|
|
What is the best way to wrap C double pointers into a Julia `Matrix`?
|
|
3
|
664
|
June 8, 2021
|
|
Translating &variable to modern Julia
|
|
1
|
441
|
May 8, 2021
|
|
How to call parallel fortran code from Julia correctly?
|
|
0
|
513
|
March 20, 2021
|
|
Julia's DifferentialEquations package fails when using fortran-wrapped right-hand-side
|
|
8
|
997
|
March 12, 2021
|