Commit Graph

  • 5fa5c17bc6
    ✏️ cleanup after #595 Niels Lohmann 2017-06-10 18:29:16 +0200
  • 6caad48e44 Merge pull request #595 from HenryRLee/iterator_arithmetic Niels Lohmann 2017-06-10 18:26:48 +0200
  • e12c2ee6a8 Merge branch 'develop' into iterator_arithmetic HenryLee 2017-06-09 20:47:42 +1000
  • 1d906c788e Merge c319583c2a into 52f934cbbf Pamela96 2017-06-08 10:43:45 +0000
  • 52f934cbbf Merge pull request #609 from theodelrieu/develop Niels Lohmann 2017-06-07 16:38:23 +0200
  • cea39dfaa8
    fix #600 Théo DELRIEU 2017-06-06 14:18:32 +0200
  • 6661ec755b Merge branch 'develop' into iterator_arithmetic HenryLee 2017-06-07 18:01:46 +1000
  • 0f065edff6 Revert a change in reverse iterator to pass the test cases HenryLee 2017-06-07 18:01:01 +1000
  • 3250fbc416 Merge e8bc2279d7 into 92ef19696a ashghost 2017-06-06 19:29:02 +0000
  • 92ef19696a
    ✏️ cleanup after #598 Niels Lohmann 2017-06-06 20:48:11 +0200
  • bfdf0d1ce6 Merge pull request #598 from HenryRLee/issue550 Niels Lohmann 2017-06-06 20:41:42 +0200
  • 85de93ba93
    add std::pair<CompatibleStringType, T> support Théo DELRIEU 2017-06-06 13:44:35 +0200
  • c98169d0d5 Revert "Change iterator category to random access" HenryLee 2017-06-05 21:59:17 +1000
  • fb91aa81da Merge branch 'develop' into iterator_arithmetic HenryLee 2017-06-05 20:24:21 +1000
  • 2ba554e442 Merge branch 'develop' into issue550 HenryLee 2017-06-05 20:24:08 +1000
  • 1a9d76679a
    🐛 fixed the issue with GCC7 #590 Niels Lohmann 2017-06-04 18:40:32 +0200
  • 83b2f65f74 Merge 1638de2abc into d19c5ced4b ibroheem 2017-06-02 18:24:45 +0000
  • e6a5f5cca1 Merge a8af911e80 into d19c5ced4b Ralph Tandetzky 2017-06-02 17:52:06 +0000
  • d19c5ced4b
    🐛 skipping BOM for iterators #602 Niels Lohmann 2017-06-02 12:38:32 +0200
  • c043ba6978
    🔥 removed failing test #529 Niels Lohmann 2017-06-01 07:32:39 +0200
  • f2e1643039 Add test cases for iterator to const iterator assignment HenryLee 2017-05-31 00:50:40 +1000
  • 2d5f0c0549 Redefine the converting assignment in iterator HenryLee 2017-05-31 00:50:14 +1000
  • c09a4cbbd7 Add test cases for iterator to const iterator conversion HenryLee 2017-05-31 00:31:16 +1000
  • 0a51fb22ed Fix indentation HenryLee 2017-05-30 23:37:24 +1000
  • 881cd3f420 Remove the iter_impl<const basic_json> copy constructor and copy assignment HenryLee 2017-05-30 20:57:22 +1000
  • 790e7ca9e9 Add struct keyword in front of internal_iterator HenryLee 2017-05-30 20:27:05 +1000
  • ce39330ff8 Add converting constructors for iterator HenryLee 2017-05-30 20:23:25 +1000
  • c4ab8f827e Change iterator category to random access HenryLee 2017-05-30 19:44:55 +1000
  • daea213b44 Use static cast in the implementation of the operators of reverse iterator HenryLee 2017-05-29 23:56:21 +1000
  • 0c2ed00ebe Add missing test cases for n + it arithmetic in iterators HenryLee 2017-05-29 22:39:27 +1000
  • 5b245dae06 Comment out the exception message check in operator[] of reverse iterator HenryLee 2017-05-29 22:19:10 +1000
  • e42db27d6d Fix the indentation from the latest commit HenryLee 2017-05-29 20:02:58 +1000
  • 3aef1a582e Change the definition of the operator override of reverse iterator to using the result of the base class directly HenryLee 2017-05-29 19:45:34 +1000
  • a3bf0131c4 Fix some more reverse iterator arithmetic test codes HenryLee 2017-05-29 19:43:45 +1000
  • adc73d6d5f Fix the arithmetic mistakes in reverse iterator HenryLee 2017-05-29 18:52:53 +1000
  • ed62129f8e Override n + iterator operator in the iterator HenryLee 2017-05-27 13:44:14 +1000
  • 0e1a46d36f Merge f0cc4ef72b into c0d511ea50 Henry Lee 2017-05-26 16:10:54 +0000
  • f0cc4ef72b Override n + iterator operator in the iterator HenryLee 2017-05-27 01:56:20 +1000
  • c4e399ce0a Override n + iterator operator in the iterator HenryLee 2017-05-27 01:42:38 +1000
  • 52adf3fd5b
    🔨 fixed compilation Niels Lohmann 2017-05-22 22:59:57 +0200
  • 9a576fe1d9
    added test for #367 Niels Lohmann 2017-05-22 22:49:39 +0200
  • c7bd01edf2
    🔨 trying something #367 Niels Lohmann 2017-05-22 17:06:46 +0200
  • 9e507dfad5
    tests and fix for #367 Niels Lohmann 2017-05-21 16:36:51 +0200
  • 16b63d3197
    🔨 working toward #367 Niels Lohmann 2017-05-20 12:44:13 +0200
  • 8a35fdd8f5
    🔨 overworked accept() function Niels Lohmann 2017-05-20 12:24:13 +0200
  • 9ddc69f3a9
    🐛 adjusting fix for future versions #586 Niels Lohmann 2017-05-20 10:49:06 +0200
  • 99cb095e89
    🐛 fix for #586 Niels Lohmann 2017-05-20 10:34:49 +0200
  • 0f4131d138 Merge pull request #583 from zhaohuaxishi/doxygen_error Niels Lohmann 2017-05-15 21:09:43 +0200
  • 0c3ffe12cd
    reverting first/second experiment #350 Niels Lohmann 2017-05-15 21:07:58 +0200
  • b8dff3bc16 remove the redundant @ref command 郭荣飞 2017-05-14 07:50:26 +0800
  • 723c875604
    💬 replaced "backspace" with "backslash" #509 Niels Lohmann 2017-05-13 19:56:38 +0200
  • dfa371c436 fix doxygen error of basic_json::get() 郭荣飞 2017-05-13 23:13:04 +0800
  • 9b764ee5d6
    🏁 fix for #581 Niels Lohmann 2017-05-13 12:27:37 +0200
  • 978255da8c
    📝 updated contribution guidelines Niels Lohmann 2017-05-13 11:57:15 +0200
  • 8b88e1b266 Merge pull request #579 from Type1J/develop_feature_first_second Niels Lohmann 2017-05-13 11:37:57 +0200
  • b78457b792 Making comparison operators const. Jay Sistar 2017-05-11 13:22:47 -0400
  • 00d841bfda Adding equal and not equal operators to proxys. Jay Sistar 2017-05-11 14:50:59 +0000
  • d6c78dacd8 Fixing assignement for iterator wrapper second, and adding unit test Jay Sistar 2017-05-10 17:53:27 +0000
  • 5beea35443 Merge pull request #578 from Type1J/develop_feature_first_second Niels Lohmann 2017-05-10 17:25:54 +0200
  • 15ef9b8a35 Merge pull request #576 from Type1J/develop Niels Lohmann 2017-05-10 16:32:14 +0200
  • 6a656ed375 Adding first and second properties to iteration_proxy_internal Jay Sistar 2017-05-10 13:20:52 +0000
  • 2afbd33472
    🔨 working on #367 Niels Lohmann 2017-05-10 12:06:24 +0200
  • 87744fd594 Missed one. Jay Sistar 2017-05-09 02:04:02 +0000
  • 0719287e44 Reducing chatter about Meson. Jay Sistar 2017-05-09 02:01:55 +0000
  • 31fe2f5825 Adding support for Meson. Jay Sistar 2017-05-08 13:35:00 +0000
  • 962da00171
    implemented an indentation character #520 Niels Lohmann 2017-05-07 19:27:40 +0200
  • fba1bcdd0b
    🐛 fixing #575 Niels Lohmann 2017-05-07 13:41:48 +0200
  • 56ac7908f1
    Merge branch 'feature/manual_lexer' into develop Niels Lohmann 2017-05-05 18:27:56 +0200
  • dbcb032f22
    Merge branch 'develop' into feature/manual_lexer Niels Lohmann 2017-05-05 16:48:47 +0200
  • ecf895f2d1
    📝 mentioned value function on main doc page #570 Niels Lohmann 2017-05-05 16:42:22 +0200
  • fe6b218fab
    Update Niels Lohmann 2017-05-05 16:41:48 +0200
  • be7efe798b Merge 89ffcac642 into 19d2dec8b6 Per-Arne Andersen 2017-05-04 07:22:30 +0000
  • 3d45569fd3 Merge 54c966979c into 19d2dec8b6 Cristian Maglie 2017-05-04 06:57:26 +0000
  • 19d2dec8b6
    📝 added badge from isitmaintained.com Niels Lohmann 2017-05-03 22:49:21 +0200
  • 8b9f51179e
    started working on #458 Niels Lohmann 2017-04-24 17:46:21 +0200
  • cfc2e8391c
    🔨 removed too long running tests Niels Lohmann 2017-04-24 15:07:43 +0200
  • 6d2c0a7928
    added more Unicode test cases Niels Lohmann 2017-04-23 22:54:21 +0200
  • c42273d2a0
    📝 fixed documentation #565 Niels Lohmann 2017-04-23 21:46:30 +0200
  • 529489661e
    Update Niels Lohmann 2017-04-23 21:43:42 +0200
  • 2df8f12c09
    🏁 another fix for MSVC #464 Niels Lohmann 2017-04-23 20:51:29 +0200
  • 734297ff45
    🔨 cleanup Niels Lohmann 2017-04-23 20:32:05 +0200
  • 01e05d89e9
    🔨 fixed a compiler warning Niels Lohmann 2017-04-23 18:40:17 +0200
  • b686cc6ad9
    🔨 removed #ifdefs Niels Lohmann 2017-04-23 18:34:14 +0200
  • 5febd04a26
    🐛 fixed test suite Niels Lohmann 2017-04-23 18:22:35 +0200
  • 4aedae400e
    added exhaustive UTF-8 tests Niels Lohmann 2017-04-23 15:12:50 +0200
  • e24df7eca9
    📝 improved documentation Niels Lohmann 2017-04-23 15:10:40 +0200
  • 2a21146160
    Merge branch 'develop' into feature/manual_lexer Niels Lohmann 2017-04-22 11:35:58 +0200
  • 4b316ec528
    Merge branch 'feature/insert' into develop Niels Lohmann 2017-04-22 09:58:37 +0200
  • 9b32f72584
    📝 fixed examples for Wandbox Niels Lohmann 2017-04-21 22:07:07 +0200
  • c319583c2a Create lugares Pamela96 2017-04-18 10:19:35 -0500
  • b5b58151f4 Merge 52ac56c33e into c0d511ea50 The Gitter Badger 2017-04-17 23:56:55 +0000
  • 54c966979c Fix warning: enumeration value not handled in switch Cristian Maglie 2017-04-15 13:26:25 +0200
  • 14dcd918a8 Fix warning: enumeration value not handled in switch Cristian Maglie 2017-04-15 13:18:41 +0200
  • 523cc21514 Fix warning: enumeration value not handled in switch Cristian Maglie 2017-04-15 13:13:36 +0200
  • cdecd1b162 Fix warning: enumeration value not handled in switch Cristian Maglie 2017-04-15 11:46:42 +0200
  • db9bf953f3
    🔨 improved diagnostic output Niels Lohmann 2017-04-15 10:40:10 +0200
  • 717106eced
    🔨 templated output_adapter and used in class serializer Niels Lohmann 2017-04-14 19:49:05 +0200
  • aea47422a2
    📝 updated links and output Niels Lohmann 2017-04-14 18:13:01 +0200
  • 6b6e554067
    🐛 added missing header Niels Lohmann 2017-04-14 17:37:28 +0200
  • 951d0920fc
    🐛 fixed README example Niels Lohmann 2017-04-14 17:36:45 +0200