Commit graph

1124 commits

Author SHA1 Message Date
Niels b76861dde5 commit to re-fix issue #195 2016-08-09 23:05:42 +02:00
Niels 6150ffb9dc more compilers 2016-08-09 22:49:08 +02:00
Niels be05dbe618 moved sources 2016-08-09 22:33:31 +02:00
Niels 4b37082e36 more GCC versions 2016-08-09 22:29:01 +02:00
Niels 117fd59abd first try 2016-08-09 22:18:13 +02:00
Niels ff612e0e39 reverted last commit 2016-08-09 18:33:06 +02:00
Niels 0b34ddd47a another try for coveralls 2016-08-09 18:19:54 +02:00
Niels fa4fd334b2 accidentially deleted env 2016-08-05 08:56:58 +02:00
Niels d3c6ed08d6 set build-root 2016-08-05 08:40:42 +02:00
Niels 00046f6ff1 fix for coveralls 2016-08-05 08:18:19 +02:00
Niels 38f562af2a reorganization into smaller test units 2016-08-04 22:51:08 +02:00
Niels 2d3374c8b2 removed codecov 2016-08-04 22:10:30 +02:00
Niels bd75ef9f27 added check-fast flag 2016-08-04 22:05:16 +02:00
Niels ff592c6d50 adjusted warning flags 2016-08-04 22:05:05 +02:00
Niels 91b6e223d9 adjusted capacity test cases 2016-08-04 22:04:55 +02:00
Niels d80329034e split test suite in one file per test case 2016-08-04 21:55:47 +02:00
Niels 3944ecd470 chose correct flags 2016-08-04 07:40:04 +02:00
Niels be5cf0e3ba forgot to pass CPPFLAGS 2016-08-04 07:33:44 +02:00
Niels 5541e6f6f9 split unit tests 2016-08-04 07:24:46 +02:00
Niels 263e6af48d switch off assertions for benchmarks 2016-07-31 23:03:14 +02:00
Niels 4444ef9396 version bump 2016-07-31 14:39:15 +02:00
Niels 9e67dc46fa Merge branch 'release/v2.0.2' into develop 2016-07-31 13:37:49 +02:00
Niels 3586767c05 Merge branch 'release/v2.0.2' 2016-07-31 13:37:26 +02:00
Niels a05df038cd prepared release 2016-07-31 13:37:04 +02:00
Niels 9e51c9041e replaced individual assertions by a class invariant function 2016-07-30 18:02:41 +02:00
Niels 891918a30f cleanup and documentation 2016-07-30 16:12:10 +02:00
Niels 5405ae8601 added default value 2016-07-30 10:50:53 +02:00
Niels b145e0c404 more cleanup 2016-07-29 23:47:16 +02:00
Niels b2b68a0fa1 header + cleanup 2016-07-29 22:24:47 +02:00
Niels 161c74a92e some cleanup 2016-07-28 21:19:56 +02:00
Niels 6297631e22 reverted breaking changes 2016-07-27 21:40:15 +02:00
Niels a7f8c47f68 cleaned up code
- removed unnecessary assertions
- simplified simple if/return patterns
2016-07-27 21:29:55 +02:00
Niels bdaade91f5 fixed some errors in the README gif 2016-07-27 17:07:00 +02:00
Niels 5e88c6f254 more on travis 2016-07-25 23:41:16 +02:00
Niels cc8102f0c4 used the wrong variable 2016-07-25 22:19:49 +02:00
Niels fd7c7be851 fixed bash errors 2016-07-25 19:38:51 +02:00
Niels 148fed1e63 minor change 2016-07-25 18:06:59 +02:00
Niels 02fc3cddee test homebrew on OSX 2016-07-25 16:48:26 +02:00
Niels a01ec918ac minor changes 2016-07-25 16:21:15 +02:00
Niels d08e013dd0 improved documentation 2016-07-25 16:06:13 +02:00
Niels 369671f028 added more Unicode tests 2016-07-25 16:05:58 +02:00
Niels dcea3a283c Merge branch 'feature/issue283' into develop (fixes #278) 2016-07-24 11:16:47 +02:00
Niels 84673b7de3 added test case from issue #283 2016-07-24 11:08:39 +02:00
Niels e2aa2d2189 improved test coverage 2016-07-24 11:01:47 +02:00
Niels 75dbbc55cf started to implement #283 2016-07-23 09:59:09 +02:00
Niels ddfe86cc49 fixed a bug that was found in the discussion of #274 2016-07-22 21:40:58 +02:00
Niels 51a3829680 reverted change to constexpr get_ref (does not work with GCC and MSVC) 2016-07-22 15:53:38 +02:00
Niels 4e7501e59a minor changes
- fixed a bug that did not discard strings with control characters
between 0x10 and 0x1f
- added termination proofs for two important loops
- made get_ref() constexpr
2016-07-22 15:34:45 +02:00
Niels 4c98c971b8 added benchmarks for numbers 2016-07-20 23:06:45 +02:00
Niels 1286d35767 make sure precision is reset on output streams during serialization 2016-07-20 20:07:45 +02:00