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
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
fe2a0f5089
cpp: adds fixed length serialization for integers
2010-08-27 17:42:05 +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
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
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