Commit Graph

  • a04bd4f851 cleanup after #184 Niels 2016-01-20 21:14:58 +0100
  • 663ad13fc3 Merge pull request #184 from dariomt/master Niels 2016-01-20 20:58:44 +0100
  • db3c7fdb96 added missing template keyword (required by clang) dariomt 2016-01-19 16:20:27 +0100
  • e2f0e8b945 added missing typename (required by clang/gcc) dariomt 2016-01-19 14:56:07 +0100
  • 4d079d135e replicate code changes into re2c file dariomt 2016-01-18 11:32:24 +0100
  • 09a4751ee7 Enhance get_number() parsing (also eliminate Valgrind induced errors) Trevor Welsby 2016-01-18 19:10:51 +1000
  • e1645a09e9 Merge branch 'master' of https://github.com/nlohmann/json dariomt 2016-01-18 10:08:58 +0100
  • b40408a755 Fully support int64_t/uint64_t numbers, add unsigned type Trevor Welsby 2016-01-17 20:26:40 +1000
  • 4ce2b93324 Fully support int64_t/uint64_t numbers, add unsigned type Trevor Welsby 2016-01-17 19:30:04 +1000
  • a96e155a71 Fully support int64_t/uint64_t numbers, add unsigned type Trevor Welsby 2016-01-17 19:24:54 +1000
  • 72e33eec1a thanks Niels 2016-01-15 08:24:44 +0100
  • 8968885c61 Merge pull request #182 from nibroc/master Niels 2016-01-15 07:21:07 +0100
  • 8ecccf8628 Fixed some typos in CONTRIBUTING.md Corbin Hughes 2016-01-14 22:35:48 -0600
  • c0bb5a56eb added note on assertions (#168) Niels 2016-01-13 21:08:42 +0100
  • a05f27867b fixed wrong file name Niels 2016-01-13 20:37:05 +0100
  • ee930f3875 Update Niels 2016-01-13 20:33:01 +0100
  • 832fe49bc1 fixed lists Niels 2016-01-13 20:26:47 +0100
  • 57e018483a it's 2016 already... Niels 2016-01-13 20:19:05 +0100
  • 1741e58eb5 contribution guidelines (#175) Niels 2016-01-13 20:18:06 +0100
  • 4511145d3d removing unused catch variables (fixes #180) Niels 2016-01-13 19:19:35 +0100
  • 4eb3e41f64 Update Niels 2016-01-13 19:16:43 +0100
  • 151d43f63e fixing numerous typos (fixes #179) Niels 2016-01-13 19:14:33 +0100
  • b2d68ffd8f Implement empty base optimization for allocator-aware basic_json Pierre-Antoine Lacaze 2016-01-03 19:13:14 +0100
  • 4a452f11f9 added assertions (#168) Niels 2016-01-03 17:05:27 +0100
  • fda4d2de1e Merge cc24003700 into d27c8a8ea8 Pierre-Antoine Lacaze 2016-01-03 00:27:55 +0000
  • cc24003700 Make basic_json allocate-aware, as mentioned in #161 Pierre-Antoine Lacaze 2016-01-03 01:24:23 +0100
  • 7cd933793e Changes to re2c file to match the json.hpp changes Erich Keane 2016-01-02 08:50:31 -0800
  • d27c8a8ea8 reverting OSX Niels 2016-01-02 16:49:56 +0100
  • fb7ff414ad more Valgrind information Niels 2016-01-02 16:42:45 +0100
  • 2d48a36f5c trying Travis and OSX Niels 2016-01-02 16:37:40 +0100
  • b4bb3afb65 removed clang 3.8 Niels 2016-01-02 15:42:56 +0100
  • 4a87ed4441 trying Clang 3.8 Niels 2016-01-02 15:34:34 +0100
  • 33abe87407 forgot version number Niels 2016-01-02 15:30:12 +0100
  • dbf58ae9c0 trying to add Clang 3.7 toolchain Niels 2016-01-02 15:24:13 +0100
  • 7614aa31c0 cleanup Niels 2016-01-02 13:07:22 +0100
  • 03ccb5917e Abstract object/array type out so that arbitrary types can be used Erich Keane 2016-01-01 13:35:21 -0800
  • 9b07504e23 fix for #166 Niels 2016-01-01 18:33:58 +0100
  • 827b15a0ba Convert the non-unordered_map case not use key_compare Erich Keane 2015-12-30 13:22:45 -0800
  • 16e8d99967 Remove need for object_t to be fully instanced, allowing unordered_map Erich Keane 2015-12-30 11:33:56 -0800
  • 90ab92ade1 Attempt at adding unordered_map as a basic_json object type Erich Keane 2015-12-30 11:12:58 -0800
  • 3905406f9c removed an unnecessary cast (fixed #162) Niels 2015-12-29 12:30:05 +0100
  • 0f15aba494 Update Niels 2015-12-28 15:08:15 +0100
  • aca6a3b373 version number Niels 2015-12-28 15:04:15 +0100
  • b2e984e0b4 Update Niels 2015-12-28 15:03:01 +0100
  • cb5581392a preparing 1.0.0 release Niels 2015-12-28 14:51:57 +0100
  • 80cdecaadd fixed a cppcheck warning v1.0.0 Niels 2015-12-27 18:07:21 +0100
  • d80bbffc78 minor cleanup Niels 2015-12-27 17:58:36 +0100
  • ace055f63b Update Niels 2015-12-27 15:34:08 +0100
  • 7371c71d2a using CHECK_THROWS_WITH to check exceptions (#160) Niels 2015-12-27 15:30:30 +0100
  • d6b8830e03 more work on exceptions (#160) Niels 2015-12-26 13:17:32 +0100
  • dc8ab92552 more tests for exceptions (#160) Niels 2015-12-25 13:04:40 +0100
  • 76e5e29eda overworked exceptions and tests (#160) Niels 2015-12-25 11:46:18 +0100
  • 8620583cf9 cleanup Niels 2015-12-23 12:05:57 +0100
  • a9b56418bc Update Niels 2015-12-23 08:48:23 +0100
  • fcbd984e0f cleanup Niels 2015-12-23 08:44:34 +0100
  • 752082e545 Update Niels 2015-12-23 08:25:25 +0100
  • 70493a10d1 iterator_wrapper for const objects (#83) Niels 2015-12-23 08:21:29 +0100
  • 00f9296db5 some cleanup for #83 Niels 2015-12-22 18:07:51 +0100
  • 2c677528e6 Update Niels 2015-12-22 13:29:42 +0100
  • 67c2d90a21 working on #160 Niels 2015-12-22 13:27:40 +0100
  • c0b55a0162 Update Niels 2015-12-21 08:52:53 +0100
  • 4351698c83 re-adding const version operator[] (#135, #159) Niels 2015-12-21 08:42:42 +0100
  • 149fbba5aa Update Niels 2015-12-20 15:50:04 +0100
  • 9def0186be upgraded Catch to v1.3.1 Niels 2015-12-20 15:42:01 +0100
  • 457bfc2401 work on #144 Niels 2015-12-20 15:30:07 +0100
  • 1adb9d62dd fixed #156 Niels 2015-12-17 16:52:38 +0100
  • 2e3c9774e5 Update Niels 2015-12-17 16:26:44 +0100
  • ac4d4a0f66 fixed compilation error and fixed shadow warnings Niels 2015-12-17 16:22:15 +0100
  • df1bafd8f5 Update Niels 2015-12-17 15:55:39 +0100
  • 07033f67a5 some cleanup and more documentation Niels 2015-12-17 15:49:33 +0100
  • 7f399f8e92 Update Niels 2015-12-16 12:12:56 +0100
  • fb972e845b show reference to source code in documentation Niels 2015-12-16 12:10:12 +0100
  • 6ac89df54d fix for #127 Niels 2015-12-16 12:09:59 +0100
  • 0c2ea62328 Update Niels 2015-12-15 19:44:57 +0100
  • a615598b14 cleanup documentation; started added versions Niels 2015-12-15 19:42:32 +0100
  • 1b13924b99 Merge 663ea4e70c into 1df5d726d9 Kayne Ruse 2015-12-15 17:34:57 +0000
  • 1df5d726d9 undid the fix for #136 Niels 2015-12-15 18:34:07 +0100
  • 663ea4e70c Potential workaround for #136 Louise Ruse 2015-12-15 19:33:35 +1100
  • 5c0fc419bd Update Niels 2015-12-15 08:42:49 +0100
  • cd04a7d3e9 fix for #133 Niels 2015-12-15 08:38:54 +0100
  • 2ba901bbf6 cleanup Niels 2015-12-14 21:23:21 +0100
  • 5bc1b65676 clean up (for #154) Niels 2015-12-14 16:58:49 +0100
  • 258f04c561 fixed #154 (no more warnings for incomplete switches) Niels 2015-12-14 16:32:37 +0100
  • f5ccdba55d Update Niels 2015-12-13 11:29:21 +0100
  • a70a7a8001 fixed #135: operator[] now only works on nonconst JSON objects Niels 2015-12-13 11:26:55 +0100
  • c767f464bb dropped GCC 4.8 support (due to #110) Niels 2015-12-08 18:12:34 +0100
  • 9da8770f3a ignore UTF-8 byte order mark (fixes #152) Niels 2015-12-07 22:27:53 +0100
  • e0d334c4f1 added a comment (see #109) Niels 2015-12-07 21:53:32 +0100
  • d6771ac79d corrected a username Niels 2015-12-07 21:50:27 +0100
  • d9432aa168 Merge pull request #124 from emvivre/master Niels 2015-12-07 21:11:58 +0100
  • 22bc022745 added change from #140 Niels 2015-12-07 21:05:21 +0100
  • 72476b4226 cleanup after #153 Niels 2015-12-07 20:38:13 +0100
  • f36f316fc7 Merge pull request #153 from whackashoe/remove_sprintf Niels 2015-12-07 20:35:43 +0100
  • aa7edbba45 Merge 6ac67bc634 into 6f8e36ac3d 406345 2015-12-07 02:12:56 +0000
  • e04f76742a Merge c8021ce397 into 6f8e36ac3d Ben Long 2015-12-07 00:52:05 +0000
  • 6f8e36ac3d fixes #136 Niels 2015-12-06 17:33:47 +0100
  • 14d8a91f73 Replace sprintf with hex function, this fixes #149 Jett 2015-11-19 00:17:36 -0600
  • b26db497f3 Merge f9f0c3641d into c013223276 Damien Buhl 2015-11-16 09:28:40 +0000
  • c013223276 Merge pull request #146 from robertmrk/surrogate-pair-parsing-fix Niels 2015-11-14 08:22:04 +0100
  • ec7a1d8347 Fix character skipping after a surrogate pair Robert Marki 2015-11-13 12:49:26 +0100