FURUHASHI Sadayuki
85d65c59d2
MessagePack for Ruby moved to https://github.com/msgpack/msgpack
2012-12-20 10:39:47 -08:00
Kouhei Sutou
ed6faf4e65
c: supports pkg-config
...
About pkg-config:
From http://www.freedesktop.org/wiki/Software/pkg-config
pkg-config is a helper tool used when compiling applications and
libraries. It helps you insert the correct compiler options on the
command line so an application can use gcc -o test test.c
`pkg-config --libs --cflags glib-2.0` for instance, rather than
hard-coding values on where to find glib (or other libraries). It is
language-agnostic, so it can be used for defining the location of
documentation tools, for instance.
pkg-config is a widely used build helper tool. Major build tools such
as GNU Autoconf, CMake and so on support pkg-config.
MessagePack users can build their software more easily.
2012-04-15 19:21:55 +09:00
FURUHASHI Sadayuki
3399148d75
Merge pull request #99 from kou/support-mingw
...
c: supports DLL generation by MinGW
2012-03-21 00:10:49 -07:00
FURUHASHI Sadayuki
0eea92de66
cpp: fixed template generation logic for 0-length classes #101
2012-03-21 00:10:26 -07:00
Kouhei Sutou
0d615442ba
c: supports DLL generation by MinGW
...
libtool requires -no-undefined link option to generate a DLL
by MinGW. A DLL should not have any unresolved symbols and
-no-undefined link option declares that the library doesn't
depends on any libraries other than the ones listed on the
command line.
See also: description about -no-undefined option at
http://www.gnu.org/software/libtool/manual/libtool.html#Link-mode
2012-02-27 14:31:37 +09:00
FURUHASHI Sadayuki
79b83e78a5
cpp: version 0.5.7
2011-08-08 23:52:09 +09:00
FURUHASHI Sadayuki
048a3835e7
cpp: -O3 -> -O4
2011-08-08 23:51:12 +09:00
FURUHASHI Sadayuki
cc0114c482
cpp: fixed configure.in for gcc 3.x support
2011-06-12 15:16:13 +09:00
FURUHASHI Sadayuki
feb7ec03ba
Merge branch 'master' of github.com:msgpack/msgpack
2011-06-12 14:37:51 +09:00
Vasily Titskiy
cee09a0261
Add support for GCC 3.x (no _sync* atomic builtins)
...
Use atomic routines from libstdc++ instead.
2011-05-26 13:27:25 -04:00
Nicolas Despres
4930ea7dab
Fix make check when builddir != srcdir.
...
make check was not able to compile test programs when the builddir is not
the same than the srcdir, because relative path were used.
2011-04-28 16:11:24 +02:00
frsyuki
076bd07f39
cpp: version 0.5.6
2011-04-24 00:23:08 +09:00
frsyuki
eb8a338a0e
cpp: unpacker::release_zone() calls msgpack_unpacker_release_zone() #42
2011-04-17 08:25:55 +09:00
frsyuki
23480bfe8a
cpp: fixed missing ctx.user.z = z and release_zone uses pointer swapp instead of copying #42
2011-04-17 08:24:33 +09:00
frsyuki
3384dbc92d
cpp: fixes test/streaming_c.cc #42
2011-04-17 08:21:52 +09:00
frsyuki
8446549ed8
Merge branch 'master' of github.com:msgpack/msgpack
2011-04-17 06:49:36 +09:00
frsyuki
6a9f3ae71d
c: fixed a double-free problem on msgpack_unpacker_release_zone #42 (aikar++)
2011-04-17 06:48:36 +09:00
Yuto Hayamizu
5d3287f5aa
gtest requires pthread
2011-03-03 06:42:14 +09:00
Yuto Hayamizu
6990fe6f51
remove duplicated code
2011-03-03 06:38:09 +09:00
Yuto Hayamizu
0b81068368
/cpp/preprocess: fix string comp. operator
2011-03-03 06:27:31 +09:00
FURUHASHI Sadayuki
5b1851ae22
cpp: version 0.5.5
2011-02-24 00:35:00 +09:00
FURUHASHI Sadayuki
0d5708a01d
cpp: fixes problem that InterlockedIncrement/Decrement are not found on _WIN32 platform
2011-02-24 00:21:54 +09:00
FURUHASHI Sadayuki
67ab510b5d
cpp: fixes some implicit cast warnings
2011-02-23 23:48:26 +09:00
FURUHASHI Sadayuki
d1264a1289
cpp: fixes msgpack_vc.postbuild.bat
2011-02-23 23:47:33 +09:00
frsyuki
f3ee5ab372
cpp: fixes ./bootstrap to surely run ./preprocess
2010-10-07 06:28:12 +09:00
frsyuki
7974060a40
cpp: zone: adds msgpack_zone_swap and msgpack::zone::swap
2010-09-26 11:37:37 +09:00
frsyuki
e8abcc1765
cpp: sbuffer: check initial buffer size != 0
2010-09-26 11:36:57 +09:00
frsyuki
9684c8664f
cpp: version 0.5.4
2010-08-29 18:27:10 +09:00
frsyuki
3c75361e5a
cpp: updates README.md
2010-08-29 18:24:32 +09:00
frsyuki
c44c9ab74d
cpp: adds msgpack_vc2008.vcproj file in source package
2010-08-29 18:23:16 +09:00
frsyuki
c87f7cb9ac
cpp: fixes fix_int; updates test/fixint.cc
2010-08-27 20:52:40 +09:00
frsyuki
421bee3871
cpp: version 0.5.3
2010-08-27 17:53:19 +09:00
frsyuki
2c7573a032
cpp: updates msgpack_vc8.postbuild.bat
2010-08-27 17:53:02 +09:00
frsyuki
fe2a0f5089
cpp: adds fixed length serialization for integers
2010-08-27 17:42:05 +09:00
frsyuki
59ba8dec4e
cpp: fixes include paths
2010-08-27 16:45:48 +09:00
frsyuki
193a739749
java: updates TestDirectConversion
2010-08-19 00:05:48 +09:00
frsyuki
f5453d38ec
cpp: version 0.5.2
2010-07-14 17:06:16 +09:00
frsyuki
331bf0af21
cpp: type::raw_ref::str(), operator==, operator!=, operator< and operator> are now const
2010-07-14 17:04:41 +09:00
frsyuki
167e2475d8
cpp: generate version.h using AC_OUTPUT macro in ./configure
2010-07-06 23:30:15 +09:00
frsyuki
fe77251242
cpp: fixes missing dependency to generate version.h
2010-07-06 19:16:49 +09:00
frsyuki
0c331d2887
cpp: updates vcproj
2010-07-06 18:18:28 +09:00
frsyuki
39facd5dc6
cpp: version 0.5.1
2010-07-06 17:59:07 +09:00
frsyuki
a2bd5ae638
cpp: ./configure supports --disable-cxx option not to build/install C++ API
2010-07-06 17:45:15 +09:00
frsyuki
c57f616141
cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} functions
2010-07-06 17:10:25 +09:00
frsyuki
3af10a1d00
cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} functions
2010-07-06 17:00:58 +09:00
frsyuki
71dd44f430
cpp: adds operator<<(std::ostream&, const tuple<Type...>&) (experimental)
2010-07-06 12:26:21 +09:00
frsyuki
3d3af3284e
cpp: adds Doxyfile
2010-06-01 08:43:30 +09:00
frsyuki
eabcf15790
cpp: update tests
2010-06-01 07:16:25 +09:00
frsyuki
684bca203a
cpp: adds msgpack_unpacker_next and msgpack_unpack_next
2010-06-01 07:15:58 +09:00
frsyuki
d42ecccf6f
cpp: msgpack::unpack returns void
2010-06-01 07:13:47 +09:00