Commit Graph

  • a56bad8bbb
    Fix std::array<T,0> (#848) master PeizeLin 2025-01-20 13:00:41 +08:00
  • b4703c47ec Bump XCode versions sjrdc 2024-12-10 11:27:16 +01:00
  • 2c647d87d4 fix building tests when char is unsigned psykose 2024-06-23 08:21:42 +02:00
  • f7deca361c More robust __cplusplus check Diego Mateos 2024-02-29 17:12:33 +01:00
  • cb6c6ac1f0 create pkgconfig file during build Douglas Scofield 2024-11-22 17:17:07 +01:00
  • 864c2fc370 Merge branch 'sjrdc-master' Shane Grant 2024-12-22 12:24:11 -08:00
  • 66d74f8cb9 Fix linux CI #846 sjrdc 2024-12-04 14:53:48 +01:00
  • d1fcec807b Fix some typos (spelling) Lukas Hübner 2023-06-13 15:07:08 +02:00
  • f3e31f32f7 sandbox: Do not use int8_t in std::uniform_int_distribution Khem Raj 2022-09-01 15:54:13 -07:00
  • 83b6fa06a0 Add ARCH_INDEPENDENT flag in CMakeLists.txt astralaster 2022-07-12 10:47:56 +02:00
  • b2d68c522b auto enable SKIP_PORTABILITY_TEST Alex Fan 2023-03-24 16:47:50 +11:00
  • ddd4672447 Remove extra ; after member function definition Jan Niklas Hasse 2022-03-27 17:23:53 +02:00
  • 5b37553aa9 ST renamed to AlignedStorage Luca Ciucci 2022-02-28 22:16:22 +01:00
  • 343473b752 Update .gitignore Luca Ciucci 2022-02-28 18:53:30 +01:00
  • 45e40375b6
    Fix long long json serialization (#728) CHP 2022-03-14 21:29:42 +01:00
  • bf9fc8231e Update doc for 132 gh-pages Shane Grant 2022-02-27 19:46:46 -08:00
  • ebef1e9298 Correct patch version for 1.3.2 v1.3.2 Shane Grant 2022-02-27 19:19:24 -08:00
  • 6e1c66a94c Add CMake options for building doc and sandbox Shane Grant 2022-02-27 19:36:02 -08:00
  • 39d202053d Make doxygen docs reproducible Michael R. Crusoe 2022-01-17 09:20:28 +01:00
  • 1de8fe8947 Update version to 1.3.1 v1.3.1 Shane Grant 2022-01-16 21:54:56 -08:00
  • 9b4cc9e3c4 Update links to 1.3.1 Shane Grant 2022-01-16 21:54:29 -08:00
  • a1c6ac45fc Update documentation for latest release Shane Grant 2022-01-16 21:28:23 -08:00
  • 402d48995b Update doxygen for future release Shane Grant 2022-01-16 21:11:13 -08:00
  • 6d47e04897 Update coverage for next release Shane Grant 2022-01-16 21:05:22 -08:00
  • 107f8c2aa9 Use GNUInstallDirs instead of hard wiring install directories Anton Blanchard 2021-08-17 09:32:43 +10:00
  • ca9aeaab27 Update doctest to 2.4.7, update CI, add badges Shane Grant 2022-01-09 17:22:16 -08:00
  • 8291f44e05 Update license to match BSD template Shane Grant 2022-01-09 16:59:36 -08:00
  • de953044b0 Fixed loading of std::vector<bool> Darred 2021-12-17 15:47:56 +02:00
  • 408a351ce0 Update appveyor to build with MSVC 2022 and fix boost Shane Grant 2021-11-27 22:24:55 -08:00
  • 90ea8a98c5 Update doctest to 2.4.6 dev + local fixes slated for upstream Shane Grant 2021-09-20 18:24:40 -07:00
  • 2c5e1b792f Add github actions workflow Isuru Fernando 2021-11-11 12:50:53 -06:00
  • af0700efb2 Fix itsNextName not clearing when not found Gary Heckman 2021-07-20 15:16:46 -04:00
  • f8338dbb73 Use std::optional::emplace() when loading to construct and load the contained value directly in place logan 2021-06-10 09:42:24 -07:00
  • 0bbbb142f9 Use std::variant::emplace when loading logan 2021-06-10 11:15:00 -07:00
  • 46a4a91007 C++17: use inline globals for StaticObjects Shane Peelar 2020-10-19 22:31:44 -04:00
  • e735cc8bc1 Catch short documents in JSON input John Keeping 2021-02-01 16:14:22 +00:00
  • 6d1c2885f2
    Update README.md Shane Grant 2021-05-05 15:22:35 -07:00
  • 64f50dbd5c add license files for components of cereal Adam Miartus 2021-02-01 16:15:01 +01:00
  • f27c12d491
    Store a copy of each serialized shared_ptr within the archive to prevent the shared_ptr to be freed to early. (#667) Michael Walz 2021-02-02 00:50:29 +01:00
  • 48fda3f0a6
    cleanup cmake files to be a little more moderen (#659) Claus Klein 2020-11-17 21:50:06 +01:00
  • 562321c354
    Fixes to prevent clang-diagnostic errors (#643) John Alexander 2020-10-28 16:43:22 +00:00
  • b5e17a9159
    Fix rapidjson for Clang 10 (#645) groscoe2 2020-10-28 11:42:33 -05:00
  • 3e4d1b84ca
    [cpp20] explicitly capture 'this' as copy (#640) Łukasz Gemborowski 2020-04-23 18:43:10 +02:00
  • 10d9a29c22
    Fix json.hpp compilation issue when int32_t is a long (#621) Bernard Blackham 2020-04-23 07:36:07 +10:00
  • dcac82c165
    fix typo (#622) Julian Rüth 2020-03-03 08:15:42 +01:00
  • aa6ebe7d08
    pointers: add missing closing bracket in example code (#623) Oliver Gerlich 2020-03-03 08:15:19 +01:00
  • a5a3095312
    Add MSVC 2019 to build, default ctor for static object (#593) Shane Grant 2019-12-29 11:07:53 -08:00
  • 075c44feef
    Merge pull request #597 from tankorsmash/patch-1 Shane Grant 2019-11-17 17:55:43 -08:00
  • 8bd726281f
    Fix typo in docs TankorSmash 2019-11-12 16:29:18 -05:00
  • 10629ee290
    Merge pull request #584 from AzothAmmo/gh-pages Shane Grant 2019-10-24 21:46:48 -07:00
  • 3fd9a44ee1 Update links to zip and targz Shane Grant 2019-10-24 21:46:14 -07:00
  • e57afc0b21 CI Badges Shane Grant 2019-10-24 21:40:56 -07:00
  • 02eace19a9 Badges for travis and appveyor v1.3.0 Shane Grant 2019-10-24 21:38:52 -07:00
  • 37b4567934 Merge branch 'develop' for release 1.3.0 Shane Grant 2019-10-24 21:35:23 -07:00
  • 021e5da2fe Update version to 1.3.0 develop Shane Grant 2019-10-24 21:20:51 -07:00
  • 49fbbed8e2 Merge branch 'update_rapidjson' into develop see #579 Shane Grant 2019-10-23 22:15:16 -07:00
  • 1bce4362db Add option to disable performance test build Shane Grant 2019-10-23 22:04:42 -07:00
  • 797239531b Remove vs2013 directory in favor of using cmake Shane Grant 2019-10-23 19:20:51 -07:00
  • 0db8d115bf Documentation updates Shane Grant 2019-10-22 21:38:20 -07:00
  • 4b466f4f80 clang warning updates for sandbox code Shane Grant 2019-10-22 21:05:26 -07:00
  • aafd7702bd Remove diagnostic ignore in favor of fallthrough comments Shane Grant 2019-10-22 19:55:12 -07:00
  • fedddc5a1b Correctly use export while forcing dynamic init see #523 Shane Grant 2019-10-20 21:57:05 -07:00
  • 6c7c93edfa Doctest support for g++4.7 Shane Grant 2019-10-20 21:28:10 -07:00
  • 7fcfa29353 MSVC variant support Shane Grant 2019-10-20 19:24:14 -07:00
  • 6ccd33fe37 Noexcept workaround for doctest for MSVC Shane Grant 2019-10-20 17:38:54 -07:00
  • 33224f4660 MSVC support for doctest, boost variant serialization Shane Grant 2019-10-20 17:17:42 -07:00
  • 62034cbe26 Improve documentation for base_class with polymorphism relates #441 Shane Grant 2019-10-16 22:52:02 -07:00
  • 8195d35fbc Improve documentation of deferment relates #185 Shane Grant 2019-10-16 22:46:12 -07:00
  • f64864fa74 Prepare for removal of gh-pages-develop branch Shane Grant 2019-10-12 19:41:34 -07:00
  • 946b568bf7 Update doctest to 2.3.5 Shane Grant 2019-07-23 23:19:30 -07:00
  • 0399962807 Update rapidjson to d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5 Shane Grant 2019-07-23 22:40:35 -07:00
  • e50424c9fa Update travis ci Shane Grant 2019-10-22 23:28:40 -07:00
  • 341d95ad9b defer doc update Shane Grant 2019-10-22 21:37:45 -07:00
  • 3503aa0cc8 defer documentation Shane Grant 2019-10-22 21:34:06 -07:00
  • b27cbd3239 Update coverage Shane Grant 2019-10-22 20:09:44 -07:00
  • 559eb41469 Doxygen updates Shane Grant 2019-10-22 19:57:02 -07:00
  • bd766fe0bd
    Merge pull request #587 from stashlukj/patch-1 Shane Grant 2019-10-22 19:51:14 -07:00
  • 3452ab4244
    Add fall through comments to json.hpp Jeremy Stashluk 2019-10-22 16:22:19 -04:00
  • b37ff23566 Merge branch 'h-2-remove_const_check' into develop See #565 Shane Grant 2019-10-20 21:48:00 -07:00
  • d5f531fd5c Merge branch 'remove_const_check' of https://github.com/h-2/cereal into h-2-remove_const_check Shane Grant 2019-10-20 21:38:31 -07:00
  • df16f32fa7 Merge branch 'Vol-Alex-master' into develop see #509 Shane Grant 2019-10-19 22:21:09 -07:00
  • 36ab0c1f89 Add possibility to serialize of boost::variant with non default constructible types. Vol-Alex 2018-07-03 14:48:21 +03:00
  • fe17e403d7 Update documentation for specialize relates # 480 Shane Grant 2019-10-16 23:27:22 -07:00
  • 9215e90862 Doc update Shane Grant 2019-10-16 23:21:57 -07:00
  • e9170c3630 wip specialize Shane Grant 2019-10-16 23:20:33 -07:00
  • cfbb7b0f25
    Merge pull request #480 from WSoptics/split_specialize Shane Grant 2019-10-16 23:19:41 -07:00
  • 759c3c6cbc Improve doc for polymorphism and base_class relates # 441 Shane Grant 2019-10-16 23:11:05 -07:00
  • b50b329ccc Update doc for CXX17 Shane Grant 2019-10-12 20:46:21 -07:00
  • 7b29174764 Update coverage Shane Grant 2019-10-12 20:08:05 -07:00
  • 6d20877f7e Update documentation for release Shane Grant 2019-10-12 19:02:10 -07:00
  • 182876d4a3
    Merge pull request #569 from AzothAmmo/travis_fixes Shane Grant 2019-05-13 23:45:11 -07:00
  • afe6ab9883 Update Travis CI Shane Grant 2019-05-09 21:59:14 -07:00
  • 8475382ad5
    Merge pull request #568 from AzothAmmo/appveyor_fixes Shane Grant 2019-05-08 21:36:07 -07:00
  • d16feb9de8 Appveyor updates + boost testing fixes Shane Grant 2019-05-07 22:27:17 -07:00
  • 96b34c2e71 remove const check from load_minimal Hannes Hauswedell 2019-05-02 17:14:07 +02:00
  • 319ce5f5ee
    Merge pull request #520 from uentity/fix-dll-export Shane Grant 2018-10-04 17:44:00 -07:00
  • 9ccfaa0bea
    Merge pull request #515 from gouletr/fix/unused-private-member-warning Shane Grant 2018-10-04 17:19:33 -07:00
  • 3d5d20d1d8 Fix warning unused private member itsValueItEnd Robert Goulet 2018-08-06 13:13:14 -04:00
  • 78b88cc314 Fix CEREAL_DLL_EXPORT for gcc/clang uentity 2018-06-27 16:57:49 +05:00
  • b883b47a65
    Merge pull request #502 from WSoptics/monostate Shane Grant 2018-06-10 18:49:09 -07:00