Commit Graph

  • 325e8ab8ab 🔧 explicitly switch on tests in CI Niels Lohmann 2020-05-27 13:22:14 +02:00
  • 23051df2c7 Cast character to unsigned for comparison Tobias Kux 2020-05-27 13:15:31 +02:00
  • ed5c28d00c 👥 update contributor list Niels Lohmann 2020-05-27 13:07:24 +02:00
  • d70d06ae41 Merge pull request #2137 from dota17/MSC_VER Niels Lohmann 2020-05-27 08:49:19 +02:00
  • e3d9b3d755 📝 add documentation of parser callbacks Niels Lohmann 2020-05-26 14:16:13 +02:00
  • ace594da6a Merge branches 'develop' and 'mkdocs' of https://github.com/nlohmann/json into mkdocs Niels Lohmann 2020-05-26 13:17:55 +02:00
  • 3c60a66c4c Merge pull request #2104 from dota17/issue#2086 Niels Lohmann 2020-05-26 13:15:06 +02:00
  • 27fe50dc92 📝 add example for contains #2133 Niels Lohmann 2020-05-26 12:46:04 +02:00
  • 25aab7ee41 Merge pull request #2136 from aokellermann/CircleCI_GCC_BleedingEdge Niels Lohmann 2020-05-26 12:39:42 +02:00
  • eb50fbf926 fix issue 2112 chenguoping 2020-05-26 16:43:16 +08:00
  • 49000cd77d Update documentation to reflect addition of Arch Linux CI testing. Antony Kellermann 2020-05-25 20:46:39 -04:00
  • 5a72cfa0c3 Add base and base-devel to list of arch linux programs to install. Antony Kellermann 2020-05-25 20:43:15 -04:00
  • 1d57ddd2d4 Add -y flag to pacman to sync repos. Antony Kellermann 2020-05-25 20:24:54 -04:00
  • 41a84b1202 Add workflows for CircleCI so that build_stable and build_bleeding_edge jobs can run concurrently. Antony Kellermann 2020-05-25 20:17:02 -04:00
  • eff2f51071 Add build_bleeding_edge job to CircleCI, mimicking the original job except using the latest Arch Linux docker image. Antony Kellermann 2020-05-25 20:14:49 -04:00
  • bf4a090075 Rename build job to build_stable to be more descriptive. Antony Kellermann 2020-05-25 20:12:54 -04:00
  • 413df0fd88 📝 add more content to iterator page Niels Lohmann 2020-05-25 14:03:11 +02:00
  • 95a3c76643 📝 make examples collapsible Niels Lohmann 2020-05-24 22:45:38 +02:00
  • ddf92606ab 📝 add PlantUML Niels Lohmann 2020-05-24 21:05:35 +02:00
  • 3400af21cd 📝 add release page Niels Lohmann 2020-05-24 13:40:43 +02:00
  • a8f0cd15df 📝 add mkdocs Niels Lohmann 2020-05-24 13:03:04 +02:00
  • c92a696852 📝 update documentation Niels Lohmann 2020-05-22 18:21:37 +02:00
  • 88292d9499 🚨 remove redundant assertions Niels Lohmann 2020-05-22 14:19:07 +02:00
  • 225fa58f16 🚧 add fix from #1715 Niels Lohmann 2020-05-20 22:20:40 +02:00
  • b61d563ebe Merge branches 'develop' and 'feature/optional' of https://github.com/nlohmann/json into feature/optional Niels Lohmann 2020-05-20 19:00:49 +02:00
  • a82c80e9af Merge pull request #2125 from nlohmann/binary_type Niels Lohmann 2020-05-20 18:58:29 +02:00
  • ae29456b3f 🚸 overwork report templates Niels Lohmann 2020-05-20 18:57:21 +02:00
  • a861bdb81f Merge pull request #2121 from gistrec/fix_compilation_error_msvc Niels Lohmann 2020-05-19 13:55:37 +02:00
  • 4d39644bd0 💚 fix build Niels Lohmann 2020-05-19 13:45:52 +02:00
  • 21b1680ea1 🚚 rename binary_array() to binary() Niels Lohmann 2020-05-19 13:30:22 +02:00
  • 86b053e916 Merge branches 'binary_type' and 'develop' of https://github.com/nlohmann/json into binary_type Niels Lohmann 2020-05-19 13:10:35 +02:00
  • 952a87a4f4 🚚 move byte container outside detail namespace Niels Lohmann 2020-05-19 13:08:18 +02:00
  • 79347b484b improve test coverage Niels Lohmann 2020-05-19 12:40:32 +02:00
  • 5cfa8a586e 👷 run workflows on pull requests Niels Lohmann 2020-05-18 14:01:54 +02:00
  • b7ff40029a 💥 change serialization of binary values Niels Lohmann 2020-05-18 13:53:20 +02:00
  • 9eb19bcc27 add more tests for binary type Niels Lohmann 2020-05-18 12:33:26 +02:00
  • 9e765f5aed Fixed std::numeric_limit::max() call gistrec 2020-05-18 10:25:38 +00:00
  • 3f0cf26f7a changes to the single header were applied gistrec 2020-05-18 10:17:45 +00:00
  • 454480f581 fixed a compilation error in MSVC gistrec 2020-05-18 14:57:04 +07:00
  • 5dec7166ea Merge branches 'binary_type' and 'develop' of https://github.com/nlohmann/json into binary_type Niels Lohmann 2020-05-18 09:13:22 +02:00
  • 16d78a82e0 👷 add link to GitHub workflows Niels Lohmann 2020-05-18 09:12:18 +02:00
  • c237aa3a68 Merge pull request #2119 from nlohmann/release_cleanup Niels Lohmann 2020-05-18 09:07:36 +02:00
  • 904642f261 ♻️ rename internal_binary_t with binary_t Niels Lohmann 2020-05-17 22:50:27 +02:00
  • 1ce8a5be87 Merge branch 'develop' of https://github.com/nlohmann/json into release_cleanup Niels Lohmann 2020-05-17 14:11:49 +02:00
  • f25bf312fc 🏁 include right <optional> header Niels Lohmann 2020-05-17 13:58:09 +02:00
  • dead99eb0e 🔨 overwork binary subtypes Niels Lohmann 2020-05-17 13:51:59 +02:00
  • ab6e76dd05 Merge branches 'binary_type' and 'develop' of https://github.com/nlohmann/json into binary_type Niels Lohmann 2020-05-17 12:27:58 +02:00
  • 3799b3f8dd Merge pull request #2116 from nlohmann/issue2113 Niels Lohmann 2020-05-17 12:19:06 +02:00
  • 6154d50a9f Merge pull request #2115 from nlohmann/issue2089 Niels Lohmann 2020-05-17 12:17:17 +02:00
  • 007c6c4bc5 update tests Niels Lohmann 2020-05-16 19:37:18 +02:00
  • 71c80ccfd8 Merge branches 'develop' and 'feature/optional' of https://github.com/nlohmann/json into feature/optional Niels Lohmann 2020-05-16 19:31:59 +02:00
  • 28e20bd9e4 🚨 fix warnings #2113 Niels Lohmann 2020-05-16 14:26:17 +02:00
  • ad32f576bd Merge branch 'develop' of https://github.com/nlohmann/json into release_cleanup Niels Lohmann 2020-05-16 13:22:23 +02:00
  • c0cf67ead3 Merge branch 'develop' of https://github.com/nlohmann/json into binary_type Niels Lohmann 2020-05-16 12:58:13 +02:00
  • f40a9f876a Merge pull request #2044 from dota17/issue#1719 Niels Lohmann 2020-05-16 12:57:00 +02:00
  • 3ed059f6ff revert faulty changes Niels Lohmann 2020-05-16 12:56:18 +02:00
  • bc1886fb60 ♻️ refine interface of wrapped_binary_t Niels Lohmann 2020-05-15 23:21:49 +02:00
  • a452e8a0a1 💚 fix GCC 4.9 compilation Niels Lohmann 2020-05-15 22:38:18 +02:00
  • ed9c205b5d add somes test cases chenguoping 2020-05-15 21:48:29 +08:00
  • 5dd27f1a9f compare against max float and min float before converting chenguoping 2020-05-15 21:47:59 +08:00
  • daf2d296dd ♻️ move wrapped binary type to separate file Niels Lohmann 2020-05-15 14:12:32 +02:00
  • 779a0ec7df update chenguoping 2020-05-15 17:35:43 +08:00
  • bcf4f3ce9a 📝 add warning for items() on temporary objects #2040 Niels Lohmann 2020-05-14 19:06:48 +02:00
  • fc267af909 📝 update CI list Niels Lohmann 2020-05-14 17:53:00 +02:00
  • e175150f5b fix UBSAN chenguoping 2020-05-14 20:54:47 +08:00
  • f4cc729054 🔊 add compiler version output Niels Lohmann 2020-05-14 13:37:59 +02:00
  • e91236e6d3 🔊 add compiler version output Niels Lohmann 2020-05-14 13:33:10 +02:00
  • 8f5b5c7469 use json_test_data version 2.0.0 chenguoping 2020-05-13 20:31:33 +08:00
  • 47c6570470 Add some test cases about to_cbor() chenguoping 2020-05-13 20:30:49 +08:00
  • 44fe284f9d Enhace to_cbor() to support +/-Infinity, NaN, and single-precision float chenguoping 2020-05-13 20:29:10 +08:00
  • c4c23f34c5 Merge branch 'develop' of https://github.com/nlohmann/json into release_cleanup Niels Lohmann 2020-05-14 07:55:09 +02:00
  • 33ae93beed 📝 update CI list Niels Lohmann 2020-05-14 07:55:01 +02:00
  • 0857140839 Merge pull request #1950 from FrancoisChabot/issues/1457 Niels Lohmann 2020-05-14 07:52:02 +02:00
  • cdf5327ace Fix issue#2086 chenguoping 2020-05-14 12:44:30 +08:00
  • d7b032f565 add tests to improve coverage Niels Lohmann 2020-05-13 21:28:43 +02:00
  • ec68bb3387 📝 update CI list Niels Lohmann 2020-05-13 20:18:56 +02:00
  • f6f350a5c7 🔊 add operating system output Niels Lohmann 2020-05-13 14:25:51 +02:00
  • a4266bbb7d Merge branch 'develop' into issues/1457 Niels Lohmann 2020-05-13 12:48:46 +02:00
  • 855d25a76c Merge branches 'develop' and 'release_cleanup' of https://github.com/nlohmann/json into release_cleanup Niels Lohmann 2020-05-13 12:41:22 +02:00
  • a414e35971 🚨 add newline to end of file Niels Lohmann 2020-05-13 12:35:11 +02:00
  • def8aeb141 Merge branches 'develop' and 'release_cleanup' of https://github.com/nlohmann/json into release_cleanup Niels Lohmann 2020-05-13 07:57:03 +02:00
  • 9265ca7a08 Merge pull request #2099 from nlohmann/issue2082 Niels Lohmann 2020-05-13 07:56:11 +02:00
  • 6778ad8b0a 📝 update year Niels Lohmann 2020-05-12 22:26:55 +02:00
  • 7dbe5cf904 📝 update badges Niels Lohmann 2020-05-12 21:43:33 +02:00
  • 94115a302e 🏁 exclude slow Unicode test Niels Lohmann 2020-05-12 21:22:47 +02:00
  • 8c44c7b6de 🏁 set Windows CI to Release mode Niels Lohmann 2020-05-12 21:18:08 +02:00
  • 44a2158b18 👷 make debug build Niels Lohmann 2020-05-12 20:51:45 +02:00
  • 77e0ba8750 👷 parallelize builds Niels Lohmann 2020-05-12 20:45:18 +02:00
  • 6e59c8301a 👷 simplify CMake invocations Niels Lohmann 2020-05-12 20:37:50 +02:00
  • ab02b08296 👷 rename workflows Niels Lohmann 2020-05-12 20:30:11 +02:00
  • cd76f59af6 👷 add more GitHub actions workflows Niels Lohmann 2020-05-12 20:26:17 +02:00
  • b1c1eb145e 🔧 fix maintainer target Niels Lohmann 2020-05-12 19:36:33 +02:00
  • abeb80411b 📝 fix example Niels Lohmann 2020-05-12 16:28:26 +02:00
  • 52f5f3d29f 📝 fix example Niels Lohmann 2020-05-12 16:27:55 +02:00
  • e9a845f08a 📝 fix example output Niels Lohmann 2020-05-12 16:13:33 +02:00
  • 8e0ae9b46f ⬆️ update Doxyfile Niels Lohmann 2020-05-12 14:37:35 +02:00
  • afc30a14a7 🔧 set Wandbox script to use HTTPS Niels Lohmann 2020-05-12 14:37:22 +02:00
  • 6014419818 Merge branches 'develop' and 'issue2082' of https://github.com/nlohmann/json into issue2082 Niels Lohmann 2020-05-12 12:28:34 +02:00
  • 1de30bc611 Merge pull request #2100 from nlohmann/fix_coveralls Niels Lohmann 2020-05-12 12:26:22 +02:00
  • 76c01501f7 🔧 fix pedantic maintainer targets Niels Lohmann 2020-05-11 20:03:13 +02:00