Commit Graph

  • 3ac2d81a95
    🔨 fixed a MinGW error #1193 Niels Lohmann 2018-08-14 22:13:56 +0200
  • be2065dce9
    🚨 fixing a MinGW warning #1192 Niels Lohmann 2018-08-14 22:11:47 +0200
  • fed70f6bff
    🎨 reindented code Niels Lohmann 2018-08-14 22:11:08 +0200
  • 0e748f2f8c
    Merge pull request #1187 from devsisters/json-internal-catch Niels Lohmann 2018-08-14 21:56:29 +0200
  • 861ee400cc
    Merge pull request #1176 from grembo/develop Niels Lohmann 2018-08-14 21:48:49 +0200
  • 3ce4325350
    📝 updated documentation of used compilers Niels Lohmann 2018-08-01 22:31:51 +0200
  • ba4a19d4af
    👷 added more CI workers Niels Lohmann 2018-08-01 20:59:58 +0200
  • 043eff5ba8
    👷 added more CI workers Niels Lohmann 2018-07-31 21:18:33 +0200
  • 05b27e83b7 Exclude bytewise comparison in certain tests. These tests never worked - they weren't run before d5aaeb4. Michael Gmelin 2018-07-29 11:57:56 +0200
  • d5aaeb4cce Make section names unique in loops, as catch doesn't support duplicate sections, see also https://github.com/catchorg/Catch2/issues/816#issuecomment-278268122 Michael Gmelin 2018-07-29 01:29:50 +0200
  • 3760a38b7e
    🏁 implicit conversion is not allowed with MSVC Niels Lohmann 2018-07-21 11:47:05 +0200
  • 5b14411669
    🏁 trying to fix C2440 error Niels Lohmann 2018-07-21 10:59:00 +0200
  • 347e77bdc1
    🚑 fix for #1169 Niels Lohmann 2018-07-21 10:31:55 +0200
  • 04372a8c56
    🏁 fix for #1168 Niels Lohmann 2018-07-19 17:31:50 +0200
  • d0e60de433 Add new JSON_INTERNAL_CATCH macro function Hyeon Kim 2018-07-19 15:43:41 +0900
  • d60f31203d
    Merge 6401c9be2e into 7bfc406ded Nitin Khanna 2018-07-06 05:14:58 +0000
  • 7bfc406ded
    📝 added note about CocoaPods #1148 Niels Lohmann 2018-07-05 21:18:46 +0200
  • d456a2d777
    Merge pull request #1151 from sonulohani/bigObjFix Niels Lohmann 2018-06-29 09:03:43 +0200
  • b8ad3388ec Fixed compiler error in VS 2015 for debug mode https://github.com/nlohmann/json/issues/1114 Sonu Lohani 2018-06-29 09:34:41 +0530
  • 49219d01cf
    Merge 0f71e7acfe into 39dd775e38 graph 2018-06-28 19:32:46 +0000
  • 39dd775e38
    🔨 cleanup after #1134 Niels Lohmann 2018-06-28 21:32:32 +0200
  • 86a96b059d
    Merge pull request #1134 from Daniel599/feature/items_iterator Niels Lohmann 2018-06-28 21:21:17 +0200
  • 0f71e7acfe updated podspec description & other parameters, and removed guide comments Benzakhar Manashirov 2018-06-28 10:25:12 -0400
  • 5a2349f06a added integration note for cocoapods in README.md Benzakhar Manashirov 2018-06-27 14:11:53 -0400
  • 05557cb3be removed uneccessary comments in nlohmann_json.podspec Benzakhar Manashirov 2018-06-27 13:42:39 -0400
  • 230a5feab2 dummy files not needed pod spec lint is passing without them Benzakhar Manashirov 2018-06-27 13:29:39 -0400
  • 2909c26a55 cocoapods integration Benzakhar Manashirov 2018-06-27 11:39:04 -0400
  • 396a914f9e
    🔨 added macro to disable compiler check #1128 Niels Lohmann 2018-06-26 22:47:40 +0200
  • bab5826504
    Merge pull request #1144 from jrakow/cppreference-link-fix Niels Lohmann 2018-06-26 07:58:45 +0200
  • 515cfc2d89
    Merge pull request #1142 from jrakow/develop Niels Lohmann 2018-06-24 23:33:30 +0200
  • 963d06a13c 📝 fix links to cppreference named requirements Julius Rakow 2018-06-24 22:30:37 +0200
  • 9f00db48d9 📝 link to cppreference via HTTPS Julius Rakow 2018-06-24 22:29:33 +0200
  • ec2ebd5ec9 meson: add multiple headers target Julius Rakow 2018-06-24 16:53:02 +0200
  • 0bb36bb140 meson: fix include directory Julius Rakow 2018-06-23 20:45:00 +0200
  • 62457729e8
    📝 mentioned MinGW in README Niels Lohmann 2018-06-24 18:03:59 +0200
  • 09c0df4a21
    👷 choosing correct image Niels Lohmann 2018-06-24 17:40:16 +0200
  • 1bbc4a0859
    👷 using Ninja to speed up build Niels Lohmann 2018-06-24 17:10:13 +0200
  • d8fe13fc83
    🔨 fixed escaping for MinGW Niels Lohmann 2018-06-24 16:57:53 +0200
  • e59b930927
    👷 trying a more recent compiler Niels Lohmann 2018-06-24 16:40:47 +0200
  • 937d68e2e5
    👷 forgot old PATH Niels Lohmann 2018-06-24 16:37:02 +0200
  • 989ad9b759
    👷 using help from https://stackoverflow.com/a/48509334/266378 Niels Lohmann 2018-06-24 16:35:16 +0200
  • 067e288289
    👷 set build type Niels Lohmann 2018-06-24 16:29:03 +0200
  • 7bbc06b487
    👷 forgot quotes Niels Lohmann 2018-06-24 16:18:44 +0200
  • 441e5d87e6
    👷 experimenting with AppVeyor and MinGW Niels Lohmann 2018-06-24 16:17:06 +0200
  • 7fa4ddf93e
    💄 fixed indentation Niels Lohmann 2018-06-23 17:27:40 +0200
  • bf348ca8a4
    Merge pull request #1028 from gracicot/develop Niels Lohmann 2018-06-23 17:10:04 +0200
  • ed6a0686df
    🔨 small refactoring to improve branch coverage Niels Lohmann 2018-06-23 17:05:04 +0200
  • c8bfdfd961
    👷 tryping different platforms for AppVeyor Niels Lohmann 2018-06-23 11:12:32 +0200
  • c02de445bf
    🚨 fixed more compiler warnings Niels Lohmann 2018-06-23 11:00:42 +0200
  • 66dd1a846d
    🚨 fixed more compiler warnings Niels Lohmann 2018-06-23 10:47:55 +0200
  • 850922269d
    🚨 removed compiler warnings Niels Lohmann 2018-06-23 10:28:04 +0200
  • 0460b90977
    📝 fix for #1052 #1139 Niels Lohmann 2018-06-22 22:35:48 +0200
  • 85f35a1d59
    📝 documentation fix Niels Lohmann 2018-06-22 22:34:42 +0200
  • e7c1638d11
    💄 cleanup Niels Lohmann 2018-06-18 22:03:46 +0200
  • 1c81e9f5ae
    Merge pull request #1130 from agrianius/develop Niels Lohmann 2018-06-18 22:01:53 +0200
  • d505ed7b31
    Merge pull request #1138 from theodelrieu/feature/unordered_map_conversion Niels Lohmann 2018-06-18 21:59:46 +0200
  • 2c920a1032
    run make amalgamate Théo DELRIEU 2018-06-18 10:53:51 +0200
  • 2b37d7ed86
    from_json: add overload for std::unordered_map Théo DELRIEU 2018-06-18 10:53:30 +0200
  • 299469cfd5
    from_json: add missing template arguments for std::map Théo DELRIEU 2018-06-18 10:52:11 +0200
  • 1566ad4053 fixed compile error for #1045; to_json for iternation_proxy_internal was needed Danielc 2018-06-16 12:01:49 +0300
  • f574d7e084 simplify templates for operators, add more checks Vitaliy 2018-06-13 19:47:29 +0300
  • b51492bf9e
    Merge 5e0c024b68 into e830bc502f Ted Lyngmo 2018-06-14 10:25:05 +0000
  • 5e0c024b68 Add support for workarounds for non-compliant C++11 compilers Ted Lyngmo 2018-06-14 12:24:00 +0200
  • eb44f36e55
    Merge cd28d872e7 into e830bc502f agrianius 2018-06-11 17:52:06 +0000
  • f1a139454d
    Merge cd28d872e7 into e830bc502f agrianius 2018-06-11 17:51:05 +0000
  • cd28d872e7 forward declarations to make new compilers happy Vitaliy 2018-06-11 20:50:39 +0300
  • 3d3055909c define global operator< for const char* and alt_string Vitaliy 2018-06-11 19:09:57 +0300
  • e242f4bf5a
    Merge 4feb8211ca into e830bc502f agrianius 2018-06-11 15:06:24 +0000
  • 4feb8211ca test (non)equality for alt_string implementation Vitaliy 2018-06-11 18:03:46 +0300
  • b8560914e0
    Merge 47acb302d2 into e830bc502f Evan Driscoll 2018-06-06 06:58:36 +0000
  • 47acb302d2
    Write stylizer documentation Evan Driscoll 2018-06-06 00:21:02 -0500
  • e2974c38e4 Rename fancy->styled Evan Driscoll 2018-06-05 22:51:11 -0500
  • 6ce7cc0470 Write documentation on styles Evan Driscoll 2018-06-05 23:01:31 -0500
  • fe09e0dd6b Overload 'register_style' template instead of awkward multi-naming Evan Driscoll 2018-06-05 22:25:17 -0500
  • d7677fca6f Refactor: some TMP machinery to lead to better overloading Evan Driscoll 2018-06-05 22:04:48 -0500
  • 680a85b7a2 Rename 'fancy_serializer_{style,stylizer}' to 'print_{...}' Evan Driscoll 2018-06-04 22:41:11 -0500
  • 494be1c445 Refactor: rename the register_style overloads Evan Driscoll 2018-06-04 22:28:58 -0500
  • edb6b25569 Fancy printer predicate now takes current JSON object Evan Driscoll 2018-06-04 21:59:21 -0500
  • 14e6278c2f Merge branch 'develop' of github.com:gracicot/json into develop Guillaume Racicot 2018-06-04 11:18:25 -0400
  • 7acd90b651 Fixed check for compatible string type Guillaume Racicot 2018-06-04 11:18:19 -0400
  • 5676a2a076
    Aligned template declaration Guillaume Racicot 2018-06-03 23:51:07 -0400
  • e0e7fa39e7 Re-added external_constructor with string compatible types Guillaume Racicot 2018-06-03 23:49:13 -0400
  • c7a64b8846 Example of more powerful matcher being useful Evan Driscoll 2018-06-03 22:41:42 -0500
  • 5f0870ef34 Expose the matcher predicate from fancy stylizer Evan Driscoll 2018-06-03 22:26:38 -0500
  • d0eb2f21d3 Refactor: fancy_serializer passes json_pointer to stylizer Evan Driscoll 2018-06-03 22:06:27 -0500
  • ca3f3959a8 Refactor: fancy_serializer tracks a json_pointer context Evan Driscoll 2018-06-03 22:02:07 -0500
  • 91971e394f Provide accessors into json_pointer Evan Driscoll 2018-06-03 21:52:28 -0500
  • 6c746460c6 Add missing header file Evan Driscoll 2018-06-03 21:51:45 -0500
  • 860661987f Spaces after commas (in [1, 2]) is controllable separately from multiline Evan Driscoll 2018-06-03 00:02:30 -0500
  • e7b02c10dd Spaces after a colon (in {"k": v}) controllable separately from multiline Evan Driscoll 2018-06-03 00:00:12 -0500
  • ec756e47ad Refactor: don't indent when multiline is false Evan Driscoll 2018-06-02 23:52:30 -0500
  • af8dd92a0c Refactor: introduce explicit multiline control Evan Driscoll 2018-06-02 23:48:26 -0500
  • 5e10e97296 Refactor: dump_object_key_value Evan Driscoll 2018-06-02 23:35:38 -0500
  • ef679f8988 Fancy serializer: styles continue to propagate if not overridden Evan Driscoll 2018-06-02 23:17:42 -0500
  • 186c7df25a Can style subobjects of a object differently, by key Evan Driscoll 2018-06-02 23:10:28 -0500
  • 7fa4431474 Refactor and prep: introduce new fancy_serializer_stylizer class Evan Driscoll 2018-06-02 22:44:28 -0500
  • 28e7eecf33 Fancy serializer can limit recursion depth Evan Driscoll 2018-06-02 22:22:24 -0500
  • cd0c225a50 Use raw literals for multi-line expected results Evan Driscoll 2018-06-02 22:10:16 -0500
  • 1c1c789084 Serializer edge case bug fix: very deep indents ignored indent_char Evan Driscoll 2018-06-02 21:34:55 -0500
  • a983e47619 Refactor: dump_object no longer splits cases by indent Evan Driscoll 2018-06-02 21:08:53 -0500