Commit graph

  • f5c4e9f3a1
    Merge pull request #919 from theodelrieu/fix/sfinae_for_incomplete_types Niels Lohmann 2018-01-23 07:32:06 +0100
  • 7eabb6ba36
    📝 updated documentation for UBJSON functions Niels Lohmann 2018-01-22 23:23:17 +0100
  • fc32b8a9bc
    Fix a typo in README.md Vadim Evard 2018-01-22 13:14:39 +0300
  • 3cca630836
    🔨 cleanup after #915 Niels Lohmann 2018-01-21 15:55:35 +0100
  • 010e596001
    Merge pull request #915 from abolz/dtoa Niels Lohmann 2018-01-21 15:02:57 +0100
  • 3d776b0582
    📝 updated README Niels Lohmann 2018-01-21 14:13:42 +0100
  • 9e5d901f55
    Merge branch 'feature/ubjson' into develop Niels Lohmann 2018-01-21 14:04:29 +0100
  • 327b8bb09e
    Merge branch 'feature/strings' into develop Niels Lohmann 2018-01-21 13:55:52 +0100
  • d2b3fd156e Updated README.md to explain how installation of json_fwd.hpp can be achieved as part of install step. zerodefect 2018-01-19 11:42:53 +0000
  • b406e3704b
    using Google Benchmark #921 Niels Lohmann 2018-01-18 22:00:32 +0100
  • a8f711a2f1
    using Google Benchmark #921 Niels Lohmann 2018-01-18 21:57:21 +0100
  • 6402077ac2
    Merge pull request #876 from nlohmann/feature/rfc7396 Niels Lohmann 2018-01-18 06:49:31 +0100
  • dcee778c1e
    fix sfinae on basic_json UDT constructor Théo DELRIEU 2018-01-17 12:17:38 +0100
  • 7456f1d87b
    ♻️ re-used existing UTF-8 decoder to simplfy string serialization Niels Lohmann 2018-01-16 20:42:00 +0100
  • afe4571309
    🔨 cleanup + some noexcept Niels Lohmann 2018-01-16 20:41:04 +0100
  • b182308eff
    🔨 cleanup Niels Lohmann 2018-01-16 20:40:24 +0100
  • 9b9919d460 Use max_digits10 in dump_float for float->text->float round-trip abolz 2018-01-15 21:26:03 +0100
  • 810f81bbd9 Regenerate src/json.hpp abolz 2018-01-15 21:24:59 +0100
  • 787204f076 Add unit-tests for detail::to_chars abolz 2018-01-15 21:13:17 +0100
  • 9f7c2c04c8 Use the Grisu2 algorithm for formatting 'float's and 'double's abolz 2018-01-15 20:58:02 +0100
  • 332f352033 Add an implementation of the Grisu2 algorithm for binary to decimal floating-point conversion abolz 2018-01-15 20:45:51 +0100
  • 0695ac4001 Add tests for #360 abolz 2018-01-15 20:41:20 +0100
  • 68a9736738 Tests: Re-enable some round-trip tests abolz 2018-01-15 20:40:57 +0100
  • 6e2e466c27 Tests: Don't rely on the format used for floating-point formatting abolz 2018-01-15 20:39:16 +0100
  • 107c21a488 Tests: Exponents are formatted with a leading '+' sign abolz 2018-01-15 20:39:00 +0100
  • 3ae82d91a2 Tests: Floating-point formatting uses lower case 'e' abolz 2018-01-15 20:38:47 +0100
  • 92f7295063
    🔨 cleanup Niels Lohmann 2018-01-15 13:21:33 +0100
  • 3ac674562f
    🔨 clean up Niels Lohmann 2018-01-14 22:26:20 +0100
  • d9446b0e6e
    Merge pull request #911 from theodelrieu/fix/cmake_install Niels Lohmann 2018-01-14 20:08:49 +0100
  • 9d6b3731b9
    improved test coverage Niels Lohmann 2018-01-14 20:07:38 +0100
  • 06cddd371b
    🔨 removed failing amalgamation test Niels Lohmann 2018-01-14 17:22:42 +0100
  • f85f4967fe
    improved test coverage Niels Lohmann 2018-01-14 17:22:06 +0100
  • 6965ff00c8
    Merge branch 'develop' into feature/ubjson Niels Lohmann 2018-01-14 13:58:06 +0100
  • 411c16cbb2
    📝 overworked documentation wrt. amalgamation #906 Niels Lohmann 2018-01-14 13:08:28 +0100
  • fea5f3792b
    📝 it's 2018 Niels Lohmann 2018-01-14 10:41:59 +0100
  • 541b46132d
    ♻️ adjusted code to split headers Niels Lohmann 2018-01-14 10:34:43 +0100
  • 0e8f01a963
    Merge branch 'develop' into feature/rfc7396 Niels Lohmann 2018-01-14 10:28:09 +0100
  • c772c01a48
    ♻️ refactored code to split headers Niels Lohmann 2018-01-14 10:27:30 +0100
  • 1b54d4a5aa
    Merge branch 'develop' into feature/ubjson Niels Lohmann 2018-01-14 10:10:56 +0100
  • 420dcf1f25
    🚧 added check whether code is amalgamated Niels Lohmann 2018-01-14 10:10:23 +0100
  • 5775084ffc
    cmake: add option to use/install the non-amalgamated version Théo DELRIEU 2018-01-13 13:07:03 +0100
  • 84bffd5d36
    move amalgamate tool to third_party folder Théo DELRIEU 2018-01-13 13:05:42 +0100
  • 922b56e492
    cmake: add back trailing slash to NLOHMANN_JSON_SOURCE_DIR Théo DELRIEU 2018-01-13 12:27:33 +0100
  • a66b2d20c6
    🚨 removed linter warnings for Python code Niels Lohmann 2018-01-13 11:15:23 +0100
  • f4a55f26b0
    added amalgamate Python script Niels Lohmann 2018-01-13 10:59:49 +0100
  • 241eea0c0e
    📝 documentation Niels Lohmann 2018-01-12 09:23:33 +0100
  • 10bad9381d
    🚧 added size benchmark for binary formats Niels Lohmann 2018-01-10 23:13:48 +0100
  • 3a7585e738
    added more tests Niels Lohmann 2018-01-10 22:47:07 +0100
  • 31bfabc4c0
    🔨 optimized input format Niels Lohmann 2018-01-10 16:14:43 +0100
  • 965a70e38d
    🔨 optimized output format Niels Lohmann 2018-01-10 11:22:19 +0100
  • 85173f5627
    🔨 some clean up Niels Lohmann 2018-01-10 10:18:31 +0100
  • ce53537ba2
    replaces amalgamation tool Niels Lohmann 2018-01-09 23:15:06 +0100
  • 0a2920e0fd
    ♻️ reorganized code Niels Lohmann 2018-01-09 18:30:02 +0100
  • b67e00b9b5
    Merge pull request #700 from theodelrieu/refactor/split_it Niels Lohmann 2018-01-09 07:57:01 +0100
  • fd04967676
    🐛 fixed copy-paste error Niels Lohmann 2018-01-08 21:37:51 +0100
  • fb1154c237
    🚧 debug Niels Lohmann 2018-01-08 21:26:41 +0100
  • 97e0d20ce9
    🚧 debug Niels Lohmann 2018-01-08 21:16:20 +0100
  • ebf28a26ee
    🚧 another try Niels Lohmann 2018-01-08 20:49:02 +0100
  • 7e4ee23f40
    add single_header CMake target Théo DELRIEU 2017-08-14 20:45:33 +0200
  • 57d822b6e2
    add missing includes, put back include comments Théo DELRIEU 2017-08-14 19:28:01 +0200
  • 9cab30cfce
    add adl_serializer.hpp Théo DELRIEU 2017-08-14 18:22:49 +0200
  • 8e9714fe3d
    add detail/json_ref.hpp Théo DELRIEU 2017-08-14 18:14:27 +0200
  • a3473fda6a
    add detail/serializer.hpp Théo DELRIEU 2017-08-14 18:04:51 +0200
  • c117515e31
    add detail/parsing/binary_writer.hpp Théo DELRIEU 2017-08-14 17:55:06 +0200
  • d620f76f0d
    add detail/parsing/binary_reader.hpp Théo DELRIEU 2017-08-14 17:50:24 +0200
  • 4dbb433a79
    add detail/parsing/output_adapters.hpp Théo DELRIEU 2017-08-14 17:41:23 +0200
  • ae6f66048c
    add detail/iterators/json_reverse_iterator.hpp Théo DELRIEU 2017-08-14 17:29:55 +0200
  • 5fc9ef2b90
    add detail/iterators/iteration_proxy.hpp Théo DELRIEU 2017-08-14 17:26:22 +0200
  • bf06cf6c22
    add detail/iterators/iter_impl.hpp Théo DELRIEU 2017-08-14 17:23:15 +0200
  • 3e65a65290
    add detail/iterators/internal_iterator.hpp Théo DELRIEU 2017-08-14 17:18:07 +0200
  • 51ecc31db7
    add detail/iterators/primitive_iterator.hpp Théo DELRIEU 2017-08-14 17:10:32 +0200
  • 9ea25685a8
    add detail/parsing/parser.hpp Théo DELRIEU 2017-08-14 17:02:40 +0200
  • 3a0743db97
    add detail/parsing/lexer.hpp Théo DELRIEU 2017-08-14 16:54:16 +0200
  • 7ab3e8d7b3
    add detail/parsing/input_adapters.hpp Théo DELRIEU 2017-08-14 16:48:55 +0200
  • 21881606f2
    add detail/conversions/to_json.hpp Théo DELRIEU 2017-08-14 16:40:38 +0200
  • e0c02c14f0
    add detail/conversions/from_json.hpp Théo DELRIEU 2017-08-14 16:33:55 +0200
  • 7056b375c4
    add detail/value_t.hpp Théo DELRIEU 2017-08-14 15:58:56 +0200
  • 8c555db970
    add detail/exceptions.hpp Théo DELRIEU 2017-08-14 15:19:40 +0200
  • f364f5ac5a
    add detail/meta.hpp Théo DELRIEU 2017-08-14 15:06:35 +0200
  • d686713f91
    add detail/macro_{un}scope.hpp Théo DELRIEU 2017-08-14 14:59:17 +0200
  • 5bffc95773
    add json_fwd.hpp Théo DELRIEU 2017-08-14 14:41:01 +0200
  • 3d7658da89
    🚧 working on AppVeyor's errors Niels Lohmann 2018-01-08 19:48:18 +0100
  • 126ce2e56c
    🚧 further UBJSON Niels Lohmann 2018-01-08 18:54:17 +0100
  • c9938ea838
    🚧 started UBJSON implementation Niels Lohmann 2018-01-07 22:09:12 +0100
  • 15b6421d07
    added UTF-8 decoder capability and stress test Niels Lohmann 2018-01-05 23:26:22 +0100
  • 78f8f837e6
    added items() function #874 Niels Lohmann 2018-01-05 18:34:10 +0100
  • 96b40b27a5
    📝 fixed Doxygen warnings Niels Lohmann 2018-01-05 18:33:42 +0100
  • 337e9824ea
    Merge pull request #900 from Dobiasd/patch-1 Niels Lohmann 2018-01-04 17:11:18 +0100
  • ba2316372a
    fix link to the documentation of the emplace function Tobias Hermann 2018-01-03 11:06:32 +0100
  • a43347e1f9
    Merge branch 'develop' Niels Lohmann 2017-12-29 20:35:02 +0100
  • ce1dccf347
    Merge branch 'release/3.0.1' into develop Niels Lohmann 2017-12-29 20:24:49 +0100
  • 5681e55da8
    Merge branch 'release/3.0.1' Niels Lohmann 2017-12-29 20:24:20 +0100
  • 92484f0caf
    🔖 set version to 3.0.1 Niels Lohmann 2017-12-29 18:31:13 +0100
  • ebc6849b71
    added test for #894 Niels Lohmann 2017-12-29 16:53:04 +0100
  • 3c76ff353d
    📝 updated docs after PRs Niels Lohmann 2017-12-29 16:52:09 +0100
  • d45183d426
    Merge branch 'develop' of https://github.com/nlohmann/json into develop Niels Lohmann 2017-12-28 13:52:26 +0100
  • 3b3b6e8e69
    🚑 fix for #894 Niels Lohmann 2017-12-28 13:52:23 +0100
  • f28fc2261a
    Merge pull request #858 from mattismyname/develop Niels Lohmann 2017-12-28 12:13:19 +0100
  • 72bff90ed9 🔧 Fix up a few more effc++ items Matthew K. Gumbel 2017-12-04 15:42:08 -0800
  • 3113a52a7d
    📝 added exception 403 to documentation of at (#888) Niels Lohmann 2017-12-23 18:38:18 +0100