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
frsyuki
c44c9ab74d
cpp: adds msgpack_vc2008.vcproj file in source package
2010-08-29 18:23:16 +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
3d3af3284e
cpp: adds Doxyfile
2010-06-01 08:43:30 +09:00
frsyuki
602971408b
cpp: move source files into src/ directory
2010-05-30 03:02:40 +09:00
frsyuki
68f60568ac
cpp: build libmsgpackc.so for backward compatibility.
2010-04-26 21:52:19 +09:00
frsyuki
9fbca83ac0
cpp: add test/{zone,pack_unpack,streaming,object,convert,buffer}.cc
2010-04-25 18:08:14 +09:00
frsyuki
35802ba949
cpp: msgpack_object_equal
2010-04-25 08:00:04 +09:00
frsyuki
72160aac9a
cpp: combines libmsgpackc and libmsgpack into libmsgpack
2010-04-25 07:56:19 +09:00
frsyuki
05b8c00ee7
cpp: fixes windows compatibility
2010-04-18 00:39:45 +09:00
frsyuki
ab8e0c9e31
c,cpp: reforms source tree
2010-04-18 00:08:03 +09:00
frsyuki
5782ab7ccc
c,cpp: add msgpack_zbuffer and msgpack::zbuffer
2010-03-26 14:33:49 +09:00
Kazuki Ohta
404a393315
c, cpp: fix test problem
...
- using LDADD instead of LDFLAGS
- fix include path in test.cpp
2010-01-21 21:55:06 +09:00
frsyuki
8d365458d5
c,cpp: optimize msgpack_zone: variable-length array of chunk -> list of chunk
2010-01-15 05:27:44 +09:00
frsyuki
55cfbf378e
cpp: add msgpack/type/tr1/unordered_{map,set}.hpp
2010-01-14 21:20:32 +09:00
Kazuki Ohta
51e435d46c
fix build
2009-08-25 18:40:06 +09:00
frsyuki
d3f9ab7dec
add c/test.cpp cpp/test.cpp
2009-08-25 18:35:26 +09:00
frsyuki
3a39accb0b
cpp: preprocess eruby templates on ./bootstrap; released package doesn't require erb
2009-08-19 17:47:22 +09:00
frsyuki
a62a5d6c69
c++: fix type.hpp
2009-08-10 18:33:35 +09:00
frsyuki
0627324da6
c++: rebuild type/*.hpp
2009-08-10 18:26:01 +09:00
frsyuki
394331cd4e
c++: add std::pair and std::set serializer
2009-08-10 17:34:21 +09:00
frsyuki
0491768fb2
c++: fix Makefile.am
2009-08-10 15:58:43 +09:00
frsyuki
b4cb5e23c0
fix Makefile.am
2009-08-07 11:28:23 +09:00
frsyuki
3afa9f265e
cpp: add msgpack::type::define
2009-08-06 13:51:49 +09:00
frsyuki
8ed1d61529
add msgpack_vrefbuffer, msgpack::vrefbuffer
2009-06-07 14:59:50 +09:00
frsyuki
c398d5d828
fix packaging problem
2009-03-01 13:46:20 +09:00
frsyuki
11abec1093
c and c++: rewritten and integrated
2009-02-22 15:14:21 +09:00
frsyuki
a114f4a5a5
update pack/unpack routines
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@100 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:10:02 +00:00
frsyuki
e582fa34c7
c++ binding: improve msgpack::zone, zero-copy stream deserializer
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@92 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:10:00 +00:00
frsyuki
bb4ea9d17c
lang/c/msgpack: improved configure.in
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@78 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:09:59 +00:00
frsyuki
40ca91e101
lang/c/msgpack: ./configure requires erb
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@77 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:09:59 +00:00
frsyuki
b790df530a
lang/c/msgpack: C++ binding: safer memory managent
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@68 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:09:58 +00:00
frsyuki
9923cf4daf
lang/c/msgpack: reimplemented C++ binding with template-based static resolution design
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@67 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:09:58 +00:00
frsyuki
1222466a1c
lang/c/msgpack: c-macro based template
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@66 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:09:57 +00:00
frsyuki
76dda6d36e
lang/c/msgpack: fixed cpp/Makefile.am
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@65 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:09:57 +00:00
frsyuki
48e0274505
lang/c/msgpack: fixed packaging problem
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@64 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:09:57 +00:00
frsyuki
a721837ed0
lang/c/msgpack: added license notifications
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@60 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:09:57 +00:00
frsyuki
b5f13e7d26
lang/c/msgpack: autotoolized
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@59 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:09:56 +00:00