Commit graph

  • 96443b0b97 added more thanks to the README file Niels 2016-03-30 19:47:08 +0200
  • 27530c7840 better notes for Android (manually closes #215) Niels 2016-03-30 19:42:54 +0200
  • 888635b749 cleanup after PR #212 and PR #226 Niels 2016-03-30 19:23:11 +0200
  • 3df5337e79 fixes #223 by updating README.md Kevin Dixon 2016-03-29 21:41:46 -0700
  • 54d3cab568 Merge pull request #226 from lv-zheng/fix_int64 Niels 2016-03-29 10:35:24 +0200
  • 3e76e61b9c Use namespace std for int64_t and uint64_t Lv Zheng 2016-03-28 17:01:25 +0800
  • 2f63e5fb45 added copyright information to files to make release more self-contained Niels 2016-03-25 17:41:36 +0100
  • fbc25b080b Added missing cerrno header to fix ERANGE c-error on android Raphael Isemann 2016-03-10 08:46:26 +0100
  • c6a6a024f7 fixes #214 Niels 2016-03-06 20:03:05 +0100
  • 10a884473e fixed #217 Niels 2016-03-04 07:30:08 +0100
  • 8ee3d24046 Merge pull request #218 from Annihil/master Niels 2016-03-04 07:26:27 +0100
  • 78a020354d Corrected readme Annihil 2016-03-02 02:01:40 +0100
  • 53879f9c99 cleanup Niels 2016-02-21 08:17:11 +0100
  • 502cedf70b Merge pull request #213 from whackashoe/patch-1 Niels 2016-02-21 08:15:46 +0100
  • df3ab06f2e Create PULL_REQUEST_TEMPLATE.md Jett LaRue 2016-02-20 16:22:46 -0600
  • f965c4c35b improved code coverage Niels 2016-02-14 22:56:51 +0100
  • d869b0a387 updated online documentation Niels 2016-02-14 22:28:56 +0100
  • 3a92559fa9 cleanup Niels 2016-02-14 22:24:45 +0100
  • 09654b3104 Merge pull request #208 from nlohmann/noexcept Niels 2016-02-14 22:18:39 +0100
  • f160f33fb5 update from master Niels 2016-02-14 21:44:00 +0100
  • 7f4736b546 added serialization to fuzz testing Niels 2016-02-14 21:36:56 +0100
  • a3eecdc383 updated Catch to v1.3.4 Niels 2016-02-14 21:36:43 +0100
  • 153e105164 cleanup after #207 Niels 2016-02-14 18:38:29 +0100
  • ec098ffcc2 Merge pull request #207 from msm-/afl-fuzz Niels 2016-02-14 17:24:54 +0100
  • 49dc2dff68 fixed error when compiled with Clang Niels 2016-02-14 16:58:24 +0100
  • 836fdfedf2 fixed an error in MSVC Niels 2016-02-14 16:53:32 +0100
  • a69b1a6f0b added noexcept and constexpr Niels 2016-02-14 16:42:48 +0100
  • 9e500b49ac Add support for afl-fuzz testing Michael Macnair 2016-02-12 09:35:08 +0000
  • 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
  • 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
  • 2ff2e10660 checking Erasable concept Niels 2016-02-05 22:30:37 +0100
  • ae5bd307a2 improved documentation Niels 2016-02-05 22:30:25 +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
  • 6aa881988d improved documentation Niels 2016-01-31 13:05:39 +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
  • 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
  • 561accb068 Fixed issue #199 Trevor Welsby 2016-01-30 12:41:12 +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
  • 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 Niels 2016-01-24 23:02:28 +0100
  • c09d03fba7 fixed documentation Niels 2016-01-24 22:43:00 +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
  • 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
  • f854410542 added a note wrt. Valgrind (#175) Niels 2016-01-20 21:20:41 +0100