Commit Graph

  • 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
  • d81eb21384 Merge 1f41287078 into 15b6421d07 Maël Nison 2018-01-06 08:11:07 +0000
  • 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
  • 927db1f5f9 Merge 8d34ea432f into 337e9824ea Oleg Khabinov 2018-01-04 18:23:58 +0000
  • 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 v3.0.1 Niels Lohmann 2017-12-29 20:24:49 +0100
  • 5681e55da8
    Merge branch 'release/3.0.1' 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
  • e4c289fb32 Merge faa24a8f59 into 3113a52a7d shamprasadps 2017-12-23 20:09:49 +0000
  • 3113a52a7d
    📝 added exception 403 to documentation of at (#888) Niels Lohmann 2017-12-23 18:38:18 +0100
  • 184e9c6aa7
    Merge pull request #885 from TinyTinni/develop Niels Lohmann 2017-12-23 11:09:46 +0100
  • faa24a8f59 adding a default case for switch shamprasad.ps 2017-12-22 12:03:59 -0700
  • a9e1cbb9a5 Changing to typo introduced shamprasad.ps 2017-12-22 10:23:39 -0700
  • b8db20e5f6 Handle all enum cases in switch shamprasad.ps 2017-12-22 09:39:10 -0700
  • d1cda6888e includes CTest module resp. BUILD_TESTING option Matthias Möller 2017-12-20 17:54:45 +0100
  • 8d34ea432f Experimental support for binary type and CBOR (de)serialization Oleg Khabinov 2017-12-07 17:14:09 -0800
  • ac66ceeb9c Merge 5e984a2445 into 88ddb12afc sfinktah 2017-12-19 12:18:06 +0000
  • 88ddb12afc
    📝 fix for #883 Niels Lohmann 2017-12-18 19:46:53 +0100
  • e54b6ace94
    Merge pull request #882 from erengy/fix-msvc-c4819 Niels Lohmann 2017-12-17 19:52:57 +0100
  • ab0e8b2f3a
    Fix MSVC warning C4819 Eren Okka 2017-12-17 18:02:55 +0300
  • 1ca6ec1dc0
    Merge pull request #880 from nlohmann/coverity_scan Niels Lohmann 2017-12-17 11:24:40 +0100
  • 1856f38c85
    📝 removed paragraph on version 3.0.0 Niels Lohmann 2017-12-17 11:22:35 +0100
  • afebb6a3bb
    Merge branch 'release/3.0.0' into develop v3.0.0 Niels Lohmann 2017-12-17 11:04:53 +0100
  • 9f81beb5e2
    Merge branch 'release/3.0.0' 3.0.0 Niels Lohmann 2017-12-17 11:04:04 +0100
  • 106f9f5436
    ⬆️ updated git-update-ghpages script Niels Lohmann 2017-12-17 10:20:30 +0100
  • 9eb5e2c271
    🔖 set version to 3.0.0 Niels Lohmann 2017-12-17 08:40:19 +0100
  • 9e3c4ad11f
    🔖 set version to 3.0.0 Niels Lohmann 2017-12-17 08:31:18 +0100
  • 314e4e7699
    📝 improved documentation for dump and iterator_wrapper Niels Lohmann 2017-12-16 23:58:10 +0100
  • 9a51fb4da2
    🚨 fixed some warnings Niels Lohmann 2017-12-16 22:19:30 +0100
  • 7bf007f2bc
    Merge pull request #879 from nlohmann/feature/algorithms Niels Lohmann 2017-12-16 12:41:07 +0100
  • 980795b644
    ✏️ fixed typos Niels Lohmann 2017-12-16 12:37:44 +0100
  • f3bd755cab
    removing <iomanip> header Niels Lohmann 2017-12-16 12:37:25 +0100
  • 4c871c58f8
    re-added tests for algorithms Niels Lohmann 2017-12-16 11:16:34 +0100
  • c23f5dcea6
    📝 fixed year Niels Lohmann 2017-12-15 23:49:37 +0100
  • 2e1b1061cd
    Merge pull request #875 from nlohmann/feature/spelling Niels Lohmann 2017-12-14 22:31:19 +0100
  • 261caec2de
    👥 added contributor image Niels Lohmann 2017-12-14 22:29:39 +0100
  • 41780d5495 Merge 08d5d768d2 into f80827d068 zerodefect 2017-12-14 17:17:42 +0000