Commit Graph

398 Commits

Author SHA1 Message Date
Taro L. Saito 568c8d6beb Build linux libraries using the modified jni_md.h 2012-06-30 05:53:16 -07:00
Taro L. Saito 79ac792fac rebuild linux binary using the previous machine 2012-06-29 14:59:31 +09:00
Taro L. Saito 11fe7fc6c8 Stop using -libstdc++, that causes link error in Ubuntu 2012-06-28 22:55:47 -07:00
Taro L. Saito a13b7a3254 Add libraries cross-compiled in Ubuntu 2012-06-28 22:26:31 -07:00
Taro L. Saito bd9cfb0d13 Applied a patch for ARM support, contributed by Trevor Robinson 2012-06-29 12:58:21 +09:00
Taro L. Saito 2b25cfb065 Apply the patch from Trevor Robinson: Add ARMv7 CPU suport 2012-06-13 11:56:14 +09:00
Taro L. Saito f7f4397826 Upgrade to snappy-1.0.5. Support building in Max OS X Lion 2012-05-25 10:23:26 +09:00
Taro L. Saito 457c233e1a Update issue 38
Set the osgi version range org.osgi.framework;version="[1.5,2)
2012-01-19 13:02:51 +09:00
Taro L. Saito 04140959b0 Fixes issue 37
Using a correcto class descriptor. This change will be available in next release.
2012-01-19 12:53:47 +09:00
Taro L. Saito 72383d990c Fixes issue 34 Implement available() method 2011-10-25 10:39:27 +09:00
Taro L. Saito 540ee70f74 Add google code upload script 2011-10-05 11:05:21 +09:00
Taro L. Saito 99db3d1d28 [maven-release-plugin] prepare for next development iteration 2011-10-05 10:29:47 +09:00
Taro L. Saito 119236731b [maven-release-plugin] copy for tag snappy-java-1.0.4.1 2011-10-05 10:29:45 +09:00
Taro L. Saito 487f82d753 [maven-release-plugin] prepare release snappy-java-1.0.4.1 2011-10-05 10:29:42 +09:00
Taro L. Saito 6189b561fa Fixes issue 33
Applied the patch fixing a bug when reading incomplete stream.
2011-10-05 10:25:51 +09:00
Taro L. Saito 35f7e8edd6 Change the native library version retrieval method to look up
a resource file (VERSION) in org.xerial.snappy package.

Update issue 32
Status: Fixed
2011-09-26 23:14:27 +09:00
Taro L. Saito e6b021d3d1 [maven-release-plugin] prepare for next development iteration 2011-09-22 16:46:51 +09:00
Taro L. Saito 2873c42760 [maven-release-plugin] copy for tag snappy-java-1.0.4 2011-09-22 16:46:49 +09:00
Taro L. Saito 399227d089 [maven-release-plugin] prepare release snappy-java-1.0.4 2011-09-22 16:46:47 +09:00
Taro L. Saito ffc4893f8f Add release note of snappy-java-1.0.4 2011-09-22 16:46:11 +09:00
Taro L. Saito 8a074fba6e Fixes issue 29 Javadoc 2011-09-22 16:39:51 +09:00
Taro L. Saito 3acecfb5af Fixes issue 27. Add package-info.java and javadoc stylesheet 2011-09-22 16:14:53 +09:00
Taro L. Saito d21db44a70 Fixes issue 27. 2011-09-22 16:14:31 +09:00
Taro L. Saito f990526b52 Fixes issue 30. Add "make javadoc" target 2011-09-22 15:47:29 +09:00
Taro L. Saito ebf661dc74 Fix javadoc 2011-09-22 15:37:18 +09:00
Taro L. Saito f023e040f2 merge 2011-09-22 14:41:19 +09:00
Taro L. Saito 267296fa93 mac32 library 2011-09-22 14:39:35 +09:00
Taro L. Saito 8767ca51e1 build linux/mac native libraries 2011-09-22 14:38:10 +09:00
Taro L. Saito e8356fd4f9 Upgrae to snappy-1.0.4 2011-09-22 14:34:41 +09:00
Taro L. Saito 2cf062f494 Update pom 2011-09-15 11:24:51 +09:00
Taro L. Saito 112251d7be [maven-release-plugin] prepare for next development iteration 2011-09-10 02:12:15 +09:00
Taro L. Saito 32f85c2af2 [maven-release-plugin] copy for tag snappy-java-1.0.3.3 2011-09-10 02:12:12 +09:00
Taro L. Saito 84db038b48 [maven-release-plugin] prepare release snappy-java-1.0.3.3 2011-09-10 02:12:09 +09:00
Taro L. Saito f2fe1d3d8b Update issue 28
A workaround to postpone the initialization of SnappyNativeAPI.
2011-09-09 11:16:28 +09:00
Taro L. Saito 2906673651 Fix javadoc comments 2011-08-23 18:13:19 +09:00
Taro L. Saito 9cc5ea85c9 update 2011-08-23 15:21:18 +09:00
Taro L. Saito 756e999ea6 [maven-release-plugin] prepare for next development iteration 2011-08-23 13:44:25 +09:00
Taro L. Saito 83d13ff153 [maven-release-plugin] copy for tag snappy-java-1.0.3.2 2011-08-23 13:44:21 +09:00
Taro L. Saito af49020af6 [maven-release-plugin] prepare release snappy-java-1.0.3.2 2011-08-23 13:44:17 +09:00
Taro L. Saito 14fc088505 Add wiki repository as subrepo 2011-08-23 13:17:11 +09:00
Taro L. Saito 1f73c8f21f Fixes issue 26. Add note on using configuration file and license of the embedded libstdc++ library (GCC Runtime Library Exception) 2011-08-23 12:05:19 +09:00
Taro L. Saito 29753d90fd Update issue 26
Applied the patch from tucu; load org-xerial-snappy.properties file when it can be found from the context class loader.
2011-08-23 11:01:34 +09:00
Taro L. Saito 57190cd4ab Fixes comments 2011-08-23 10:42:12 +09:00
Taro L. Saito 435fa89fe4 Add script for generating tar.gz of the project
Update issue 25
2011-08-18 15:27:04 +09:00
Taro L. Saito fe85390989 Fix commend on loading libsnappyjava 2011-08-16 13:14:48 +09:00
Taro L. Saito 3710c4e7dc Updates issue 20. Add org.xerial.snappy.use.systemlib property to lookup snappyjava dll under java.library.path 2011-08-16 13:04:57 +09:00
Taro L. Saito 006425b288 Add note on using system installed snappyjava native library 2011-08-16 11:24:22 +09:00
Taro L. Saito 1354d90401 merged 2011-08-16 11:16:44 +09:00
Taro L. Saito 6540318a12 Fixes issue 20
org.xerial.snappy.enable.bundled.libs is used with the default value = true.
2011-08-16 11:16:21 +09:00
Taro L. Saito 0d9356eac1 Add comments. Reset the java code target to 1.5 2011-08-03 20:54:01 +09:00