473 Commits

Author SHA1 Message Date
Taro L. Saito
9a5610fcf1 Fix doc 2013-11-08 00:20:32 +09:00
Taro L. Saito
30e054037c Merge branch 'hotfix/1.1.0.1' into develop
Conflicts:
	pom.xml
2013-11-08 00:16:39 +09:00
Taro L. Saito
dfe6b5a490 version 1.1.0.1 2013-11-08 00:10:56 +09:00
Taro L. Saito
e35d2fea1d merged 2013-11-08 00:09:08 +09:00
Taro L. Saito
3257bba4de #55 Add an OSGi entry for SunOS/x86_64 2013-11-08 00:05:20 +09:00
Taro L. Saito
80bbe953ee Merge pull request #56 from gdchamal/hotfix/1.1.0.1
SunOS native library for x86_64 architecture
2013-11-07 07:02:08 -08:00
Aymeric Barantal
02c1676904 SunOS native library for x86_64 architecture 2013-11-07 15:21:35 +01:00
Taro L. Saito
99ecbacf28 #55: Add SunOS_x86_64 settings. Appending -m64 to CXX_FLAGS 2013-11-07 09:24:39 +09:00
Taro L. Saito
3700f97c67 Revert settings for sparc 2013-11-06 23:11:06 +09:00
Taro L. Saito
4e6a1149c1 Fix OSGi settings for sparc (renamed as x86_64) 2013-11-06 21:00:59 +09:00
Taro L. Saito
af5a689f25 new snapshot version 2013-11-06 20:53:29 +09:00
Taro L. Saito
d45b688b7e Fixes #55: Add mapping for sparc and rename native lib folder for SunOS:x86_64 2013-11-06 20:52:43 +09:00
Taro L. Saito
0b16700fde Recompile OSInfo that is used in Makefile 2013-11-06 12:15:18 +09:00
Taro L. Saito
d43ad0e41d Fix documentaiton 2013-10-21 12:10:19 +09:00
Taro L. Saito
9da0033678 Fixes #51. Introduce SnappyFramedInput/OutputStream for general use instead of SnappyInput/OutputStream 2013-10-21 12:09:33 +09:00
Taro L. Saito
34bbd57235 #48 Add note on dependent Java version 2013-10-21 12:06:07 +09:00
Taro L. Saito
5f6c5f4c15 Fixes #52. typo in PPC. 2013-10-21 12:04:36 +09:00
Taro L. Saito
101286ee99 Merge pull request #53 from Craigacp/develop
Updated Solaris binaries for 1.1.1.
2013-10-20 17:42:10 -07:00
Adam Pocock
92477bc39b Updated Solaris binaries for 1.1.1. 2013-10-18 22:13:36 -04:00
Taro L. Saito
0b110d55da Merge pull request #50 from bokken/develop
Optimize SnappyFramedOutputStream for NIO.
2013-10-17 18:09:10 -07:00
Taro L. Saito
d26dce4415 #48: Use standard chmod methods (setReadable, setWritable, etc.) instaead of calling chmod command 2013-10-18 10:07:40 +09:00
bokken
682a839317 Optimize SnappyFramedOutputStream for NIO.
https://github.com/xerial/snappy-java/issues/49
2013-10-17 10:11:35 -05:00
Taro L. Saito
bbb30d35b8 Add linux library that does not embed libstdc++ 2013-10-17 15:57:20 +09:00
Taro L. Saito
29ea8874c4 Build win, arm linux-x86 libraries 2013-10-16 23:54:07 -07:00
Taro L. Saito
2cbd257c7d Mac x86 library 2013-10-17 15:42:15 +09:00
Taro L. Saito
b38fae214a Mac native library for 1.1.1 2013-10-17 15:40:34 +09:00
Taro L. Saito
92515140f4 Update README.md 2013-10-17 14:41:58 +09:00
Taro L. Saito
547edbaeca Fix format 2013-10-17 11:16:44 +09:00
Taro L. Saito
2a1b8a4d5b new snapshot version 2013-10-17 11:16:06 +09:00
Taro L. Saito
5d1b0a9675 Merge branch 'release/1.1.0' into develop 2013-10-17 11:13:09 +09:00
Taro L. Saito
df38a6fe00 Merge branch 'release/1.1.0' 1.1.0 2013-10-17 11:12:52 +09:00
Taro L. Saito
8c3c303c9c Fix javadoc link 2013-10-17 11:10:25 +09:00
Taro L. Saito
85daea1e6c Add release note 2013-10-17 11:08:19 +09:00
Taro L. Saito
12c579c344 Update pom.xml for 1.1.0 release. Removed obsolete repository profile settings. 2013-10-17 11:02:04 +09:00
Taro L. Saito
4fbed2f14b #22 Drop the OpenBSD support from 1.1.0 since we do not have building environment 2013-10-17 10:41:19 +09:00
Taro L. Saito
ee94db9840 Fixes #46. Set deleteOnExit() after creating the library file 2013-10-17 10:32:00 +09:00
Taro L. Saito
b1e1c00733 Fixes #54. Make Snappy.cleanUp() function public. 2013-10-17 10:21:25 +09:00
Taro L. Saito
5e1316389d Fix bundle specification syntax. #45 2013-10-15 23:21:25 +09:00
Taro L. Saito
011cf07746 Fixes for #45. osgi.os -> osname 2013-10-15 23:16:52 +09:00
Taro L. Saito
c9d782adda Fixes for #45. osgi.arch -> processor 2013-10-15 22:49:10 +09:00
Taro L. Saito
9aaf3470c9 #45. Fix osgi.arch name 2013-10-15 16:30:11 +09:00
Taro L. Saito
8f3d77fd2a New snapshot version 2013-08-20 14:24:28 +09:00
Taro L. Saito
202dc91523 Merge branch 'release/1.1.0-M4' into develop 2013-08-20 14:24:11 +09:00
Taro L. Saito
c9c4cf6025 Fix doc for 1.1.0-M4 1.1.0-M4 2013-08-20 14:14:33 +09:00
Taro L. Saito
2cfd0aeb86 Merge pull request #44 from Craigacp/develop
Solaris x86 and Sparc binaries.
2013-08-15 19:44:09 -07:00
Adam Pocock
d03796f700 Solaris x86 and Sparc binaries. 2013-08-13 13:36:59 -04:00
Taro L. Saito
a1a5bbade8 Merge pull request #43 from Craigacp/develop
Build changes for Solaris x86 & Sparc.
2013-08-13 08:45:10 -07:00
Adam Pocock
ec31b25d0d Build changes for Solaris x86 & Sparc. 2013-08-13 10:49:22 -04:00
Taro L. Saito
2fc787bf7f Add note on Framing format support 2013-08-13 22:08:09 +09:00
Taro L. Saito
8fd45946da Embed libstdc++ 2013-08-13 21:26:43 +09:00