Commit Graph

454 Commits

Author SHA1 Message Date
Taro L. Saito 69901033f6 Added OpenBSD native libs. Fixes #22 2013-03-19 23:26:18 +09:00
Taro L. Saito b83b6a76e2 Merge pull request #23 from jdnarvaez/develop
OSGi Compatibility
2013-03-19 07:22:22 -07:00
Juan Narvaez 274f11f73d Changing static variables to volatile. 2013-03-19 09:12:56 -05:00
Juan Narvaez 4b3f1a919a Adding in Bundle-ActivationPolicy to the generated Manifest. 2013-03-19 08:48:34 -05:00
Juan Narvaez 6bbdaa97d6 Patch for OSGi compatibility. 2013-03-19 08:45:16 -05:00
Taro L. Saito 9fc3159878 Add static libstdc++ option 2013-02-28 16:11:23 +09:00
Taro L. Saito ff8000ed5b Embed libstdc++ for linux 64-bit binary 2013-02-20 02:39:06 +09:00
Taro L. Saito 17a9d209d2 Merge pull request #18 from PageTwo/develop
Support FreeBSD amd64 build
2012-11-15 19:58:39 -08:00
Konstantin Zadorozhny dba48d031e FreeBSD amd64 build support. Makefile fix. 2012-11-11 10:56:11 -08:00
Konstantin Zadorozhny db0ac7318d FreeBSD amd64 build support 2012-11-11 10:23:47 -08:00
Taro L. Saito a3fd4deee8 Merge branch 'release/1.0.5-M3' into develop 2012-09-28 12:05:19 +09:00
Taro L. Saito 1cc4d0a0c6 Merge branch 'release/1.0.5-M3' 2012-09-28 12:05:01 +09:00
Taro L. Saito 2a1bab904d Set an explicit version number to maven-deploy plugin: 2012-09-28 12:02:23 +09:00
Taro L. Saito 1b803c4b05 Fix Makefile 2012-09-28 11:56:32 +09:00
Taro L. Saito f7e04b769f 1.0.5-M3 release 2012-09-28 11:54:43 +09:00
Taro L. Saito 9567bd4891 Merge hotfix 2012-09-28 11:43:24 +09:00
Taro L. Saito e194441d51 Merge branch 'develop' of github.com:xerial/snappy-java into develop 2012-09-28 11:42:26 +09:00
Taro L. Saito ed37dfac4b Fixes for issue #6 2012-09-28 11:34:02 +09:00
Taro L. Saito 53e8605950 Update Milestone.md 2012-09-27 12:52:18 +09:00
Taro L. Saito 94baf63824 Update README.md 2012-09-27 12:51:08 +09:00
Taro L. Saito 436e674463 Update README.md 2012-09-27 12:48:19 +09:00
Taro L. Saito cbc3f302ec Update README.md 2012-09-27 12:47:46 +09:00
Taro L. Saito 9bd521c079 Update README.md 2012-09-27 12:46:48 +09:00
Taro L. Saito ec89d78a0b Update README.md 2012-09-27 12:45:13 +09:00
Taro L. Saito 2e29452f03 Development version 2012-09-27 12:38:42 +09:00
Taro L. Saito 29f4ff89fb Merge branch 'release/1.0.5-M2' into develop 2012-09-27 12:22:22 +09:00
Taro L. Saito 76166832ee Merge branch 'release/1.0.5-M2' 2012-09-27 12:22:09 +09:00
Taro L. Saito 70b292d0f9 Milestone release 1.0.5-M2 2012-09-27 11:13:14 +09:00
Taro L. Saito 7b2546911b Merge branch 'release/1.0.5-M1' 2012-09-27 11:10:57 +09:00
Taro L. Saito 5a60c131d0 Fixes issue #6 2012-09-27 11:09:32 +09:00
Taro L. Saito 85e007c448 Merge branch 'release/1.0.5-M1' into develop 2012-09-27 10:38:33 +09:00
Taro L. Saito bf456291a9 Fix for deploying to Sonatype 2012-09-11 14:10:39 +09:00
Taro L. Saito ce2fc726ea Milestone release 1.0.5-M1 2012-09-11 13:43:32 +09:00
Taro L. Saito 195d4d4c04 Update README.md 2012-09-07 11:57:59 +09:00
Taro L. Saito c81fa1c227 Update README.md 2012-09-07 11:38:05 +09:00
Taro L. Saito a5c82ab56a Update README.md 2012-09-07 11:32:37 +09:00
Taro L. Saito b697c61df8 Merge pull request #15 from bpow/develop
Throw ExceptionInInitializerError rather than just printing stacktrace
2012-09-06 19:24:48 -07:00
Taro L. Saito a1c36bb46e Fix on issue #6 2012-09-07 11:23:48 +09:00
Bradford Powell c2260cf38d Throw ExceptionInInitializerError rather than just printing stacktrace
to stderr if the native libraries cannot be loaded. Because Errors are
not checked exceptions, added to the javadoc to point out that static
initialization of Snappy can throw this Error.
2012-09-06 21:01:56 -05:00
Taro L. Saito cd469e1138 Merge pull request #14 from trevorr/develop
Merging ARM support, contributed by Trevor
2012-09-06 18:01:14 -07:00
Trevor Robinson d0fa1b4d2a Added cross-compiling instructions to README.md 2012-09-06 19:16:57 -05:00
Trevor Robinson 13cc8c3df2 Added win64 cross-compile target to makefile
Changed win32 and win64 tool variables to use CROSS_PREFIX,
since the prefix varies depending on the host system.
2012-09-06 19:15:12 -05:00
Trevor Robinson 6ee72edc39 Added armhf shared library 2012-09-06 18:15:07 -05:00
Trevor Robinson 0dccfe9cfc Added native cross-compilation rules to Makefile 2012-09-06 18:14:17 -05:00
Taro L. Saito b953178ec6 Disable pushing changes to repo when releasing. This fix is for using git-flow with maven release plugin 2012-09-06 12:57:03 +09:00
Taro L. Saito 6507dcd7b0 Rebuild linux binaries 2012-09-06 12:32:29 +09:00
Taro L. Saito 2095e5e739 Set the ditribution target to Sonatype repository 2012-09-06 12:31:41 +09:00
Taro L. Saito 3979f6e1c3 Fix link 2012-09-06 11:49:49 +09:00
Taro L. Saito c0df87b117 Fix link 2012-09-06 11:49:03 +09:00
Taro L. Saito c6239d7a1a Update README.md 2012-09-06 10:45:59 +09:00