Commit Graph

  • e979f04d75 Replaced const msgpack::object with const msgpack::object&. Takatoshi Kondo 2015-05-20 12:49:56 +09:00
  • 5002f2cf6a Suppressed 'maybe uninitialized' warnings on g++. Takatoshi Kondo 2015-05-20 12:38:56 +09:00
  • b6018f3d57 Fixed an unused parameter warning. Takatoshi Kondo 2015-05-20 12:38:10 +09:00
  • aee537099d Added -Wextra and -Werror option for gcc and clang. Reformatted and untabified configure.in. Takatoshi Kondo 2015-05-19 16:03:58 +09:00
  • e37f14fd6a Replaced 201103 with 201103L. Takatoshi Kondo 2015-05-19 15:44:47 +09:00
  • 432c9cc542 Merge pull request #279 from jpetso/master Takatoshi Kondo 2015-05-19 08:53:35 +09:00
  • 9d4da1ad2e Object conversions return the specific type that was converted. David Chappelle 2015-05-15 16:21:54 -04:00
  • 9725bac5c4 Use std::move (C++11) in map and set adaptors where possible. Jakob Petsovits 2015-05-06 17:19:39 -04:00
  • 68e270b029 Merge pull request #278 from redboltz/add_string_ref Nobuyuki Kubota 2015-05-08 15:29:41 -07:00
  • bf859f234e Merge pull request #277 from redboltz/refine_base_class_support Nobuyuki Kubota 2015-05-08 14:13:34 -07:00
  • 70fbae3c5f Added Boost.StringRef support. Takatoshi Kondo 2015-05-02 10:51:34 +09:00
  • 7cd77292fc Refined base class pack/unpack support. Not only C++11 but also C++03 supported. Takatoshi Kondo 2015-05-01 22:05:23 +09:00
  • e8e3052d1a Merge pull request #276 from redboltz/fix_issue_275 Takatoshi Kondo 2015-04-30 07:32:54 +09:00
  • eb96312b41 Added valgrind version 3.10.1 from source. Fixed MEMORYCHECK_COMMAND_OPTIONS location and value. Takatoshi Kondo 2015-04-29 11:48:49 +09:00
  • ab359b259f Merge pull request #269 from redboltz/add_dot_support Takatoshi Kondo 2015-04-28 15:49:53 +09:00
  • 83ee2c82df Merge pull request #274 from redboltz/fix_issue_273 Nobuyuki Kubota 2015-04-27 23:47:43 -07:00
  • 0bfbd8dcbd Merge pull request #264 from redboltz/add_protocol_new_example Nobuyuki Kubota 2015-04-27 23:11:41 -07:00
  • a112ebb4df Merge pull request #265 from redboltz/add_base_class_support Nobuyuki Kubota 2015-04-27 23:06:53 -07:00
  • 993d007c4b Changed the type of msgpack::object str index from int to uint32_t. Takatoshi Kondo 2015-04-23 08:33:08 +09:00
  • 92a7f3f794 Fixed #273 msgpack::object stream outputs became JSON format. Takatoshi Kondo 2015-04-22 14:59:02 +09:00
  • 2919033f3c Merge pull request #270 from makeroo/master Takatoshi Kondo 2015-04-20 16:58:15 +09:00
  • cb9114e31c Merge pull request #268 from redboltz/support_boost Nobuyuki Kubota 2015-04-19 18:45:08 -07:00
  • 2f9912a012 Inhibited wrong occurrence of ad-hoc encoding of 64bit doubles on iOS Simone Pierazzini 2015-04-16 16:02:17 +02:00
  • fc10a3e486 When a target system has 'dot', 'make doxygen' uses 'dot' on cmake. Takatoshi Kondo 2015-04-09 15:10:58 +09:00
  • dcdc51ce30 Merge pull request #267 from tbeu/Patch-inttypes-on-MSVC Takatoshi Kondo 2015-04-09 15:07:46 +09:00
  • ef09252dff Added the Boost.Optional adaptor. It is enables when MSGPACK_USE_BOOST is defined. Takatoshi Kondo 2015-04-08 14:27:10 +09:00
  • e3aa02b6af Make use of MSVC specific macros for format specifiers tbeu 2015-04-07 22:10:07 +02:00
  • d3e6f017be Base classes packing/converting/creating object::with_zone support in C++11. Takatoshi Kondo 2015-04-06 17:14:17 +09:00
  • 721700bfe5 Added the new protocol example. Takatoshi Kondo 2015-04-06 10:30:43 +09:00
  • a277ea7c64 Updated version to 1.1.0. Updated CHANGELOG.md. cpp-1.1.0 Takatoshi Kondo 2015-04-03 15:28:05 +09:00
  • 285ccfeeea Merge pull request #263 from redboltz/update_wiki_url Takatoshi Kondo 2015-04-03 15:05:12 +09:00
  • 232b8039a0 Merge branch 'redboltz-fix_doxygen_support' Takatoshi Kondo 2015-04-03 15:00:09 +09:00
  • 10a315e00e Added @cond - @endcond to adaptor_base.hpp. Takatoshi Kondo 2015-04-03 14:58:41 +09:00
  • 904dd65965 Merge branch 'fix_doxygen_support' of https://github.com/redboltz/msgpack-c into redboltz-fix_doxygen_support Takatoshi Kondo 2015-04-03 14:54:55 +09:00
  • dff7af2075 Merge branch 'redboltz-added_vector_bool_size_check' Takatoshi Kondo 2015-04-03 14:28:13 +09:00
  • ed91c18af8 Merge branch 'added_vector_bool_size_check' of https://github.com/redboltz/msgpack-c into redboltz-added_vector_bool_size_check Takatoshi Kondo 2015-04-03 14:28:00 +09:00
  • 616b1d8fb0 Updated the wiki URL. Takatoshi Kondo 2015-04-03 14:18:27 +09:00
  • 52d5591ded Updated the wiki URL. cpp-1.0 Takatoshi Kondo 2015-04-03 14:13:45 +09:00
  • ce98964348 Merge pull request #262 from redboltz/fix_issue_249 Takatoshi Kondo 2015-04-03 13:59:50 +09:00
  • 07a509a53a Added const char array class template specialization. Takatoshi Kondo 2015-04-02 19:29:27 +09:00
  • 35483b95ae Refined examples. Takatoshi Kondo 2015-04-02 18:24:19 +09:00
  • a2c8154960 Updated examples to support new packing/converting mechanism. Takatoshi Kondo 2015-04-02 18:24:10 +09:00
  • e8d3c8d6c5 Re-designed user types dispatching mechanism. msgpakc-c 0.5.9 or older uses ADL. msgpack-c 1.0.x uses overloading with header files ordering. msgpack-c 1.1.x uses functor with class template specialization. Takatoshi Kondo 2015-04-02 14:52:47 +09:00
  • ae5734e8d1 Recovered a minimal support for Doxygen. Takatoshi Kondo 2015-03-31 16:08:29 +09:00
  • 6ec09053b1 Merge pull request #257 from redboltz/fix_issue_255 Takatoshi Kondo 2015-03-30 10:37:30 +09:00
  • 5401660b07 Fixed #255. MSVC2012(_MSC_VER=1700) doesn't have inttypes.h. Takatoshi Kondo 2015-03-30 09:07:06 +09:00
  • f3caa8e160 Merge pull request #253 from tbeu/Avoid-C99-style-declarations Takatoshi Kondo 2015-03-28 10:16:55 +09:00
  • 8921f9dcfc Do not interleave code and declarations in C files tbeu 2015-03-26 21:48:03 +01:00
  • 1911513acb Added a container size checking to vector<bool>. All other containers have already been added it. Takatoshi Kondo 2015-03-26 11:35:47 +09:00
  • 7bee573a72 Merge branch 'release-1.0.1' cpp-1.0.1 Nobuyuki Kubota 2015-03-22 11:57:27 -07:00
  • 5568abb6ab verion 1.0.1 Nobuyuki Kubota 2015-03-22 11:41:11 -07:00
  • 67486480ac Merge pull request #245 from redboltz/fix_issue_244 Nobuyuki Kubota 2015-03-23 03:18:01 +09:00
  • 0e3bb789b8 Merge pull request #240 from tumdum/master Nobuyuki Kubota 2015-03-23 03:15:55 +09:00
  • e1eabbfebf Merge pull request #242 from redboltz/add_1_0_0_changelog Nobuyuki Kubota 2015-03-23 03:13:07 +09:00
  • e416b534b8 Fixed #244 Fixed an inheriting constructor. Takatoshi Kondo 2015-03-21 16:34:35 +09:00
  • 212ef8eb2b Updated for version 1.0.0 release. Takatoshi Kondo 2015-03-17 10:54:00 +09:00
  • 7bf06a5885 Update QUICKSTART-CPP.md Tomasz Kłak 2015-03-13 17:17:23 +01:00
  • 1822523289 Update QUICKSTART-C.md Tomasz Kłak 2015-03-13 17:15:56 +01:00
  • 156a4403ab Merge pull request #239 from redboltz/add_msgpack_prefix_to_erb Nobuyuki Kubota 2015-03-11 11:53:31 +09:00
  • ad5da7f131 Added msgpack prefix to erb template files. The files that are generated by preprocess have already have the prefix. Takatoshi Kondo 2015-03-11 10:35:23 +09:00
  • 62be3f1212 version 1.0.0 cpp-1.0.0 Nobuyuki Kubota 2015-03-10 21:42:47 +09:00
  • 8dbe25a51d Add missing headers and files for make dist Nobuyuki Kubota 2015-03-10 21:35:55 +09:00
  • 7cfd4bb1d8 Updated version to 1.0.0 Takatoshi Kondo 2015-03-10 21:25:34 +09:00
  • 037a108c49 Merge pull request #238 from redboltz/move_serialize_operator Nobuyuki Kubota 2015-03-10 21:14:24 +09:00
  • 79a127a8b6 Moved serialize operator. Takatoshi Kondo 2015-03-10 21:14:20 +09:00
  • ace27f6238 Merge pull request #237 from redboltz/add_version_revision Nobuyuki Kubota 2015-03-10 21:08:37 +09:00
  • cc2ded6338 Merge pull request #236 from redboltz/add_depth_limit2 Nobuyuki Kubota 2015-03-10 21:08:01 +09:00
  • 13a746f6fa Added msgpack prefix. Takatoshi Kondo 2015-03-10 21:08:22 +09:00
  • b0ff2802d2 Add msgpack prefix to type_errors Nobuyuki Kubota 2015-03-10 20:59:34 +09:00
  • 4b0c90fc90 Merge branch 'add_msgpack_prefix' Nobuyuki Kubota 2015-03-10 20:57:55 +09:00
  • 4b11fb32cd Added version revision prototype declaration. Takatoshi Kondo 2015-03-10 20:41:59 +09:00
  • f707c6b47c Add missing msgpack prefix Nobuyuki Kubota 2015-03-10 20:38:58 +09:00
  • 081ee0e99a Added depth limit on unpack. Takatoshi Kondo 2015-03-10 20:00:16 +09:00
  • 8eaa2e9e74 Merge pull request #199 from redboltz/fix_issue_198 Nobuyuki Kubota 2015-03-10 19:31:09 +09:00
  • ac1eb6e1d3 Merge branch 'reference-args' Nobuyuki Kubota 2015-03-10 19:16:37 +09:00
  • 343ceabe9a Fix msgpack_object to be passed by reference Nobuyuki Kubota 2015-03-10 19:12:25 +09:00
  • eb765d21f2 Fixed MSVC++ warning about int to bool conversion. Takatoshi Kondo 2015-03-10 19:04:51 +09:00
  • 2d5c68055c Added explicit cast to vector<bool> internal type. Takatoshi Kondo 2015-03-10 19:04:23 +09:00
  • de68fbd6d0 Merge branch 'support_cpp11_atomic' Nobuyuki Kubota 2015-03-10 18:53:14 +09:00
  • 118cf7270c Fixed a compile error on clang++ 3.4.1 on FreeBSD and Yosemite. Takatoshi Kondo 2015-03-10 18:37:36 +09:00
  • cf1487f8ba Merge branch 'fix_decrement_typo' Nobuyuki Kubota 2015-03-10 18:25:38 +09:00
  • e4cd479bf3 Merge branch 'master' of github.com:msgpack/msgpack-c Nobuyuki Kubota 2015-03-10 17:35:39 +09:00
  • 8dae63e4c1 Merge branch 'add_std_prefix' Nobuyuki Kubota 2015-03-10 17:34:36 +09:00
  • a3f350842c Merge pull request #231 from redboltz/remove_double_underscore Nobuyuki Kubota 2015-03-10 17:23:15 +09:00
  • c1e9f92d7f Merge branch 'fix_issue_226_author_fixed' Nobuyuki Kubota 2015-03-10 17:21:58 +09:00
  • 582fe38e78 Merge branch 'fix_issue_167' Nobuyuki Kubota 2015-03-10 16:55:46 +09:00
  • 6443738f66 Add serialization test of non-const char* Nobuyuki Kubota 2015-03-10 15:42:44 +09:00
  • 45eb2ad0c7 Merge branch 'redboltz_fix_issue_220' Nobuyuki Kubota 2015-03-10 00:48:32 -07:00
  • 37593400c3 Replace a MACRO with const size_t and undef some MACROs Nobuyuki Kubota 2015-03-10 00:39:56 -07:00
  • 60648fc3a8 Merge pull request #218 from redboltz/replace_embed_stack_with_vector Nobuyuki Kubota 2015-03-10 16:03:59 +09:00
  • 0482e4fcd1 Supported the C++11 atomic. Takatoshi Kondo 2015-03-09 15:37:43 +09:00
  • 82a10cba5c Fixed typo. Replaced 'decl' with 'decr'. Takatoshi Kondo 2015-03-09 14:49:18 +09:00
  • 0d9a21ea08 Added msgpack prefix to packer. Takatoshi Kondo 2015-03-08 20:49:40 +09:00
  • f399ec8c30 Added msgpack prefix to support API versioning. Takatoshi Kondo 2015-03-05 00:12:47 +09:00
  • 8ad9ce059b Fixed #226. Suppressed warnings on MSVC++ 64bit environment. Added container size limit check. Takatoshi Kondo 2015-03-04 16:41:35 +09:00
  • a4aa14d1e2 Added std prefix. Takatoshi Kondo 2015-03-04 22:50:47 +09:00
  • f7f2d4b990 Removed double underscore. Takatoshi Kondo 2015-03-04 22:44:11 +09:00
  • c675881f3b Fixed #220. Added MSGPACK_ prefix to unpack macros. Takatoshi Kondo 2015-02-19 17:44:42 +09:00
  • f6d0cd9a4b Merge pull request #222 from jszakmeister/fix-byteswap-freebsd-and-openbsd Takatoshi Kondo 2015-02-19 16:53:20 +09:00
  • 4ef5894856 Don't include byteswap.h and FreeBSD and OpenBSD. John Szakmeister 2015-02-17 17:33:49 -05:00