Commit Graph

  • 37380fa6ff First pass at inline doc for new polymorphic casting Shane Grant 2015-12-22 23:39:25 -08:00
  • 480de61173 make clang happy with integer comparisons Shane Grant 2015-12-22 22:30:30 -08:00
  • ba561c067f Merge pull request #240 from kersson/json_minimal_msvc2013 Shane Grant 2015-12-22 14:56:39 -08:00
  • e9a71acb07 Merge branch 'BigSeb-develop' into develop resolves #244 Shane Grant 2015-12-22 14:52:24 -08:00
  • ecb44372e5 grammar fix Shane Grant 2015-12-22 14:52:02 -08:00
  • 61429d2292 Merge branch 'develop' of https://github.com/BigSeb/cereal into BigSeb-develop Shane Grant 2015-12-22 14:44:37 -08:00
  • 7a3933ff0f Wrapping up external code in cereal namespace Shane Grant 2015-12-22 14:26:14 -08:00
  • 1d50761ece Boost test related fix, fix unit test in response to #188 Shane Grant 2015-12-21 23:21:11 -08:00
  • bdd766d474 Adding unit tests for polymorphic casting Shane Grant 2015-12-20 18:15:29 -08:00
  • 5008bddcb9 initial progress towards #188, fixed in the save direction Shane Grant 2015-12-19 12:07:26 -08:00
  • d6f2e76fc2 Merge branch 'gh-pages-develop' into gh-pages Shane Grant 2015-11-12 11:48:38 -08:00
  • 1e712cb461 Fix typo with base64 example Shane Grant 2015-11-12 11:48:09 -08:00
  • de1011152e Fixed an issue with the preservation of whitespaces for strings. The validation may be invalid when one of the previous calls to the saveValue was done and the value was taking more characters. A test is now added in order to reproduce this error. Sébastien Matte 2015-11-06 00:24:17 -05:00
  • 3184b468bc Additional MSVC JSON minimal fixes The fixes in f451090 still did not solve USCiLab/cereal#217. Changed the SFINAE logic to use EnableIf with AND conjunctions via the variadic arguments. Krishna Ersson 2015-10-08 16:33:51 -04:00
  • f2ccfea1f8 cmake: don't overwrite CMAKE_CXX_STANDARD if it's already higher Tamas Kenez 2015-10-07 11:02:34 +02:00
  • cd7346ff3d cmake improvements (install target) Tamas Kenez 2015-10-06 14:32:40 +02:00
  • 1479f8e635 XML getNodeName working as intended now Fixes #235 Shane Grant 2015-09-24 21:17:49 -07:00
  • 2c0451d647 Support root arrays in JSONInput Matt Clarkson 2015-09-22 15:03:24 +01:00
  • 608d48d7b8 Fix whitespace alignment Matt Clarkson 2015-09-11 14:51:54 +01:00
  • 8fefa0cd77 Allow serialization of nullptr Matt Clarkson 2015-09-17 15:15:13 +01:00
  • f54f9e89fd Correct whitespace error Matt Clarkson 2015-09-11 14:45:47 +01:00
  • 0ff685ce4d Merge pull request #220 from berenm/patch-1 Shane Grant 2015-09-09 22:47:17 -07:00
  • f45109083f MSVC JSON minimal fixes Shane Grant 2015-09-09 22:25:15 -07:00
  • 6da711b843 Allow JSON output node to finish arrays Matt Clarkson 2015-09-04 10:13:40 +01:00
  • 23053232d4 Resolve whitespace error Matt Clarkson 2015-09-04 10:13:24 +01:00
  • 99d8f0a77d Barebones boost::variant unit test Kyle Fleming 2015-09-03 17:15:06 -07:00
  • df33ae5c4d Fix boost::variant compile error with clang 3.5.0 Kyle Fleming 2015-09-03 17:10:32 -07:00
  • 3a0bec6fda Doc: Changed version parameter to std::uint32_t const Patrik Huber 2015-09-03 22:58:55 +01:00
  • 447bdc7399 Add inline specifiers to make_size_tag, prologue and epilogue Beren Minor 2015-08-20 16:34:40 +02:00
  • 9f1de5d2e1 new files related to type concepts Shane Grant 2015-07-17 11:04:15 -07:00
  • 41e3613f87 update doc relates #205 Shane Grant 2015-07-17 10:59:42 -07:00
  • 10cd2b22bc update doc relates #205 Shane Grant 2015-07-17 10:56:11 -07:00
  • e6d39e0879 Merge branch 'gh-pages-develop' of github.com:USCiLab/cereal into gh-pages-develop Shane Grant 2015-07-17 10:55:56 -07:00
  • 323ea07737 update doc relates #205 Shane Grant 2015-07-17 10:52:58 -07:00
  • b849a39950 Merge branch 'abutcher-gh-generalize-map-serializer' into develop see #205 Shane Grant 2015-07-17 10:47:13 -07:00
  • db6aaffb69 Comment level doc for #205 Shane Grant 2015-07-17 10:46:33 -07:00
  • d350c81947 concepts/pair_associative_container.hpp: Have inclusion guard reflect location. Adam Butcher 2015-07-17 09:18:41 +01:00
  • 207c085a26 Added cereal/concepts/pair_associative_container.hpp and restored std includes in cereal/types/{unordered_map,map}.hpp Adam Butcher 2015-07-17 09:13:23 +01:00
  • 84e2f8edda Generalize cereal/types/map.hpp to deal with arbitrary pair associative containers having mapped_type. Adam Butcher 2015-07-14 02:45:35 +01:00
  • 69fbcb556f Merge pull request #199 from ph03/develop Shane Grant 2015-06-23 11:30:12 -07:00
  • 9cc061138d Merge pull request #190 from jmgao/patch-1 Shane Grant 2015-06-16 20:25:15 -07:00
  • f3d7206bb2 Fix shared_ptr costum deleter Janick Martinez Esturo 2015-06-16 01:35:51 +01:00
  • 8127b33e58 Merge branch 'gh-pages-develop' into gh-pages Shane Grant 2015-06-10 20:44:01 -07:00
  • 5a711dd6c0 fix example NVP see #197 Shane Grant 2015-06-10 20:43:20 -07:00
  • ce0e1f041d Merge branch 'gh-pages-develop' into gh-pages for 1.1.2 Shane Grant 2015-06-08 11:18:37 -07:00
  • 55d2162dfd update for 1.1.2 Shane Grant 2015-06-08 11:18:21 -07:00
  • be5adf255c Merge branch 'gh-pages-develop' into gh-pages for 1.1.2 release Shane Grant 2015-06-08 11:15:09 -07:00
  • 2f9471bc40 Merge branch 'develop' for release 1.1.2 v1.1.2 Shane Grant 2015-06-08 11:13:21 -07:00
  • a967a41e78 update coverage 1.1.2 Shane Grant 2015-06-08 11:09:38 -07:00
  • 8731cefc57 more docs for 1.1.2 Shane Grant 2015-06-08 10:59:40 -07:00
  • 5745072a38 update doc for 1.1.2 Shane Grant 2015-06-08 10:57:27 -07:00
  • a9adcfd7b8 Fix references to minimal_save/load. Josh Gao 2015-05-13 01:45:31 -07:00
  • 774fe618cb tested working on vs Shane Grant 2015-05-02 23:19:39 -07:00
  • 676ebf76fa more tab spacing fixes Shane Grant 2015-05-02 21:53:30 -07:00
  • 4b1b70b302 tab spacing style fix Shane Grant 2015-05-02 21:52:44 -07:00
  • 7ae8d0dda4 Adds support for std::valarray Shane Grant 2015-05-02 21:50:02 -07:00
  • 15d4e9f10e style changes Shane Grant 2015-05-02 21:49:39 -07:00
  • 839ae30cc0 style changes Shane Grant 2015-05-02 21:41:43 -07:00
  • 7e1d32f1d5 Merge branch 'std.valarray.support.implementation' of https://github.com/ilerik/cereal into ilerik-std.valarray.support.implementation Shane Grant 2015-05-02 21:30:25 -07:00
  • 5d541d33cd JSON now matches string length for out of order NVPs Fixes #183, relates #168, #169 fix originally proposed by @felixzng Shane Grant 2015-05-02 21:17:44 -07:00
  • 005d628652 Added support for std::valarray. ilerik 2015-04-18 17:50:59 +03:00
  • 0b04bc5a12 Merge branch 'gh-pages-develop' into gh-pages for 1.1.1 Shane Grant 2015-04-06 10:44:18 -07:00
  • 8ddd8db901 coverage update Shane Grant 2015-04-06 10:41:27 -07:00
  • ba4595cbb1 doxygen stuff Shane Grant 2015-04-06 10:31:28 -07:00
  • 119e599f75 doc update for 1.1.1 Shane Grant 2015-04-06 10:28:58 -07:00
  • a248e3a55d Merge branch 'develop' for 1.1.1 release Shane Grant 2015-04-06 10:24:39 -07:00
  • 94d49c42ac is_in/out_serializable is now aware of specialization v1.1.1 Shane Grant 2015-04-04 18:19:22 -07:00
  • b385b3958a Empty string fixes with XML serialization Shane Grant 2015-04-04 15:09:23 -07:00
  • aad1e371c7 Merge branch 'develop' of github.com:USCiLab/cereal into develop Shane Grant 2015-03-29 00:36:28 -07:00
  • 14bc429d9a Various fixes for warning level 4 with MSVC Shane Grant 2015-03-29 00:35:34 -07:00
  • 16084f734a Merge branch 'eschnett-patch-1' into develop Shane Grant 2015-03-04 15:28:11 -08:00
  • 0d8cebe6f3 Add unit tests for size 11 tuple, re: #175 Shane Grant 2015-03-04 15:24:11 -08:00
  • 4f1dc224e6 Prevent infinite template recursion for 11-element tuples Erik Schnetter 2015-03-03 21:29:04 -05:00
  • 802b9dbf1d Merge branch 'gh-pages-develop' into gh-pages Shane Grant 2015-02-12 12:00:58 -08:00
  • 6c168d1b8c making example compile see #170 Shane Grant 2015-02-12 12:00:34 -08:00
  • 98e18dc33d Doc updates for boost see #170 Shane Grant 2015-02-12 11:59:09 -08:00
  • 9c9ca54829 doxygen comment fix Shane Grant 2015-02-12 11:52:35 -08:00
  • 81ec2714ea Merge branch 'develop' see #166 v1.1.0 Shane Grant 2015-02-04 10:41:22 -08:00
  • c6b899ef1f Add getNodeName API see #166, #66 Shane Grant 2015-02-04 10:40:59 -08:00
  • 50bb286b78 Merge branch 'develop' re issue #165 Shane Grant 2015-02-04 10:19:14 -08:00
  • d99beeb6d8 Merge branch 'jhol-fix-dynamic-init' into develop Shane Grant 2015-02-04 10:17:40 -08:00
  • 93e075f008 Fixed parameter naming in CEREAL_REGISTER_DYNAMIC_INIT and CEREAL_FORCE_DYNAMIC_INIT Joel Holdsworth 2015-02-04 16:24:06 +00:00
  • f9f7ac0943 Remove boost include and unused sandbox Shane Grant 2015-01-23 11:47:04 -08:00
  • 27a73ceaf7 Merge branch 'gh-pages-develop' into gh-pages for 1.1 release Shane Grant 2015-01-19 13:02:20 -08:00
  • 247c59bef2 add new release to downloads Shane Grant 2015-01-19 13:01:50 -08:00
  • a5634de53e Merge branch 'develop' for 1.1 Shane Grant 2015-01-19 12:48:29 -08:00
  • 44a4420eda update message for 1.1 Shane Grant 2015-01-19 12:47:05 -08:00
  • 251ba3642f Update documentation for poly and renaming in prep for 1.1 Relates #160 Shane Grant 2015-01-19 12:41:51 -08:00
  • 9fea78f2aa update doxygen for 1.1 Shane Grant 2015-01-19 12:23:26 -08:00
  • 72cefb0a9f Update doc for 1.1 Shane Grant 2015-01-19 12:22:39 -08:00
  • 8dd9fe6836 Update coverage for 1.1 Shane Grant 2015-01-19 12:22:09 -08:00
  • af9454b2e8 fix update scripts to apply to develop Shane Grant 2015-01-19 12:09:28 -08:00
  • 7e491356e3 doxygen comment fix Shane Grant 2015-01-18 15:33:30 -08:00
  • c9fa441d7d Tidy up error messages Shane Grant 2015-01-18 15:28:54 -08:00
  • 4cd441e3a6 Update error messages for #160 Shane Grant 2015-01-18 14:53:20 -08:00
  • 3c330b7507 Doxygen updates and some renaming re #160 Shane Grant 2015-01-18 14:50:40 -08:00
  • 994aceeec0 Poly types no longer fail to compile if an already included archive is not compatible with the type. Shane Grant 2015-01-18 01:13:43 -08:00
  • b524b60ddf base_class behaves properly with minimal serialization Shane Grant 2015-01-17 13:53:42 -08:00
  • 1e4398c5b2 adding missing cmake file Shane Grant 2015-01-17 11:40:15 -08:00
  • 6e41ed80b8 Merge branch 'issues_113_137' into develop Shane Grant 2015-01-17 00:45:25 -08:00