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
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
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
frsyuki
076bd07f39
cpp: version 0.5.6
2011-04-24 00:23:08 +09:00
FURUHASHI Sadayuki
5b1851ae22
cpp: version 0.5.5
2011-02-24 00:35:00 +09:00
FURUHASHI Sadayuki
67ab510b5d
cpp: fixes some implicit cast warnings
2011-02-23 23:48:26 +09:00
frsyuki
9684c8664f
cpp: version 0.5.4
2010-08-29 18:27:10 +09:00
frsyuki
421bee3871
cpp: version 0.5.3
2010-08-27 17:53:19 +09:00
frsyuki
f5453d38ec
cpp: version 0.5.2
2010-07-14 17:06:16 +09:00
frsyuki
167e2475d8
cpp: generate version.h using AC_OUTPUT macro in ./configure
2010-07-06 23:30:15 +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
3af10a1d00
cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} functions
2010-07-06 17:00:58 +09:00
frsyuki
602971408b
cpp: move source files into src/ directory
2010-05-30 03:02:40 +09:00
frsyuki
e57084f6df
cpp: update ChangeLog
2010-04-29 23:45:48 +09:00
frsyuki
9fbca83ac0
cpp: add test/{zone,pack_unpack,streaming,object,convert,buffer}.cc
2010-04-25 18:08:14 +09:00
Kazuki Ohta
11f7aa4212
cpp: fixed small typo in configure.in
2010-04-18 15:11:50 +09:00
frsyuki
ab8e0c9e31
c,cpp: reforms source tree
2010-04-18 00:08:03 +09:00
frsyuki
11abec1093
c and c++: rewritten and integrated
2009-02-22 15:14:21 +09: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
3165973811
lang/c/msgpack: fix compile optimization flag
...
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@70 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
2009-02-15 09:09:58 +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