Commit Graph

  • c5c3de8f61 Fixed integer overflow and EXT size problem. Takatoshi Kondo 2016-12-13 23:18:43 +09:00
  • 0b7cabd322 Merge pull request #545 from redboltz/fix_544 Takatoshi Kondo 2016-12-11 17:43:21 +09:00
  • 22780a6808 Suppressed maybe uninitialized warnings. Takatoshi Kondo 2016-12-11 15:54:27 +09:00
  • 4ec0fdf207 Fixed #544. Takatoshi Kondo 2016-12-11 15:53:59 +09:00
  • 85a0404d8c Merge branch 'pmalhaire-socket_stream_example' Takatoshi Kondo 2016-12-11 15:40:33 +09:00
  • ce67c8ed35 Removed valgrind install from osx. Updated boost. Takatoshi Kondo 2016-12-11 14:53:24 +09:00
  • 1893a8e31e Updated valgrind version. Takatoshi Kondo 2016-12-11 10:17:47 +09:00
  • dc8c253577 fix msvc warning pmalhaire 2016-11-30 10:30:26 +01:00
  • 9c77a0f24a Adding an example of sax like parser using buffered content (could be a socket) pmalhaire 2016-11-30 10:28:57 +01:00
  • 61c053d37e Merge pull request #538 from heylouiz/gtest_1_8_0_gcc_5_4_1 Takatoshi Kondo 2016-11-16 23:00:19 +09:00
  • 04b549a46b Replace c-Style cast with static_cast Luiz Silva 2016-11-16 11:00:28 -02:00
  • 4a1db60af8 Fix compilation with Gtest 1.8.0 and GCC 5.4.1 Luiz Silva 2016-11-10 10:59:26 -02:00
  • 55b51c506f Merge pull request #535 from redboltz/add_map_name Takatoshi Kondo 2016-11-02 13:35:36 +09:00
  • a97c00e463 Added msgpack::object cheking code before covert it. Takatoshi Kondo 2016-11-02 08:53:14 +09:00
  • e61cd76310 Supported any names for MSGPACK_DEFINE_MAP using MSGPACK_NVP. Takatoshi Kondo 2016-10-30 16:25:19 +09:00
  • c30962da25 Merge branch 'mika-fischer-fix_cmake_cxx_headers' Takatoshi Kondo 2016-10-30 14:10:08 +09:00
  • 6b7becdef0 Fix typo that caused the C++ headers not to be included in cmake file generating script. Takatoshi Kondo 2016-10-30 14:08:56 +09:00
  • cfa1ab38cc Merge branch 'fix_cmake_cxx_headers' of https://github.com/mika-fischer/msgpack-c into mika-fischer-fix_cmake_cxx_headers Takatoshi Kondo 2016-10-30 14:05:57 +09:00
  • 2f34d22bf5 Merge pull request #533 from Kronuz/patch-1 Takatoshi Kondo 2016-10-29 13:28:10 +09:00
  • 401460b7d9 Merge pull request #531 from redboltz/fix_521 Takatoshi Kondo 2016-10-29 12:56:49 +09:00
  • 03b770fdf2 Save the flags of the stream Germán M. Bravo 2016-10-28 15:27:03 -05:00
  • d3cd07987b Fix typo that caused the C++ headers not to be included in CMake project Mika Fischer 2016-10-17 17:05:07 +02:00
  • b4786711df alignment: use proper alignment size Beilu Shao 2016-10-16 23:59:13 +02:00
  • ccc9ac5538 Fixed #521. Takatoshi Kondo 2016-10-11 21:39:55 +09:00
  • 1df97bc37b Merge pull request #530 from mbodmer/master Takatoshi Kondo 2016-10-11 20:52:51 +09:00
  • 8d09b7090d Removed MSGPACK_ENABLE_GCC_CXX_ATOMIC macro since this does not exist in user code and this code would not be active then. Marc Bodmer 2016-10-11 10:33:08 +02:00
  • 2a7335ae90 Merge pull request #529 from mbodmer/master Takatoshi Kondo 2016-10-10 19:59:27 +09:00
  • e7eae65ab7 Fixed path of gcc_atomic.h and gcc_atomic.hpp in definition of _msgpack_atomic_counter_header Marc Bodmer 2016-10-10 10:42:08 +02:00
  • 4e663609ca Fixed name of define as evaluated in CMakeLists.txt Marc Bodmer 2016-10-10 10:40:45 +02:00
  • 98820ec6c7 Merge pull request #528 from redboltz/fix_519 Takatoshi Kondo 2016-10-09 13:34:07 +09:00
  • baea172cc9 Fixed #519. Takatoshi Kondo 2016-10-09 12:06:35 +09:00
  • e9e31a2899 Merge pull request #526 from redboltz/fix_525 Takatoshi Kondo 2016-10-09 11:42:14 +09:00
  • 8ffb619031 Fixed #525. Takatoshi Kondo 2016-10-09 10:17:50 +09:00
  • a3ed6274c2 Merge pull request #524 from starthal/readme-remove-autotools Takatoshi Kondo 2016-10-08 20:29:50 +09:00
  • f795e5d568 Remove autotools instructions from README Stephen Albert 2016-10-05 14:41:01 -04:00
  • 87ff7e4ccc Merge pull request #515 from edsiper/unpacker_size Takatoshi Kondo 2016-09-11 19:32:48 +09:00
  • da46fb1ef7 test: c: add test for new msgpack_unpacker_next_with_size() Eduardo Silva 2016-09-07 16:24:52 -06:00
  • b90bcf3c11 unpack: unpacker_next_with_size() update parsed bytes on success or continue Eduardo Silva 2016-09-06 10:46:30 -06:00
  • c1f19c0e47 Merge pull request #504 from redboltz/fix_503 Takatoshi Kondo 2016-09-06 23:00:17 +09:00
  • d9a77e220a unpack: new msgpack_unpacker_next_with_size() function Eduardo Silva 2016-08-31 16:49:14 -06:00
  • 894547582b Merge branch 'pkrenz-VariadicC11Fix' Takatoshi Kondo 2016-08-30 08:47:21 +09:00
  • 3a87cc8826 Merge branch 'VariadicC11Fix' of https://github.com/pkrenz/msgpack-c-1 into pkrenz-VariadicC11Fix Takatoshi Kondo 2016-08-30 00:04:09 +09:00
  • 6177038fcf Merge branch 'mdrohmann-master' Takatoshi Kondo 2016-08-29 23:59:08 +09:00
  • 25259dc705 Updated gtest location. Takatoshi Kondo 2016-08-29 22:14:08 +09:00
  • 5d69c22bf9 Use OR instead of AND for all classes that have multiple types. Revert example. Combination of has_as and not has_as are move to tests. Takatoshi Kondo 2016-08-29 22:12:01 +09:00
  • a9caff538e Fix warning in versioning Philipp 2016-08-26 16:56:01 +02:00
  • 9a2bb0c972 demonstrate the motivation behind the previous patch Martin C Drohmann 2016-08-23 15:09:02 -07:00
  • 7191a3b014 enable as<map<...> > implementation when the key OR the value have as() Martin C Drohmann 2016-08-23 15:03:14 -07:00
  • b82b58f184 Merge pull request #508 from redboltz/fix_507 Takatoshi Kondo 2016-08-02 22:26:45 +09:00
  • 73af452ed8 Fixed #507. Takatoshi Kondo 2016-07-29 19:49:53 +09:00
  • b03902d93b Merge pull request #506 from redboltz/fix_494_user_class cpp-1.4 Takatoshi Kondo 2016-07-22 20:21:11 +09:00
  • 8a2be5b4e9 Fixed #494. Takatoshi Kondo 2016-07-22 16:00:50 +09:00
  • 95b31d0d16 Merge pull request #505 from smititelu/buffer-print-bin Takatoshi Kondo 2016-07-21 21:10:41 +09:00
  • c73d9a9dab Print unprintable characters in memory buffer Stefan Mititelu 2016-07-19 08:50:39 +00:00
  • 0164c1efe2 Merge branch 'iphydf-bin-printer' Takatoshi Kondo 2016-07-16 10:26:16 +09:00
  • 48abfe7aa1 Adusted coding style. Takatoshi Kondo 2016-07-16 10:25:38 +09:00
  • 8105c33f9d Merge branch 'bin-printer' of https://github.com/iphydf/msgpack-c into iphydf-bin-printer Takatoshi Kondo 2016-07-16 10:19:40 +09:00
  • 237cf888d8 Merge branch 'smititelu-master' Takatoshi Kondo 2016-07-16 09:33:58 +09:00
  • b9bc9d4195 Replaced uint32_t with size_t. Takatoshi Kondo 2016-07-16 09:32:19 +09:00
  • aa790ba785 Merge branch 'master' of https://github.com/smititelu/msgpack-c into smititelu-master Takatoshi Kondo 2016-07-16 09:20:39 +09:00
  • 1da0539a00
    Improve bin/ext printer for unprintable characters. iphydf 2016-07-05 20:39:31 +01:00
  • d7a656523b Fixed #503. Takatoshi Kondo 2016-07-11 19:34:10 +09:00
  • f573fd6a26 Merge pull request #499 from redboltz/fix_498 Takatoshi Kondo 2016-07-10 09:27:11 +09:00
  • 4fa661a63d Add msgpack_object_print_buffer() function Stefan Mititelu 2016-07-06 15:54:35 +03:00
  • 2e4de8b65c Fixed #498. Takatoshi Kondo 2016-07-06 20:35:26 +09:00
  • 010acda932 Merge pull request #495 from redboltz/fix_494 Takatoshi Kondo 2016-07-05 17:17:59 +09:00
  • c951f58531 Fixed #494 Takatoshi Kondo 2016-06-30 21:59:12 +09:00
  • 42181289ed Merge pull request #492 from redboltz/ver2.0.0 cpp-2.0.0 Takatoshi Kondo 2016-06-25 13:42:05 +09:00
  • cd84d04860 Appended CHANGELOG. Updated version. Takatoshi Kondo 2016-06-25 11:11:56 +09:00
  • 0d1e1787de Merge pull request #491 from redboltz/fix_424 Takatoshi Kondo 2016-06-22 21:56:12 +09:00
  • 45b8d29cc0 Added CMAKE_VERSION checking. cmake version less than 3.1 doesn't have the policy CMP0054. Takatoshi Kondo 2016-06-22 00:20:19 +09:00
  • 0bfe4c49b7 Set CMP0054 policy to NEW. Takatoshi Kondo 2016-06-21 23:50:33 +09:00
  • 3c997edd71 Merge pull request #489 from redboltz/fix_390 Takatoshi Kondo 2016-06-21 21:07:29 +09:00
  • 523e986077 Added size_equal_only support for C++03 msgpack::type::tuple. Takatoshi Kondo 2016-06-20 18:39:04 +09:00
  • 90c2e35694 Fixed warnings on clang on OSX. Takatoshi Kondo 2016-06-20 17:30:51 +09:00
  • 4ffdc01135 Added converting support for different size tuples. Takatoshi Kondo 2016-06-20 17:12:53 +09:00
  • b398ce9acc Merge pull request #488 from redboltz/fix_485 Takatoshi Kondo 2016-06-20 17:05:32 +09:00
  • 1b87018a0a Fixed #390. Takatoshi Kondo 2016-06-20 15:25:27 +09:00
  • 755342bb25 Improved C-Style array support. Takatoshi Kondo 2016-06-19 20:47:42 +09:00
  • 438c4ff8ca Merge pull request #479 from aberaud/master Takatoshi Kondo 2016-06-19 20:20:51 +09:00
  • 20e777c1fa Merge pull request #487 from ys-nuem/support-mingw Takatoshi Kondo 2016-06-19 18:55:43 +09:00
  • 3f98327f3b Merge pull request #486 from ys-nuem/support_mingw_cmake Takatoshi Kondo 2016-06-19 17:59:55 +09:00
  • 224a830ce0 Merge pull request #481 from redboltz/support_msvc_cli Takatoshi Kondo 2016-06-19 08:13:00 +09:00
  • b4c4c213b1 Add missing platform detection in examples/test Yusuke Sasaki 2016-06-16 21:30:42 +09:00
  • edc8004985 avoid to install DLLs in lib/ Yusuke Sasaki 2016-06-16 21:36:35 +09:00
  • 7f37eac04c switch suffix of import library between MSVC and MinGW Yusuke Sasaki 2016-06-16 21:34:36 +09:00
  • 0f66e144ab Support MSVC cli. Takatoshi Kondo 2016-06-08 09:41:18 +09:00
  • 0d475a9dbc Add msvc project back Adrien Béraud 2016-06-07 12:26:15 -04:00
  • ca5ef097ac Merge pull request #476 from redboltz/remove_autotools Takatoshi Kondo 2016-06-06 14:05:45 +09:00
  • 4ee616bbde Removed autotools and msvc files. Takatoshi Kondo 2016-06-05 21:14:48 +09:00
  • de972fbe0f Merge pull request #471 from redboltz/add_new_packaging_script Takatoshi Kondo 2016-06-05 20:57:26 +09:00
  • 585f330694 Merge pull request #475 from redboltz/update_boost_1_56_to_1_61 Takatoshi Kondo 2016-05-30 17:25:29 +09:00
  • 89faf6ee9f Updated boost predef and preprocessor from 1.58.0 to 1.61.0 Takatoshi Kondo 2016-05-30 13:20:58 +09:00
  • 83dbe398fd Merge pull request #474 from redboltz/fix_gcc_atomic_hpp_location Takatoshi Kondo 2016-05-30 13:12:55 +09:00
  • b68c073d1b Moved gcc_atomic.hpp location. Takatoshi Kondo 2016-05-30 09:55:16 +09:00
  • 7eb8c8221a Merge pull request #473 from redboltz/create_list_of_files Takatoshi Kondo 2016-05-30 09:46:35 +09:00
  • 7094e0872e Added msgpack-c library file generation. Takatoshi Kondo 2016-05-29 14:01:30 +09:00
  • 4b26a82ae8 Added the new packaging script. Takatoshi Kondo 2016-05-28 19:59:17 +09:00
  • e52aed0613 Updated to the version 2.0.0. Takatoshi Kondo 2016-05-28 10:41:40 +09:00
  • 744221d259 Merge branch 'gh-pages' of github.com:msgpack/msgpack-c into gh-pages Takatoshi Kondo 2016-05-28 10:40:43 +09:00