Emma Jane Bonestell

Results 12 issues of Emma Jane Bonestell

Explicitly marks API symbols with __attribute__((visibility("default")) on GNU compatible compilers. When building with -fvisibility=hidden, LTO, etc., each lib had its symbol hidden. This ensures the shared libraries will respectively export...

### Problem The tree-sitter library itself has good symbol API control with its `TS_PUBLIC` C macro and visibility pragmas, and so shared lib builds using the `-fvisibility=hidden` flag work fine;...

external-scanner