Commit Graph

  • 74544b42af removed MinGW compiler (too old) Niels 2016-04-29 20:48:47 +02:00
  • c019088d3b wrong MinGW binary Niels 2016-04-29 20:35:40 +02:00
  • b685737d53 added MinGW Niels 2016-04-29 20:18:20 +02:00
  • ddc5442c91 cleanup Niels 2016-04-29 20:09:41 +02:00
  • a07cdb14ec don't install valgrind for OSX Niels 2016-04-29 20:01:11 +02:00
  • 40abeb28d5 Valgrind only for Linux Niels 2016-04-29 20:00:33 +02:00
  • 68c50073a4 added OSX Niels 2016-04-29 19:46:37 +02:00
  • ca604c5a2e trying Clang 3.9 Niels 2016-04-29 19:37:52 +02:00
  • 86d7e3090f removed GCC 6, added Clang 3.5 Niels 2016-04-29 19:33:43 +02:00
  • e35805cf3a added GCC 6 and Clang 3.8 to Travis Niels 2016-04-29 19:29:02 +02:00
  • 86debab3b1 Merge branch 'develop' into feature/json-patch Niels 2016-04-26 20:43:02 +02:00
  • 9af8f7d094 update after #238 Niels 2016-04-26 20:38:01 +02:00
  • 7dc07b75de Merge branch 'develop' into feature/json-patch Niels 2016-04-26 20:32:24 +02:00
  • 0f64761663 Merge pull request #238 from robertmrk/cmake-package Niels 2016-04-26 20:31:19 +02:00
  • 5e0bf75d60 cleanup, test, and diff Niels 2016-04-25 23:17:04 +02:00
  • 192a692034 Generate package config files in cmake's current binary directory Robert Marki 2016-04-25 11:55:03 +02:00
  • b1a2e9a715 Create an install target for the project Robert Marki 2016-04-25 10:23:14 +02:00
  • 30e396043a Export library target and store build directory in package registry Robert Marki 2016-04-25 09:36:05 +02:00
  • 28f73ed406 Refactor CMake listfile to define an interface imported library Robert Marki 2016-04-24 16:55:32 +02:00
  • 96cfe7463f fixed some warnings Niels 2016-04-24 19:09:12 +02:00
  • 8d4cf5ef8d oops Niels 2016-04-24 19:04:10 +02:00
  • fb54e212b6 clean up and added tests Niels 2016-04-24 19:03:33 +02:00
  • 09e9f6dcd4 implemented "move" Niels 2016-04-24 17:43:27 +02:00
  • 855cf2307b extended "add" to cope with arrays Niels 2016-04-24 16:51:06 +02:00
  • 397ada22d3 implemented remove Niels 2016-04-20 16:52:00 +02:00
  • fa03cf0c63 replace and copy Niels 2016-04-20 15:41:33 +02:00
  • 70fc5835cb started implementing JSON Patch (RFC 6902) Niels 2016-04-18 22:41:36 +02:00
  • 3ca1bfdd9d made a function static Niels 2016-04-17 23:41:52 +02:00
  • f4107d0d9c updated documentation Niels 2016-04-17 23:36:37 +02:00
  • 9f8da4c650 Merge branch 'feature/json-pointer' into develop Niels 2016-04-17 23:23:34 +02:00
  • 08c97df420 added examples Niels 2016-04-17 23:18:07 +02:00
  • 1dee40a969 fixed test case Niels 2016-04-17 22:34:39 +02:00
  • 6268287940 improved documentation and test coverage Niels 2016-04-17 22:08:21 +02:00
  • 7034ae2486 improved test coverage Niels 2016-04-17 19:12:12 +02:00
  • 0835eb293f improved RFC compliance and code coverage Niels 2016-04-17 18:54:54 +02:00
  • f883a04c87 more documentation Niels 2016-04-17 18:18:49 +02:00
  • 40e899a819 cleanup and documentation Niels 2016-04-17 17:39:35 +02:00
  • f834965b44 implemented deflatten function Niels 2016-04-16 20:45:40 +02:00
  • 007359675b added a flatten function Niels 2016-04-16 16:39:20 +02:00
  • 3401954f5b cleaned up API Niels 2016-04-16 14:02:14 +02:00
  • 3a3e064287 Merge branch 'develop' into feature/json-pointer Niels 2016-04-16 12:19:31 +02:00
  • 76a5a776eb cleanup after #234 Niels 2016-04-16 12:19:10 +02:00
  • 6f0053a254 Merge branch 'support-move-iterators' of https://github.com/robertmrk/json into develop Niels 2016-04-16 12:12:16 +02:00
  • 94af8abdff overworked reference token parsing Niels 2016-04-13 23:23:54 +02:00
  • 2cb925c186 adding support for escaped reference tokens Niels 2016-04-13 17:41:19 +02:00
  • 2197f5f0a6 Make the indirection and dereference operators of iterator const Robert Marki 2016-04-13 13:49:53 +02:00
  • 726051e9b7 very first draft of a JSON pointer API Niels 2016-04-11 23:17:03 +02:00
  • 507322e6f2 updated ChangeLog Niels 2016-04-10 19:36:09 +02:00
  • 15f8c848fa fixed typo and indentation Niels 2016-04-10 18:23:43 +02:00
  • 170b70f082 Merge pull request #232 from nlohmann/issue228 Niels 2016-04-07 17:16:58 +02:00
  • a744c62696 made tests independent of "C" locale Niels 2016-04-05 22:28:27 +02:00
  • 0b60d970e9 make code independent of concrete locale Niels 2016-04-05 22:12:12 +02:00
  • 31bccc83b9 fixed locale problems Niels 2016-04-05 21:55:51 +02:00
  • 43ee70cef8 revert changes to master Niels 2016-04-05 20:47:47 +02:00
  • 44a8e9bf35 locale-independent dump Niels 2016-04-03 16:33:30 +02:00
  • 9c233be567 merged #201 Niels 2016-04-03 14:08:38 +02:00
  • 04edafbddc Merge pull request #227 from kevin--/kevin--/noexcept_documentation Niels 2016-03-30 20:21:35 +02:00
  • 1baa5a7350 fixed #225 Niels 2016-03-30 20:18:34 +02:00
  • 0951a1f94c Merge pull request #222 from Teemperor/fixAndroid Niels 2016-03-30 20:12:55 +02:00
  • 96443b0b97 added more thanks to the README file Niels 2016-03-30 19:47:08 +02:00
  • 27530c7840 better notes for Android (manually closes #215) Niels 2016-03-30 19:42:54 +02:00
  • 888635b749 cleanup after PR #212 and PR #226 Niels 2016-03-30 19:23:11 +02:00
  • 3df5337e79 fixes #223 by updating README.md Kevin Dixon 2016-03-29 21:41:46 -07:00
  • 54d3cab568 Merge pull request #226 from lv-zheng/fix_int64 Niels 2016-03-29 10:35:24 +02:00
  • 3e76e61b9c Use namespace std for int64_t and uint64_t Lv Zheng 2016-03-28 17:01:25 +08:00
  • 2f63e5fb45 added copyright information to files to make release more self-contained Niels 2016-03-25 17:41:36 +01:00
  • fbc25b080b Added missing cerrno header to fix ERANGE c-error on android Raphael Isemann 2016-03-10 08:46:26 +01:00
  • c6a6a024f7 fixes #214 Niels 2016-03-06 20:03:05 +01:00
  • 10a884473e fixed #217 Niels 2016-03-04 07:30:08 +01:00
  • 8ee3d24046 Merge pull request #218 from Annihil/master Niels 2016-03-04 07:26:27 +01:00
  • 78a020354d Corrected readme Annihil 2016-03-02 02:01:40 +01:00
  • 53879f9c99 cleanup Niels 2016-02-21 08:17:11 +01:00
  • 502cedf70b Merge pull request #213 from whackashoe/patch-1 Niels 2016-02-21 08:15:46 +01:00
  • df3ab06f2e Create PULL_REQUEST_TEMPLATE.md Jett LaRue 2016-02-20 16:22:46 -06:00
  • f965c4c35b improved code coverage Niels 2016-02-14 22:56:51 +01:00
  • d869b0a387 updated online documentation Niels 2016-02-14 22:28:56 +01:00
  • 3a92559fa9 cleanup Niels 2016-02-14 22:24:45 +01:00
  • 09654b3104 Merge pull request #208 from nlohmann/noexcept Niels 2016-02-14 22:18:39 +01:00
  • f160f33fb5 update from master Niels 2016-02-14 21:44:00 +01:00
  • 7f4736b546 added serialization to fuzz testing Niels 2016-02-14 21:36:56 +01:00
  • a3eecdc383 updated Catch to v1.3.4 Niels 2016-02-14 21:36:43 +01:00
  • 153e105164 cleanup after #207 Niels 2016-02-14 18:38:29 +01:00
  • ec098ffcc2 Merge pull request #207 from msm-/afl-fuzz Niels 2016-02-14 17:24:54 +01:00
  • 49dc2dff68 fixed error when compiled with Clang Niels 2016-02-14 16:58:24 +01:00
  • 836fdfedf2 fixed an error in MSVC Niels 2016-02-14 16:53:32 +01:00
  • a69b1a6f0b added noexcept and constexpr Niels 2016-02-14 16:42:48 +01:00
  • 9e500b49ac Add support for afl-fuzz testing Michael Macnair 2016-02-12 09:35:08 +00:00
  • 61fe90f998 Merge pull request #205 from nlohmann/issue204 Niels 2016-02-10 21:41:55 +01:00
  • a831c787df try to replace std::ptrdiff_t with auto (for #204) Niels 2016-02-10 21:19:31 +01:00
  • 4cc4b26dd2 try to replace ssize_t occurrences with std::ptrdiff_t (for #204) Niels 2016-02-10 21:09:52 +01:00
  • 1cc4717582 tried Clang 3.9 Niels 2016-02-09 21:26:40 +01:00
  • be20555985 removed gitter Niels 2016-02-07 17:24:51 +01:00
  • 236b7afff5 updated and fixed online version Niels 2016-02-07 15:07:17 +01:00
  • fdfb39d949 improved documentation Niels 2016-02-07 14:55:29 +01:00
  • 3b776c08c7 clarified documentation Niels 2016-02-07 10:45:52 +01:00
  • 8b1a777d36 reverted change wrt. Erasable concept Niels 2016-02-05 22:37:28 +01:00
  • 2ff2e10660 checking Erasable concept Niels 2016-02-05 22:30:37 +01:00
  • ae5bd307a2 improved documentation Niels 2016-02-05 22:30:25 +01:00
  • 2c720b26ab added a constructor from an input stream Niels 2016-02-05 19:24:42 +01:00
  • 104c4b5286 improve code coverage Niels 2016-01-31 15:04:38 +01:00