Commit Graph

  • 07ddfa1430 Add a list of contributors in README.md and remove AUTHORS file Nobuyuki Kubota 2015-02-15 16:41:06 -08:00
  • 252d66a4b2 Merge branch 'master' of https://github.com/haneefmubarak/msgpack-c into general-repo-clean-up Nobuyuki Kubota 2015-02-15 16:08:38 -08:00
  • b4eba4ba09 Merge pull request #219 from redboltz/fix_issue_209 Takatoshi Kondo 2015-02-07 21:56:00 +09:00
  • 2266505eed Fixed #209 Added conditional include stdbool.h based on @equalsraf comment. Takatoshi Kondo 2015-02-07 21:25:49 +09:00
  • 46e2398e02 Replaced m_stack legacy array with std::vector. Takatoshi Kondo 2015-02-03 23:36:56 +09:00
  • 3662a17e81 Merge pull request #212 from redboltz/add_zone_reuse_example Takatoshi Kondo 2015-02-03 21:52:09 +09:00
  • 66f221d088 Merge pull request #211 from redboltz/add_cpp11_container_example Takatoshi Kondo 2015-02-03 21:51:56 +09:00
  • 9ed4e443fb Added an unpacking msgpack::object on an existing zone example. Takatoshi Kondo 2015-02-03 21:20:34 +09:00
  • 15aec0493d Added a C++11 container example. Takatoshi Kondo 2015-02-03 20:40:44 +09:00
  • d6a7bd1995 Merge pull request #207 from redboltz/refine_examples Takatoshi Kondo 2015-02-02 21:56:41 +09:00
  • ff86d61799 Replaced auto& with auto const& for msgpack::object. Replaced auto with auto const& for msgpack::object. Avoided msgpack::object conversion in EXPECT_EQ. Takatoshi Kondo 2015-02-02 15:18:06 +09:00
  • 97886c50e7 Fixed iterator test case. Mizuki Hirata 2015-02-02 03:55:08 +09:00
  • 327b0db626 Added versioning namespace and test case to iterator. Mizuki Hirata 2015-02-02 02:42:41 +09:00
  • 994144dac2 Add range-based for loop support. Mizuki Hirata 2015-01-31 09:02:52 +09:00
  • 023f81ae9c Added char* support. Takatoshi Kondo 2015-02-01 22:30:21 +09:00
  • 83fac26762 Added enum examples. Added converting to zone with or without zone. Takatoshi Kondo 2015-02-01 22:10:13 +09:00
  • 213ba44b65 Added copylight text. Refined examples. Takatoshi Kondo 2015-02-01 21:35:48 +09:00
  • fa231139d7 Merge pull request #205 from redboltz/fix_issue_204 Takatoshi Kondo 2015-02-01 21:20:31 +09:00
  • 5cd1c6bfa1 Merge pull request #201 from redboltz/fix_issue_184 Takatoshi Kondo 2015-02-01 21:18:05 +09:00
  • c4fb47c00d Fixed #204, #202. Takatoshi Kondo 2015-01-31 21:59:21 +09:00
  • 70e50d9679 Added unpack function using existing zone. Removed redundant inline keyword form declarations. Takatoshi Kondo 2015-01-30 22:57:27 +09:00
  • 978e6b9057 Merge pull request #200 from anton-sergeev/master Takatoshi Kondo 2015-01-30 21:58:32 +09:00
  • 571f1a27a2 Fix cmake for subproject usage Anton Sergeev 2015-01-26 20:32:31 +06:00
  • c3518c0666 Included vector header. Takatoshi Kondo 2015-01-25 22:25:35 +09:00
  • 64ac09c492 Fixed #198. Added a conversion support from msgpack::object to std::vector<bool>. Takatoshi Kondo 2015-01-25 21:59:39 +09:00
  • 414da4e8c6 Merge pull request #195 from nobu-k/configure-version-fix Takatoshi Kondo 2015-01-17 23:43:20 +09:00
  • 3eadb124fc Support OS X's sed in configure.in Nobuyuki Kubota 2015-01-16 22:15:05 +09:00
  • fd9eb26688 Add static inline to msgpack_zone_malloc_no_align Nobuyuki Kubota 2015-01-16 21:47:49 +09:00
  • 6c59e5195a Merge branch 'fix_issue_191' Nobuyuki Kubota 2015-01-16 21:47:13 +09:00
  • 3bdf646cc6 Merge pull request #192 from redboltz/fix_issue_190 Nobuyuki Kubota 2015-01-16 20:05:39 +09:00
  • 2bbf10a324 Merge pull request #181 from redboltz/change_zone_align_default Nobuyuki Kubota 2015-01-16 19:53:27 +09:00
  • 737e6703df Fixed #191. Takatoshi Kondo 2015-01-16 00:20:43 +09:00
  • 7f48ddc85e Fixed #190. Supressed warnings on MSVC. Takatoshi Kondo 2015-01-15 01:19:01 +09:00
  • a84f444ce2 Merge pull request #185 from bajamircea/master Takatoshi Kondo 2015-01-06 10:20:07 +09:00
  • 7e597779e4 Fix one more memory size calculation. Mircea Baja 2015-01-05 21:55:57 +00:00
  • bf8c830eef Merge pull request #183 from spatz/patch-3 Takatoshi Kondo 2015-01-05 09:55:37 +09:00
  • 5f52ec5030 Comment unused variable name Dror Levin 2015-01-04 13:43:55 +02:00
  • c71ce9eb49 minor markdown error Haneef Mubarak 2015-01-02 23:14:16 -08:00
  • f105b4bbb0 misc top level directory cleanup Haneef Mubarak 2015-01-02 23:09:44 -08:00
  • f64be3b2d0 add all contributors to AUTHORS file Haneef Mubarak 2015-01-02 23:05:25 -08:00
  • abac9fe90a add links to QUICKSTART Haneef Mubarak 2015-01-02 22:31:59 -08:00
  • 5798fa0e47 rewrite and cleanup README Haneef Mubarak 2015-01-02 22:27:55 -08:00
  • fe4af1125d Modified the default value of MSGPACK_ZONE_ALIGN from sizeof(int) to sizeof(void*). On the x64 environment, sizeof(int) == 4 but pointer size is 8. The latter is suitable for the default value. Takatoshi Kondo 2015-01-03 10:22:58 +09:00
  • ce96ca8bfc Merge pull request #175 from redboltz/add_limit Nobuyuki Kubota 2015-01-02 12:22:03 -08:00
  • 57732f0c1b Merge pull request #171 from redboltz/fixed_zone_alignment Nobuyuki Kubota 2015-01-02 11:37:01 -08:00
  • 7ccef5b787 Merge pull request #170 from redboltz/fixed_typo Nobuyuki Kubota 2015-01-02 11:01:58 -08:00
  • 1a116fb644 Merge pull request #180 from spatz/patch-2 Takatoshi Kondo 2015-01-02 18:10:06 +09:00
  • f79fd82953 Merge pull request #179 from spatz/patch-1 Takatoshi Kondo 2015-01-02 17:53:47 +09:00
  • b9a80697bc Add missing break to prevent segfault Dror Levin 2015-01-01 15:15:47 +02:00
  • 467822c97a Move constructors and operator= should be noexcept Dror Levin 2014-12-30 18:30:11 +02:00
  • 7ab7eaf61b Merge pull request #177 from redboltz/fix_issue_176 Takatoshi Kondo 2014-12-22 11:27:25 +09:00
  • 3ed6b673d4 Fixed https://github.com/msgpack/msgpack-c/issues/176 byteswap.h is no longer included on Solaris. Takatoshi Kondo 2014-12-20 18:38:49 +09:00
  • 469040be6b Fixed exceptions' interface. On the C++11, both const char* and const std::string& are supported. Updated all exceptions relate to unpack take a message parameter. It is better to explain the exceptional situation in detail. So far, just passing the exceptions name. Takatoshi Kondo 2014-12-15 10:12:55 +09:00
  • 309e96087a - Added unpack limit. - Added new exceptions to explain limit over errors. Takatoshi Kondo 2014-12-13 22:09:32 +09:00
  • 2d61fdf865 Merge pull request #172 from bajamircea/master Takatoshi Kondo 2014-12-09 22:40:36 +09:00
  • 6e560e345a Added check for already defined NOMINMAX Mircea Baja 2014-12-08 21:36:26 +00:00
  • 8b796dc788 Added zone alignment tests. Takatoshi Kondo 2014-12-05 22:08:31 +09:00
  • 240b02174d Fixed zone allocate alignment problem. Takatoshi Kondo 2014-12-05 20:46:56 +09:00
  • 38a380684e Fixed typos. The typos have been pointed out by https://github.com/msgpack/msgpack-c/pull/130 Thank you @jpetso ! Takatoshi Kondo 2014-12-05 17:18:24 +09:00
  • 1a615af437 Merge pull request #169 from redboltz/fix_issue_168 Nobuyuki Kubota 2014-12-05 17:13:51 +09:00
  • 9162610682 Added adaptors for the C++11 version of unordered containers. (Fixed https://github.com/msgpack/msgpack-c/issues/168) Takatoshi Kondo 2014-12-05 15:40:33 +09:00
  • c52a58b322 Merge pull request #163 from redboltz/fix_144 Nobuyuki Kubota 2014-11-26 14:21:50 -08:00
  • ac3433f5dd Merge pull request #165 from redboltz/implement_non_copyable Nobuyuki Kubota 2014-11-26 14:10:10 -08:00
  • dab725624e Made copy constructors and copy assignment operators private for classes that should be noncopyable. Takatoshi Kondo 2014-11-23 20:42:38 +09:00
  • 037b1c22dc Fixed https://github.com/msgpack/msgpack-c/issues/144 This fix is ogirinally from https://github.com/msgpack/msgpack-c/pull/133 Takatoshi Kondo 2014-11-17 12:51:34 +09:00
  • 0de0b434b3 Merge branch 'refine_non_intrusive_example' Nobuyuki Kubota 2014-11-15 17:43:23 -08:00
  • 7eb3d2aa59 Change the type of the return value to a const reference Nobuyuki Kubota 2014-11-15 17:41:43 -08:00
  • 0827d08cd7 Merge pull request #162 from redboltz/msvc_test_supported Nobuyuki Kubota 2014-11-15 17:22:51 -08:00
  • 3d20ec6f21 Merge pull request #160 from redboltz/fix_memory_allocation Nobuyuki Kubota 2014-11-15 17:12:23 -08:00
  • bcdbf78542 Updated infinity test better way. Added NaN tests. Takatoshi Kondo 2014-11-03 10:03:05 +09:00
  • a4af97b32c Supported dll export for msvc. Supported tests for msvc. Takatoshi Kondo 2014-11-02 20:12:13 +09:00
  • e00b299fe0 Refined the non-intrusive example. The target class no longer needs public data members. Takatoshi Kondo 2014-11-01 22:19:05 +09:00
  • d6cc5494a9 Fixed memory size caluclation problem. Takatoshi Kondo 2014-11-01 19:41:47 +09:00
  • 96c688708c Merge pull request #158 from redboltz/update_examples Takatoshi Kondo 2014-11-01 18:28:15 +09:00
  • 79e7a9810c Moved examples. Added intrusive and non-intrusive versions of packing and unpacking examples. Takatoshi Kondo 2014-11-01 18:13:52 +09:00
  • a0ae0289dc Merge pull request #157 from redboltz/fix_vc2008_warnings Takatoshi Kondo 2014-11-01 17:04:51 +09:00
  • 31a3d34b49 Added warnings suppress option. Changed buffer type from char to unsigned char. Takatoshi Kondo 2014-11-01 16:32:20 +09:00
  • 1c54d804f5 Merge pull request #156 from redboltz/fix_example_issue_155 Takatoshi Kondo 2014-11-01 13:40:14 +09:00
  • 111efdf50f Fixed return type. Takatoshi Kondo 2014-11-01 13:18:17 +09:00
  • dac8f6290d Merge pull request #154 from redboltz/fix_issue_153 Takatoshi Kondo 2014-10-31 16:23:23 +09:00
  • 3bfd142660 Fixed https://github.com/msgpack/msgpack-c/issues/153 Takatoshi Kondo 2014-10-31 15:27:56 +09:00
  • d031162d96 Merge pull request #146 from redboltz/fixed_char_pack Takatoshi Kondo 2014-10-31 12:51:53 +09:00
  • 8e24d9206a Merge pull request #152 from redboltz/fix_inttypes_on_vc2010 Takatoshi Kondo 2014-10-31 11:31:17 +09:00
  • b78b49a7bd Fixed MSVC2010 doesn't have inttypes.h problem. Takatoshi Kondo 2014-10-31 10:50:19 +09:00
  • 561e9ba105 Merge pull request #150 from redboltz/fix_fprintf_macro Takatoshi Kondo 2014-10-31 10:17:24 +09:00
  • 6e84266043 Merge pull request #151 from redboltz/fix_build_vc2010 Takatoshi Kondo 2014-10-31 10:17:13 +09:00
  • 151c92d08d Fixed https://github.com/msgpack/msgpack-c/issues/147 On VC9 (Visual Studio 2008) and VC10 (Visual Studio 2010), .c files are compiled as C++. Otherwise the files are compiled as C. Takatoshi Kondo 2014-10-31 00:02:38 +09:00
  • 1285470c21 Fixed https://github.com/msgpack/msgpack-c/issues/148 Fixed inttypes.h inclusion problem on MSVC. Fixed msgpack_object_print implementation using PRIi8, PRIi64, and PRIu64. If 64bit print is not supported on fprintf, dispatch to fallback print. Takatoshi Kondo 2014-10-30 19:08:58 +09:00
  • 837c5ecfc3 Fixed char packing support. See https://github.com/msgpack/msgpack-c/issues/57#issuecomment-60670037 Takatoshi Kondo 2014-10-28 10:48:49 +09:00
  • 04aa309f24 Merge pull request #145 from redboltz/add_help_comments_for_compile_error Takatoshi Kondo 2014-10-27 20:12:44 +09:00
  • 69b2ea4002 Added help comments for compile error. Takatoshi Kondo 2014-10-27 17:41:06 +09:00
  • 8ddc219365 Merge pull request #143 from redboltz/solve_conflicts_on_readme Takatoshi Kondo 2014-10-27 13:00:40 +09:00
  • a9cf916b82 Solved conflicts on README.md. Takatoshi Kondo 2014-10-27 11:09:49 +09:00
  • 8455a2eb70 Merge branch 'redboltz-poc/0.6' Takatoshi Kondo 2014-10-26 15:40:41 +09:00
  • 5c0f1db25c Merge branch 'poc/0.6' of https://github.com/redboltz/msgpack-c into redboltz-poc/0.6 Takatoshi Kondo 2014-10-26 15:40:22 +09:00
  • 466986b519 Merge branch 'redboltz-api_versioning' into poc/0.6 poc/0.6 Takatoshi Kondo 2014-10-26 13:28:03 +09:00
  • a6aac482dd Merge branch 'api_versioning' of https://github.com/redboltz/msgpack-c into redboltz-api_versioning Takatoshi Kondo 2014-10-26 09:43:36 +09:00
  • bb984d3445 Merge pull request #141 from redboltz/add_32bit_test_for_travisci Takatoshi Kondo 2014-10-26 09:33:05 +09:00
  • f8e2766d28 Added a 32bit environment tests for travis-ci. Takatoshi Kondo 2014-10-26 08:45:22 +09:00
  • 2d5d12f9a6 Merge pull request #140 from redboltz/fix_issue95_on_poc0.6 Takatoshi Kondo 2014-10-24 22:37:37 +09:00