Commit Graph

  • 6007f4ea05 Fixed typo. Takatoshi Kondo 2015-08-10 10:32:43 +09:00
  • 1bac5a2c00 Fixed #55 Takatoshi Kondo 2015-08-08 09:54:46 +09:00
  • 078eb3a436 Merge pull request #335 from redboltz/fix_266 Takatoshi Kondo 2015-08-08 09:32:45 +09:00
  • 22b6bb9f78 Fixed #266. Takatoshi Kondo 2015-08-06 14:00:50 +09:00
  • 4dcd162879 Merge branch 'makiolo-master' Takatoshi Kondo 2015-08-05 18:51:07 +09:00
  • cd54ba99fc Removed SET_SOURCE_FILES_PROPERTIES because msgpack-c source files compile as C now. Added missing header files for installation. Takatoshi Kondo 2015-08-05 18:38:25 +09:00
  • d437961546 * Changes for compile msgpack with Visual Studio 2012 Ricardo Marmolejo García 2014-08-15 18:06:29 +02:00
  • f1679a17a2 Merge pull request #334 from redboltz/add_travis_osx Takatoshi Kondo 2015-08-05 15:45:27 +09:00
  • afc9666760 Remove test cases to reduce travis-ci time using orthgonal table approach. Takatoshi Kondo 2015-08-05 14:13:46 +09:00
  • d4199b59f9 Added osx support on travis-ci. Takatoshi Kondo 2015-08-04 10:08:34 +09:00
  • 7e2076b799 Merge pull request #333 from redboltz/fix_osx_build Takatoshi Kondo 2015-08-04 22:12:29 +09:00
  • 41f27b5d62 Fixed osx compile error. Takatoshi Kondo 2015-08-04 15:44:06 +09:00
  • d91c510d8c Merge pull request #328 from redboltz/add_missing_iterator Takatoshi Kondo 2015-08-04 09:59:08 +09:00
  • ebb7c05bdc Merge pull request #332 from redboltz/add_as_support_for_deque Takatoshi Kondo 2015-08-04 09:58:56 +09:00
  • 78b3e8adad Added 'as' support for std::deque. Takatoshi Kondo 2015-08-03 17:57:46 +09:00
  • 3dc0e83513 Merge branch 'salford-systems-fixed_cpp11_adaptors_templates' Takatoshi Kondo 2015-08-03 17:36:31 +09:00
  • 298c97ec08 Added all template parameters support for containers. e.g.) allocator. Added tests. Replaced variadic template parameters with individual template parameters on C++11 unordered containers. Takatoshi Kondo 2015-08-03 15:43:44 +09:00
  • 0f0598a6b9 Merge branch 'fixed_cpp11_adaptors_templates' of https://github.com/salford-systems/msgpack-c into salford-systems-fixed_cpp11_adaptors_templates Takatoshi Kondo 2015-08-03 09:54:06 +09:00
  • fee4faa82f Merge pull request #331 from redboltz/add_as_support_for_boost Takatoshi Kondo 2015-08-03 09:32:13 +09:00
  • e182b06816 Merge pull request #322 from redboltz/fix_320 Takatoshi Kondo 2015-08-03 09:31:56 +09:00
  • f9a16ad690 Merge pull request #329 from redboltz/add_smart_pointers_support Takatoshi Kondo 2015-08-03 09:31:26 +09:00
  • 2034427cfd Added 'as' support for boost containers. Takatoshi Kondo 2015-07-31 16:56:07 +09:00
  • f986370634 Improved templates for std::unordered_map and std::unordered_set so they handle all sorts of those Vladyslav Frolov 2015-07-31 04:16:14 -07:00
  • db588909b9 Added std::shared_ptr and std::unique_ptr adaptors. Takatoshi Kondo 2015-07-31 12:11:14 +09:00
  • 7e6a498c14 Merge pull request #323 from jonitis/fix_compilation_warning Takatoshi Kondo 2015-07-31 12:15:11 +09:00
  • 9650def29a Added iterator.hpp to the installing files list. Makefile.am has it but CMakeLists.txt didn't have it. Takatoshi Kondo 2015-07-31 10:30:37 +09:00
  • 2a7d9977b1 Merge pull request #327 from redboltz/jonitis-vector_of_non_default_constructible_values_2 Takatoshi Kondo 2015-07-31 10:20:58 +09:00
  • a746afa7cc Added 'as' support for containers. Takatoshi Kondo 2015-07-28 17:16:08 +09:00
  • 87f0da1ff1 Support vectors of non-default-constructible values in c++11 mode Dainis Jonitis 2015-07-27 12:48:23 +03:00
  • 14ec30038b Fix compilation warnings about possible loss of data Dainis Jonitis 2015-07-27 12:32:48 +03:00
  • 09722fe540 Merge pull request #1 from jonitis/feature_fix_compilation_warning Jonitis 2015-07-27 11:34:47 +03:00
  • 85b01d28da Merge pull request #2 from jonitis/feature_vector_of_non_default_constructible_values Jonitis 2015-07-27 11:34:36 +03:00
  • 763c2613df Support vectors of non-default-constructible values in c++11 mode Dainis Jonitis 2015-07-27 11:06:20 +03:00
  • 98c285c679 Fix compilation warnings about possible loss of data Dainis Jonitis 2015-07-27 11:00:43 +03:00
  • 2164723c86 Allow vectors of non-default-constructible values in c++11 mode Dainis Jonitis 2015-07-27 10:38:46 +03:00
  • 5cc712ceeb Fix warning about possible loss of value Dainis Jonitis 2015-07-27 10:37:12 +03:00
  • 840101640b Extend CMake CI to build static libs only James Nugent 2015-07-23 22:15:35 -04:00
  • 60e737f622 Link against msgpack-static when shared disabled James Nugent 2015-07-23 22:10:41 -04:00
  • 4cc1087124 Fixed #320. Added gcc version checking. Takatoshi Kondo 2015-07-22 17:17:16 +09:00
  • b750b17598 Fix endianness detection on OpenWrt Dainis Jonitis 2015-07-21 14:45:19 +03:00
  • 5f1d5e8722 Add MSGPACK_ENABLE_SHARED option, defaulting to ON James Nugent 2015-07-15 18:06:59 -05:00
  • 1b13523c7f Merge pull request #315 from redboltz/fix_boost_pp_variadics Takatoshi Kondo 2015-07-15 16:38:01 +09:00
  • a35fe57737 Added BOOST_PP_VARIADICS checking to avoid multiple definition. Takatoshi Kondo 2015-07-15 13:54:55 +09:00
  • b8d357c2ad Merge pull request #313 from jonitis/master Takatoshi Kondo 2015-07-12 09:53:04 +09:00
  • 4f1e47aa78 No need for MSGPACK_USE_CPP03 checks in c++11 specific file Dainis Jonitis 2015-07-09 16:13:04 +03:00
  • 7a131db2a0 c++11 code should use nothrow instead of throw() Dainis Jonitis 2015-07-09 15:37:17 +03:00
  • 756d02f8c0 Added Boost.Predef to check environment such as endian. Takatoshi Kondo 2015-07-08 14:58:44 +09:00
  • d3450c1fce Merge pull request #311 from redboltz/add_map_based_example Takatoshi Kondo 2015-07-07 13:35:31 +09:00
  • fa7f840427 Added map based packing and converting example. Takatoshi Kondo 2015-07-07 09:55:45 +09:00
  • e25ecc5287 Merge pull request #310 from redboltz/add_examples Takatoshi Kondo 2015-07-07 09:47:37 +09:00
  • f1504d851a Added an example of the non default constructible class. Refined an intrusive example. It includes base class serialization. We can switch map based and array based serialization. Takatoshi Kondo 2015-07-06 15:50:03 +09:00
  • 1a97e761fb Fixed merge mistake. Takatoshi Kondo 2015-07-06 16:00:06 +09:00
  • 6771302f62 Merge branch 'redboltz-add_define_map' Takatoshi Kondo 2015-07-06 14:20:19 +09:00
  • 188c0a9a6b Merge branch 'add_define_map' of https://github.com/redboltz/msgpack-c into redboltz-add_define_map Takatoshi Kondo 2015-07-06 14:18:21 +09:00
  • 62537967fe Merge pull request #308 from redboltz/fix_issue_307 Takatoshi Kondo 2015-07-06 14:10:56 +09:00
  • 42df06dd3d Fixed #307. Added 'inline' keyword to ext's constructor that defined at outside of the class definition. Takatoshi Kondo 2015-07-06 08:50:16 +09:00
  • ab438ac9b9 Added multi files that includes msgpack.hpp linking test. It detects a lack of inline keyword in a function definition. Takatoshi Kondo 2015-07-06 08:45:33 +09:00
  • 2216fda5ce Merge branch 'redboltz-add_ext_ref' Takatoshi Kondo 2015-07-05 21:28:51 +09:00
  • 9b655faa64 Merge branch 'add_ext_ref' of https://github.com/redboltz/msgpack-c into redboltz-add_ext_ref Takatoshi Kondo 2015-07-05 20:04:30 +09:00
  • a37e7232c7 Merge pull request #305 from redboltz/add_boost_fusion Takatoshi Kondo 2015-07-05 10:34:06 +09:00
  • b559187a7e Merge pull request #302 from redboltz/add_no_defcon_support Takatoshi Kondo 2015-07-05 10:32:54 +09:00
  • 9e7564c9d7 Merge pull request #304 from redboltz/add_old_raw_pack_support Takatoshi Kondo 2015-07-05 10:22:08 +09:00
  • 584bd8575f Added the comment for BOOST_PP_VARIADICS define. Takatoshi Kondo 2015-07-05 07:46:11 +09:00
  • 777e5f13f3 Added map-based class pack/convert support. Takatoshi Kondo 2015-07-03 11:44:07 +09:00
  • 6131e3d747 Fixed double comparison in tests. Takatoshi Kondo 2015-07-04 22:49:47 +09:00
  • e0a2c2a4bf Merge pull request #301 from redboltz/json_escape Takatoshi Kondo 2015-07-04 17:55:51 +09:00
  • d26e68e3bb Merge pull request #299 from redboltz/add_missing_inline Takatoshi Kondo 2015-07-04 17:55:29 +09:00
  • 57ba93a2b2 Added Boost.Fusion support. Fusion sequences can be serialized. Takatoshi Kondo 2015-07-01 14:08:54 +09:00
  • 34a42415be Added v4(old) raw packing support. Takatoshi Kondo 2015-06-30 14:40:55 +09:00
  • 1a6f826f0f Merge pull request #303 from llchan/master Takatoshi Kondo 2015-06-23 21:16:31 +09:00
  • 22e428b104 Add static inline to zbuffer.h function definitions Lawrence Chan 2015-06-22 17:17:34 -05:00
  • 89f117fcd9 Destroy zbuffer in C unit test Lawrence Chan 2015-06-22 15:36:37 -05:00
  • 9a50cc4345 Add zbuffer empty string write tests Lawrence Chan 2015-06-22 12:49:06 -05:00
  • addf52e9f0 Fix zbuffer write of empty string Lawrence Chan 2015-06-22 12:50:32 -05:00
  • 45b57c292c Added no default constructible classes support. Takatoshi Kondo 2015-06-18 09:59:15 +09:00
  • 860a5ae06e Added JSON escape for values between 0x00 and 0x1f, and 0x7f. Takatoshi Kondo 2015-06-18 14:01:51 +09:00
  • 55d09e6c30 Added 'inline' to make_define(). Takatoshi Kondo 2015-06-18 12:55:19 +09:00
  • 32c42d2f4c Merge branch 'proller-patch-1' Takatoshi Kondo 2015-06-02 09:48:32 +09:00
  • 1cfee8c347 Added an additional include path for DEBUG build. Takatoshi Kondo 2015-06-02 09:46:15 +09:00
  • 2893c799bf Removed the post build settings and file. Takatoshi Kondo 2015-06-02 09:38:08 +09:00
  • b4e50d54a0 Merge branch 'patch-1' of https://github.com/proller/msgpack-c into proller-patch-1 Takatoshi Kondo 2015-06-02 09:36:15 +09:00
  • d6c5682ef5 Merge pull request #288 from redboltz/work/add_deep_copy Takatoshi Kondo 2015-06-01 17:45:46 +09:00
  • de721af166 Updated: msgpack::unpacked is the typedef of the msgpack::object_handle now. See the following discussion: https://github.com/msgpack/msgpack-c/pull/288 Takatoshi Kondo 2015-05-31 20:40:05 +09:00
  • 5f73d3f19f Merge branch 'davidchappelle-master' Takatoshi Kondo 2015-05-27 21:21:59 +09:00
  • 846016b8b7 Tests added. Takatoshi Kondo 2015-05-27 21:19:39 +09:00
  • b225f15f29 Merge branch 'master' of https://github.com/davidchappelle/msgpack-c into davidchappelle-master Takatoshi Kondo 2015-05-27 21:18:33 +09:00
  • b1481b33f8 Update msgpack_vc.postbuild.bat proller 2015-05-27 13:41:27 +03:00
  • c230ff7ab8 Update msgpack_vc8.vcproj proller 2015-05-27 13:39:52 +03:00
  • 6edf10cecd Merge pull request #294 from redboltz/support_appveyor Takatoshi Kondo 2015-05-27 17:39:26 +09:00
  • d88d6c34b9 Supported appveyor. Takatoshi Kondo 2015-05-27 14:36:57 +09:00
  • ff14be8fdb Added EXT type supporting classes. Takatoshi Kondo 2015-05-22 17:46:58 +09:00
  • f75da23e1d Separated unpacked from object_handle to preserve the original ABI. Takatoshi Kondo 2015-05-26 09:27:35 +09:00
  • 17900625d0 Merge pull request #290 from redboltz/fix_raw_ref_not_equal Nobuyuki Kubota 2015-05-25 12:25:56 -07:00
  • 5722ab6b51 Merge pull request #285 from redboltz/add_const_ref Nobuyuki Kubota 2015-05-25 12:24:35 -07:00
  • 072f0cd183 Merge pull request #284 from redboltz/fixed_unused_parameter Nobuyuki Kubota 2015-05-25 11:59:40 -07:00
  • 4af6d4ddc8 Merge pull request #283 from redboltz/add_l_suffix Nobuyuki Kubota 2015-05-25 11:32:28 -07:00
  • 7359720403 Fixed raw_ref::operator!= implementation. Takatoshi Kondo 2015-05-22 14:04:44 +09:00
  • 9cb2c91d58 Fixed the lack of msgpack::move() on the self substituion test codes. Takatoshi Kondo 2015-05-22 09:36:21 +09:00
  • 9e18ac5d2d Reverted msgpack::move() on the C++03. Const-correntness isn't broken now. Implemented msgpack::object_handle using the same design pattern as std::auto_ptr and std::auto_ptr_ref. Minimized the uses of #if defined(MSGPACK_USE_CPP03) conditional macro. Takatoshi Kondo 2015-05-22 09:11:02 +09:00
  • e18f5b2d52 Added a clone function for msgpack::object. The function prepares zone's chunk that has minimal size to deep copy. Takatoshi Kondo 2015-05-20 12:43:03 +09:00