Commit Graph

  • 548a76e94a Fixed precision issue that caused double->text->double round trip conversions to be inexact jean 2016-02-11 00:24:19 +0100
  • 61fe90f998 Merge pull request #205 from nlohmann/issue204 Niels 2016-02-10 21:41:55 +0100
  • a831c787df try to replace std::ptrdiff_t with auto (for #204) Niels 2016-02-10 21:19:31 +0100
  • 4cc4b26dd2 try to replace ssize_t occurrences with std::ptrdiff_t (for #204) Niels 2016-02-10 21:09:52 +0100
  • 1cc4717582 tried Clang 3.9 Niels 2016-02-09 21:26:40 +0100
  • be20555985 removed gitter Niels 2016-02-07 17:24:51 +0100
  • 236b7afff5 updated and fixed online version Niels 2016-02-07 15:07:17 +0100
  • 64281e7980 Update Niels 2016-02-07 14:57:42 +0100
  • fdfb39d949 improved documentation Niels 2016-02-07 14:55:29 +0100
  • 3b776c08c7 clarified documentation Niels 2016-02-07 10:45:52 +0100
  • 8b1a777d36 reverted change wrt. Erasable concept Niels 2016-02-05 22:37:28 +0100
  • 6658f4ce01 Update Niels 2016-02-05 22:33:55 +0100
  • 2ff2e10660 checking Erasable concept Niels 2016-02-05 22:30:37 +0100
  • ae5bd307a2 improved documentation Niels 2016-02-05 22:30:25 +0100
  • 57067786d6 Update Niels 2016-02-05 19:33:31 +0100
  • 2c720b26ab added a constructor from an input stream Niels 2016-02-05 19:24:42 +0100
  • 104c4b5286 improve code coverage Niels 2016-01-31 15:04:38 +0100
  • 5e75d25773 Update Niels 2016-01-31 13:08:54 +0100
  • 6aa881988d improved documentation Niels 2016-01-31 13:05:39 +0100
  • b4da62ee89 Update Niels 2016-01-30 22:07:50 +0100
  • 22127a4b85 moved documentation to index markdown file Niels 2016-01-30 22:05:01 +0100
  • 740239cef8 added a note about GCC 4.8 (#163) Niels 2016-01-30 21:17:08 +0100
  • 36719fdb18 using re2c 0.16 (minimized automaton) Niels 2016-01-30 20:33:31 +0100
  • 124e3bc653 Update Niels 2016-01-30 20:25:28 +0100
  • 9d063d90e3 removed "using namespace" from examples Niels 2016-01-30 20:23:14 +0100
  • ade2f7c92d updated ChangeLog Niels 2016-01-30 16:51:53 +0100
  • 2224435f9b cleanup after #200 Niels 2016-01-30 13:36:15 +0100
  • cd44e43457 Merge pull request #200 from twelsby/issue199 Niels 2016-01-30 13:32:22 +0100
  • 9b4eb1447b Merge e9517958a3 into ff6f723195 twelsby 2016-01-30 07:58:29 +0000
  • e9517958a3 Merge get_number()/get_integer() + changes suggested by @gregmarr Trevor Welsby 2016-01-30 17:58:02 +1000
  • 21a00fccc8 Shift integer parsing to guess_type() and rename to get_integer() Trevor Welsby 2016-01-30 11:55:11 +1000
  • 561accb068 Fixed issue #199 Trevor Welsby 2016-01-30 12:41:12 +1000
  • 7d08aa759b Implement bitfields for better readability over masks Trevor Welsby 2016-01-29 18:52:25 +1000
  • f35f60c844 Change parse to record float precision Trevor Welsby 2016-01-27 12:53:56 +1000
  • ff6f723195 removed token Niels 2016-01-26 23:30:51 +0100
  • 3dfa56795f added note Niels 2016-01-26 23:27:07 +0100
  • 1c80c2231f linked releases in ChangeLog Niels 2016-01-26 23:10:52 +0100
  • 89b07bd3af added (generated) changelog Niels 2016-01-26 22:59:57 +0100
  • 91c58a77a1 added Gitter to Travis Niels 2016-01-26 21:49:20 +0100
  • fb239fe645 trying Gitter Niels 2016-01-26 21:42:51 +0100
  • 52ac56c33e Add Gitter badge The Gitter Badger 2016-01-26 20:38:59 +0000
  • c7fc1163f8 Update Niels 2016-01-26 20:09:25 +0100
  • 2468631dc9 overworked examples Niels 2016-01-26 20:07:03 +0100
  • 707732a53e clean up after #193 Niels 2016-01-26 19:50:49 +0100
  • e46cc6327f Merge pull request #193 from twelsby/issue178 Niels 2016-01-26 19:40:16 +0100
  • d338042e3e added note to warn about floating-point exceptions (#181) Niels 2016-01-26 19:21:46 +0100
  • 11ae1d0f09 cleanup after #196 Niels 2016-01-26 19:13:03 +0100
  • 077fb1d540 Merge pull request #196 from twelsby/issue195 Niels 2016-01-26 19:12:36 +0100
  • b630ce0e78 thanks Niels 2016-01-26 19:11:58 +0100
  • 8deaabb289 Merge pull request #197 from m-click/fix_broken_link Niels 2016-01-26 19:10:46 +0100
  • 08fd6dbf98 Fix broken link Volker Diels-Grabsch 2016-01-26 15:22:15 +0100
  • 2de94365de Revert to llvm-toolchain-precise-* due to Travis white-list issue Trevor Welsby 2016-01-26 09:14:43 +1000
  • a4a88b1b7d Issue #195 - update Travis to Trusty due to gcc/clang strtod() bug Trevor Welsby 2016-01-26 08:32:15 +1000
  • 2b13711009 updated online version v1.1.0 Niels 2016-01-24 23:02:28 +0100
  • c09d03fba7 fixed documentation Niels 2016-01-24 22:43:00 +0100
  • d30ea2aa4c Update Niels 2016-01-24 22:42:16 +0100
  • e664ac2bae Update Niels 2016-01-24 22:39:36 +0100
  • d3b5e1451e Update Niels 2016-01-24 22:36:59 +0100
  • 03e077bccf Update Niels 2016-01-24 22:34:43 +0100
  • 31093694ce fixed version number Niels 2016-01-24 22:21:27 +0100
  • aee99b362d some editing Niels 2016-01-24 19:24:06 +0100
  • 0f28c69499 Merge upstream commits and resolve conflicts Trevor Welsby 2016-01-25 02:48:38 +1000
  • 281492c581 Merge upstream commits and resolve conflicts Trevor Welsby 2016-01-25 02:42:20 +1000
  • 54a4139157 cleanup after #191 Niels 2016-01-24 17:33:46 +0100
  • 4620960b72 Disable problematic test for GCC/clang, remove debug dump from unit.cpp Trevor Welsby 2016-01-25 02:22:46 +1000
  • ad5d1dabb2 Merge pull request #191 from twelsby/issue186 Niels 2016-01-24 17:21:22 +0100
  • 81b7079255 Kill unused argument warnings in GCC/clang Trevor Welsby 2016-01-25 02:13:39 +1000
  • 19918b948d Fix typo in preprocessor defined/!defined Trevor Welsby 2016-01-25 02:07:49 +1000
  • 9584a99a43 added issue stats Niels 2016-01-24 17:06:36 +0100
  • 421affd06e Merge upstream commits and resolve conflicts Trevor Welsby 2016-01-25 02:01:01 +1000
  • 4d6985d4e2 Disable problematic test for GCC/clang, remove debug dump from unit.cpp Trevor Welsby 2016-01-25 01:53:32 +1000
  • dfb01c659b added more comments Niels 2016-01-24 16:42:45 +0100
  • 3245a0dc06 fixed #194 Niels 2016-01-24 16:42:13 +0100
  • 12ef668335 Merge upstream commits and resolve conflicts Trevor Welsby 2016-01-25 01:15:13 +1000
  • d7ef2ccffd Issue #178 - fully support int64_t/uint64_t numbers, add unsigned type Trevor Welsby 2016-01-24 23:51:42 +1000
  • 8b6e0dc02d small addition Niels 2016-01-24 13:28:16 +0100
  • d7d1e55648 applied include-what-you-use Niels 2016-01-24 13:28:08 +0100
  • 8a0490a011 cleanup Niels 2016-01-24 13:04:55 +0100
  • e00b00fea8 Merge pull request #190 from twelsby/issue185 Niels 2016-01-24 12:55:40 +0100
  • 67a54a4a08 Update Niels 2016-01-24 11:12:02 +0100
  • 600ad330c5 cleanup after PR #189 Niels 2016-01-24 11:00:54 +0100
  • 21a44da89d Merge pull request #189 from twelsby/issue171 Niels 2016-01-24 10:47:26 +0100
  • f79d52b973 DEBUG ONLY: DUMP INFO FROM TRAVIS Trevor Welsby 2016-01-24 19:15:30 +1000
  • c1f5f0451d Add workaround for gcc < 5 not supporting std::defaultfloat Trevor Welsby 2016-01-24 17:54:50 +1000
  • bd8db5d40e Remove VS induced tabs Trevor Welsby 2016-01-24 17:15:44 +1000
  • a1c6f16bd3 Fix Issue #186 - add overload wrappers for strto(f|d|ld) Trevor Welsby 2016-01-24 17:00:11 +1000
  • 3a1403409f Issue #185 - remove approx() and use #pragma to kill warnings Trevor Welsby 2016-01-23 17:45:30 +1000
  • bd0f3001c6 Fix typo in new unit.hpp comments Trevor Welsby 2016-01-23 17:31:58 +1000
  • 7e3245786c Fixed issue #171 - added extra operator[] template overloads Trevor Welsby 2016-01-23 17:03:45 +1000
  • 9de14a4861 Fixed issue #167 - removed operator ValueType() condition for VS2015 Trevor Welsby 2016-01-23 16:34:15 +1000
  • 7399393188 Update Niels 2016-01-22 19:41:27 +0100
  • 1eb9e04a10 Merge 80877ad75b into f854410542 twelsby 2016-01-22 13:40:26 +0000
  • 80877ad75b Add extra operator[] overload templates to address issue #171 Trevor Welsby 2016-01-22 23:20:48 +1000
  • 304ccdbce1 Merge upsteam commits and remove VS induced tabs Trevor Welsby 2016-01-22 15:31:54 +1000
  • 6dec1d2dc7 Merge branch 'master' of https://github.com/nlohmann/json Trevor Welsby 2016-01-22 15:15:22 +1000
  • 9886b94477 Fix parse for small integers, ambiguous operater<< under VS2015 and float equality Trevor Welsby 2016-01-22 14:45:50 +1000
  • 8776431855 Merge 827b15a0ba into f854410542 Erich Keane 2016-01-21 04:10:05 +0000
  • 5c7eb1e011 Merge 7cd933793e into f854410542 Erich Keane 2016-01-20 20:41:12 +0000
  • f854410542 added a note wrt. Valgrind (#175) Niels 2016-01-20 21:20:41 +0100
  • 5c4624c351 wishlist Niels 2016-01-20 21:15:10 +0100