Commit Graph

  • 68f56eed92 Remove undefined behavior, see #390 Shane Grant 2017-04-10 11:22:38 -07:00
  • 4565b3b549 Merge branch 'gh-pages-develop' into gh-pages Shane Grant 2017-04-10 11:02:41 -07:00
  • 13e2cb1698 Fix white space NVP issue, see mailing list Shane Grant 2017-04-10 11:02:15 -07:00
  • 676d329d81 adventures in microoptimization #354 Shane Grant 2017-02-22 14:43:31 -08:00
  • 546fd9b896 tinkering on #354 Shane Grant 2017-02-19 16:25:32 -08:00
  • 8b8f5814e2 Fix macro for double comparison in unit test relates #338 Shane Grant 2017-02-15 13:39:42 -08:00
  • 408438bc2b Merge branch 'gh-pages-develop' into gh-pages for 1.2.2 Shane Grant 2017-02-12 14:20:48 -08:00
  • 51cbda5f30 Merge branch 'develop' for release 1.2.2 v1.2.2 Shane Grant 2017-02-12 14:06:58 -08:00
  • 9bf3bca994 update coverage Shane Grant 2017-02-12 13:58:48 -08:00
  • b3d4bc93fa new dox files apparently Shane Grant 2017-02-12 13:47:01 -08:00
  • e38d6fecc1 fix update doc script Shane Grant 2017-02-12 13:46:25 -08:00
  • daa8b81850 update doxygen for 1.2.2 Shane Grant 2017-02-12 13:45:54 -08:00
  • 0f2f2c9af2 add citation example Shane Grant 2017-02-12 11:33:59 -08:00
  • d192ddba70 modify links for 1.2.2 Shane Grant 2017-02-12 11:30:00 -08:00
  • 519f713dbf add appveyor link Shane Grant 2017-02-12 11:29:21 -08:00
  • 70c4420632 Update README.md Shane Grant 2017-02-12 00:25:30 -08:00
  • 2590f219a2 Properly use multimap for lookup in poly casting relates #356, still need final testing on MSVC Shane Grant 2017-02-11 23:47:00 -08:00
  • a91737466f size_type now specified by macro CEREAL_SIZE_TYPE resolves #379 Shane Grant 2017-02-08 10:47:02 -08:00
  • ee17db59c8 Merge branch 'develop' of github.com:USCiLab/cereal into develop Shane Grant 2017-02-06 22:51:29 -08:00
  • b827b955f9 Fixes need for special MSVC case, see #373 Shane Grant 2017-02-06 22:50:56 -08:00
  • f577fc4ce4 Turn on warnings as errors for MSVC, warning level to 3 Can't do level 4 warnings yet - need to make an upstream change to doctest Shane Grant 2017-02-05 22:13:08 -08:00
  • fb6606dbb8 Do not build coverage or valgrind for MSVC Shane Grant 2017-02-05 18:13:37 -08:00
  • a2d5a15b67 Merge branch 'tusharpm-develop' into develop Shane Grant 2017-01-27 10:29:51 -08:00
  • e4d543d0b4 Fix merge issues Tushar Maheshwari 2017-01-26 16:53:47 +05:30
  • 2261feea2f Pull requests to not increment build numbers Tushar Maheshwari 2016-12-18 17:32:04 +05:30
  • 4ff4db8532 boost new version Tushar Maheshwari 2016-12-11 20:03:02 +05:30
  • 655696ad81 AppVeyor integration Tushar Maheshwari 2016-12-11 15:42:00 +05:30
  • df44243bad Enable cross-platform portability test Tushar Maheshwari 2016-12-11 01:01:10 +05:30
  • 0a908bc8c8 Make tests pass with Windows Tushar Maheshwari 2016-12-10 17:27:28 +05:30
  • 4a92e2930e no longer need boost test in travis Shane Grant 2017-01-25 11:04:24 -08:00
  • a8e99636f5 Merge branch 'develop_doctest' into develop Shane Grant 2017-01-25 10:56:38 -08:00
  • 75e50ee1e6 remove old code from sandbox relates #363 Shane Grant 2016-11-28 13:48:46 -08:00
  • 507f97d3ad add -Wold-style-casts see #363 Shane Grant 2016-11-28 11:53:56 -08:00
  • f69ad7cd9e tab to space Shane Grant 2016-11-28 11:50:23 -08:00
  • d21b0c0ab6 Merge branch 'laudrup-master' into develop see #363 Shane Grant 2016-11-28 11:47:53 -08:00
  • e63f08f4d7 minor adjustments to casts, see comments on #363 Shane Grant 2016-11-28 11:47:24 -08:00
  • 29829c167e Merge branch 'FlexCoreLib-doxygen_access_from_extern' into develop Shane Grant 2016-11-28 10:41:27 -08:00
  • ad927466b5 comment out obsolete doxygen Shane Grant 2016-11-28 10:41:02 -08:00
  • 9978e0c03f Merge pull request #366 from headupinclouds/pr.is_loading.is_saving Shane Grant 2016-11-28 10:37:17 -08:00
  • 1edc5c6f6d Merge pull request #367 from tusharpm/develop Shane Grant 2016-11-28 10:35:24 -08:00
  • 6086234740 Travis configuration updates - Switch to trusty container-based infrastructure for linux systems - Add a job to test with clang compiler (skips portability test) - Add a job to test on macOS with Xcode8 Tushar Maheshwari 2016-11-27 13:57:26 +05:30
  • 6e717666f3 Remove spurious character David Hirvonen 2016-11-26 12:31:56 -05:00
  • 2e96b9915e Add is_loading and is_saving values to cereal::{Input,Output}Archive David Hirvonen 2016-11-25 16:02:00 -05:00
  • 9376ca6055 Don't use C style casts Kasper Laudrup 2016-11-23 01:34:53 +01:00
  • 72d79364c9 catch empty json, relates #359 Shane Grant 2016-11-11 13:45:27 -08:00
  • 1d67d44024 Removed boost_test as a requirement -Now build 32 bit unit tests if portability testing is enabled -No more boost+clang issues over std::string abi see #139, #123 Shane Grant 2016-11-04 16:07:00 -07:00
  • 66528b68be last? conversions for #139 Shane Grant 2016-11-04 15:51:57 -07:00
  • 978b3b56b4 typo fix in comment #139 Shane Grant 2016-11-04 12:11:51 -07:00
  • 13ae5609df more #139 Shane Grant 2016-11-04 12:10:24 -07:00
  • 07818f4527 more #139 Shane Grant 2016-11-04 12:00:16 -07:00
  • b5e500d3b2 more #139 Shane Grant 2016-11-02 16:32:35 -07:00
  • a6e59d7e06 more for #139 Shane Grant 2016-11-02 13:38:33 -07:00
  • cd46374df8 more converted for #139 Shane Grant 2016-11-02 12:20:22 -07:00
  • 38e15480c0 headers #139 Shane Grant 2016-11-01 11:59:40 -07:00
  • 15c73394a9 more conversions #139 Shane Grant 2016-11-01 11:59:02 -07:00
  • 928cd36335 more conversions to CHECK_EQ see #139 Shane Grant 2016-11-01 11:41:28 -07:00
  • 0a262ece48 More tests split, switch to CHECk_EQ over CHECK see #139 Shane Grant 2016-11-01 11:36:22 -07:00
  • 671999e4ea Initial progress on removing boost test and moving to doctest to better support modules Shane Grant 2016-10-28 14:28:37 -07:00
  • 195c0bf229 Merge pull request #355 from drivehappy/develop Shane Grant 2016-10-28 11:30:48 -07:00
  • 34bb0d9494 Clear all bits first before deserializing, this should be faster than individually clearing them. drivehappy 2016-10-28 11:19:15 -07:00
  • e597e03f8a Fix bitset loading when bits are already set. drivehappy 2016-10-28 10:44:39 -07:00
  • d27cc338d2 g++47 support fix #354 Shane Grant 2016-10-27 13:20:23 -07:00
  • 74030ce9e2 Removing debug from prev commit for new polymorphic chaining Shane Grant 2016-10-27 12:21:48 -07:00
  • bf0f9aee1c New implementation for polymorphic chaining Shane Grant 2016-10-27 12:18:35 -07:00
  • fc57d93847 Merge branch 'auric-patch-1' into develop see #345 Shane Grant 2016-10-12 11:00:31 -07:00
  • 8c1517d1b0 Merge branch 'patch-1' of https://github.com/auric/cereal into auric-patch-1 Shane Grant 2016-10-12 10:57:19 -07:00
  • 96deb7e9d3 Update static_object.hpp Igor 2016-10-12 10:47:33 +03:00
  • 74e0b1b698 Update static_object.hpp Igor 2016-10-12 10:47:01 +03:00
  • 500e7a0188 Update static_object.hpp Igor 2016-10-12 10:45:37 +03:00
  • e715149f4d Update static_object.hpp Igor 2016-10-12 10:35:38 +03:00
  • f4ae56a19b Merge branch 'dlardi-register-chainable-relations-fix' into develop see #335 Shane Grant 2016-10-11 14:58:09 -07:00
  • 383cea57eb Realized that the multimap was to catch multiple paths within a single iteration. Instead of using a multimap, we really just want the shortest path found per iteration. Went back to a map, if a shorter path is found before we commit the changes, stage the shorter one instead. Shane Grant 2016-10-11 14:57:19 -07:00
  • e080c31867 Merge branch 'register-chainable-relations-fix' of https://github.com/dlardi/cereal into dlardi-register-chainable-relations-fix Shane Grant 2016-10-11 11:55:27 -07:00
  • 3541f6588c Merge branch 'junghans-Werror' into develop see #337 Shane Grant 2016-10-11 11:51:07 -07:00
  • c51095f9d3 Reverse from default negation to avoid potential confusion relates #337 Shane Grant 2016-10-11 11:50:28 -07:00
  • 4854ed5380 Merge branch 'kklouzal-develop' into develop see #347, #346 Shane Grant 2016-10-11 11:44:25 -07:00
  • 80c518bcfc Merge branch 'develop' of https://github.com/kklouzal/cereal into kklouzal-develop Shane Grant 2016-10-11 11:36:41 -07:00
  • f414a41a76 Merge branch 'erichkeane-fix_check' into develop relates #342 Shane Grant 2016-10-09 21:38:36 -07:00
  • c7b33a5a9c Add polymorphic dtor for all tests in polymorphic see #349 Shane Grant 2016-10-09 21:34:44 -07:00
  • c99294ea91 Merge branch 'Enhex-patch-1' into develop see #351 Shane Grant 2016-10-09 21:15:29 -07:00
  • e694a6311a Replaced hardcoded rapidsjon namespacing with CEREAL_RAPIDJSON_NAMESPACE Enhex 2016-10-08 22:58:31 +03:00
  • a06680868e Add cereal.doxytags as tagfile to allow external projects to link to cereal documentation. Caspar Kielwein 2016-10-02 16:09:04 +02:00
  • 3fb59dbe6c Build doxygen documentation with separate CMakeLists. Caspar Kielwein 2016-10-02 15:53:28 +02:00
  • 3d5a77d2c3 Fixed Internal Cereal Includes KKlouzal 2016-09-20 23:29:05 -07:00
  • adea360c7a Use statics initialization on demand fixed #331 Igor 2016-09-16 20:18:49 +03:00
  • b8d9acc502 cmake: allow dropping -Werror from c++ flags Christoph Junghans 2016-08-31 15:06:17 -06:00
  • b9c424e06a Avoid accidentally using the "check" macro on OSX Erich Keane 2016-09-07 11:55:28 -07:00
  • c83a7f99e6 'auto const &' used for range-based loops dlardi 2016-09-01 18:41:15 +03:00
  • cd37b64b78 Iterative searching of chainable relations added dlardi 2016-08-30 15:12:37 +03:00
  • 729009f32f Merge branch 'gh-pages' into gh-pages-develop Shane Grant 2016-08-25 16:37:51 -07:00
  • aa2d07a7e9 Merge pull request #336 from winduptoy/patch-1 Shane Grant 2016-08-25 16:37:10 -07:00
  • 8f43b3e665 Update polymorphism.markdown Matt Reyer 2016-08-25 17:33:47 -04:00
  • d16f88da40 Register of chainable relations fix dlardi 2016-08-25 16:12:41 +03:00
  • 96ce0bb870 Merge branch 'gh-pages-develop' into gh-pages see #334 Shane Grant 2016-08-24 11:07:05 -07:00
  • 10599cc320 update doc for load_and_construct versioning Shane Grant 2016-08-24 11:06:46 -07:00
  • 2fa325c3ae Merge branch 'gh-pages-develop' into gh-pages Shane Grant 2016-08-10 11:57:33 -07:00
  • 43959b2531 update version links Shane Grant 2016-08-10 11:57:16 -07:00
  • 393168bdc8 Merge branch 'gh-pages-develop' into gh-pages for 1.2.1 Shane Grant 2016-08-10 11:55:25 -07:00
  • bd839ccb47 Merge branch 'develop' for 1.2.1 v1.2.1 Shane Grant 2016-08-10 11:50:19 -07:00
  • 15e0d75a01 update doxygen and doc for 1.2.1 Shane Grant 2016-08-10 11:49:27 -07:00