- 25 Aug, 2017 7 commits
-
-
Niels Lohmann authored
we are overrding the CXXFLAGS provided by travis in order to use gcc's libstdc++
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
- 24 Aug, 2017 1 commit
-
-
Niels Lohmann authored
fix from_json implementation for pair/tuple
-
- 23 Aug, 2017 2 commits
-
-
Théo DELRIEU authored
Introduced by 6e4910d5 Fixes #707
-
Niels Lohmann authored
This reverts commit 41b2c69b.
-
- 22 Aug, 2017 3 commits
-
-
Niels Lohmann authored
Fixed some warning in Clion.
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 21 Aug, 2017 3 commits
-
-
Niels Lohmann authored
-
-
- 20 Aug, 2017 2 commits
-
-
Niels Lohmann authored
This reverts commit c77a0be5.
-
Niels Lohmann authored
-
- 16 Aug, 2017 9 commits
-
-
Niels Lohmann authored
This commit changes the iterator category to andom_access_iterator and allows offsets and subscript operators for object iterators.
-
Niels Lohmann authored
-
Niels Lohmann authored
The CBOR and MessagePack parsers now expect the input to be read until the end. Unless the new parameter "strict" is set to false (it is true by default), an exception is raised if the parser ends prematurely. This is a breaking change as the parsers ignored unread input so far. Furthermore, the offset/startIndex paramter introduced in #462 was removed as this behavior can be mimicked with an iterator range. For instance, instead of calling "from_cbor(vec, 5);", you can write "from_cbor({vec.begin()+5, vec.end()});".
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Added a parameter to control whether parsing CBOR and MessagePack must completely consume the input.
-
- 15 Aug, 2017 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 13 Aug, 2017 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 10 Aug, 2017 4 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-