| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-16 | hook up native-lib bits | Nia Espera | -0/+6 | |
| 2025-02-28 | use fixed-width integer types in C code | Ralf Jung | -7/+8 | |
| 2024-12-05 | extend Miri to correctly pass mutable pointers through FFI | Strophox | -4/+4 | |
| Co-authored-by: Ralf Jung <post@ralfj.de> | ||||
| 2024-09-03 | Enable native libraries on macOS | Jesse Rusak | -4/+7 | |
| Fixes #3595 by using -fvisibility=hidden and the visibility attribute supported by both gcc and clang rather than the previous gcc-only mechanism for symbol hiding. Also brings over cfg changes from #3594 which enable native-lib functionality on all unixes. | ||||
| 2024-08-30 | enable Miri to pass const pointers through FFI | Strophox | -0/+47 | |
| Co-authored-by: Ralf Jung <post@ralfj.de> | ||||
