8000
There was an error while loading. Please reload this page.
Principle: "avoid hardcoding".
Now headers are hardcoded and placed in repository, but they should be generated automatically.
N/A
Posts with explanation
$ cd pmemkv-binding/src/main/java $ javah io.pmem.pmemkv.Database $ ls io io_pmem_pmemkv_Database_Builder.h io_pmem_pmemkv_Database.h
FEAT: Generate JNI headers during compilation process
Rationale
Principle: "avoid hardcoding".
Description
Now headers are hardcoded and placed in repository, but they should be generated automatically.
API Changes
N/A
Implementation details
Posts with explanation
Meta