Initial Linux support. Reviewed by @j4cbo. PR https://github.com/dropbox/djinni/pull/140
Major changes: * The tests and example run in (Dockerized) Linux (as well as Mac OS X). * The (jni) tests now require CMake to support cross-platform builds. In particular, we leverage CMake's FindJNI to make JNI setup easy. * Docs are edited throughout to include pointers to the new features. * Includes a few small code changes to the example / test code to fix things that weren't portable. * Includes a new NativeLibLoader support class to help load jar-packaged native libraries.
Showing
deps/java/CREDITS.md
0 → 100644
File moved
example/localhost/.gitignore
0 → 100644
example/localhost/Dockerfile
0 → 100644
example/localhost/README.md
0 → 100644
example/localhost/build.xml
0 → 100644
Please register or sign in to comment