Logo
Explore Help
Sign In
tyler.durden/snappy-java
1
0
Fork 0
You've already forked snappy-java
mirror of https://github.com/xerial/snappy-java.git synced 2025-07-24 14:34:46 +02:00
Code Issues Packages Projects Releases Wiki Activity
23 Commits 45 Branches 82 Tags
Go to file
Clone
Open with VS Code Open with VSCodium Open with Intellij IDEA
Download ZIP Download TAR.GZ Download BUNDLE
Taro L. Saito 23bc6f6438 Use ByteBuffer.allocateDirect(). If you use ByteBuffer.allocate() to create a byte buffer, JNI call GetDirectBufferAddress(jobject:ByteBuffer) returns NULL.
2011-03-30 13:44:21 +09:00
.settings
add Makefile
2011-03-29 16:57:23 +09:00
lib
Move native API to SnappyNative.java
2011-03-30 13:08:36 +09:00
msvc/snappy-vc2010
add Visual Studio C++ 2010 project for building snappy in Windows
2011-03-29 20:30:30 +09:00
src
Use ByteBuffer.allocateDirect(). If you use ByteBuffer.allocate() to create a byte buffer, JNI call GetDirectBufferAddress(jobject:ByteBuffer) returns NULL.
2011-03-30 13:44:21 +09:00
.hgignore
add include headers necessary for buliding snappy
2011-03-29 20:30:07 +09:00
devnote.txt
add -static-libgcc flag. This flag is necessary to remove the dependency to lib-gcc
2011-03-29 23:23:12 +09:00
Makefile
Move native API to SnappyNative.java
2011-03-30 13:08:36 +09:00
Makefile.common
use -shared flag
2011-03-30 11:20:18 +09:00
pom.xml
Fix JNI wrapper interfaces
2011-03-30 11:10:57 +09:00
Description
Snappy compressor/decompressor for Java
Apache-2.0 41 MiB
Languages
Java 47.9%
C++ 34.3%
Shell 14.2%
Makefile 1.5%
Scala 1%
Other 1%
Powered by Gitea Version: 1.23.6 Page: 654ms Template: 64ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API