1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-12 09:21:42 +03:00
Commit Graph

642 Commits

Author SHA1 Message Date
4151f2d297 added test with thousands_sep 2017-02-19 20:08:01 +01:00
5b53f03e7c Merge branch 'develop' into TurpentineDistillery-feature/locale_independent_num_to_str 2017-02-19 19:24:55 +01:00
9a9d0ba3df 🚧 fixing warning C4293 (#453) 2017-02-19 17:47:20 +01:00
d1479e47bb 💄 added assertion message 2017-02-18 11:01:03 +01:00
513eb3ab5f 🚧 clean up 2017-02-18 11:00:18 +01:00
0200f2dc62 🚧 fixing warning C4267 (#453) 2017-02-17 19:14:21 +01:00
6408402ad2 🔀 merge #378 (for #362 and #454) 2017-02-16 09:24:45 +01:00
057b1e606b 🔀 merged #415 (fix for #414) 2017-02-16 08:50:20 +01:00
2c17c1b1b2 💄 cleanup 2017-02-16 08:01:01 +01:00
973402c11e 🚧 replaced throws (#440) and _MAX/_MIN macros (#451) 2017-02-15 22:44:18 +01:00
b9f3149451 🚑 fix for #452 2017-02-15 21:30:28 +01:00
6bf93b3d06 Merge remote-tracking branch 'upstream/develop' into develop 2017-02-15 15:00:25 +02:00
265c5b5207 🔨 more work on the number parser 2017-02-13 18:51:23 +01:00
c8191c8172 🔨 further cleanup 2017-02-12 18:50:17 +01:00
c2d55109c1 🔨 make lexer distinguishes number types 2017-02-11 16:54:25 +01:00
9f5dccbab5 💄 cleanup 2017-02-11 15:55:53 +01:00
926af6d50b 🔀 merge branch 'develop' into TurpentineDistillery-feature/locale_independent_str_to_num 2017-02-11 15:17:47 +01:00
662a9b8f3c ✏️ fixed more typos 2017-02-08 18:19:41 +01:00
4746a4c536 💄 minor change 2017-02-08 17:56:43 +01:00
8d88a1da2a 🔀 merged #379 and fixed conflicts 2017-02-05 13:13:41 +01:00
c75865d88c 🐛 fixed -Weffc++ warnings 2017-02-01 15:13:21 +01:00
b210f2dbf4 💄 minor refactoring 2017-01-29 21:40:37 +01:00
38e4935db0 📝 added example and documentation for the meta function 2017-01-28 17:12:29 +01:00
cdde1a9436 🔖 set version to 2.1.0 2017-01-28 16:46:03 +01:00
d870826811 🔖 set version to 2.1.0 2017-01-28 16:03:35 +01:00
cd9701b123 💄 cleanup 2017-01-26 20:51:30 +01:00
77bb7af5d9 📝 added more documentation 2017-01-26 07:29:37 +01:00
4d3053cd42 💄 some cleanup 2017-01-25 22:21:07 +01:00
94d9b7bc86 📝 overworked documentation (re-added constructor examples) 2017-01-25 21:59:54 +01:00
ec03c9c53e 📝 overworked docs #435 2017-01-25 19:01:31 +01:00
6198439f59 fix #414 - comparing to 0 literal
Overload comparison operators for all types that could be converted
to nullptr.
2017-01-24 22:33:37 +02:00
c154f3133d 🚧 rephrased assertions 2017-01-24 15:02:35 +01:00
250e5bf43d 💄 overworked documentation and indentation 2017-01-24 13:47:33 +01:00
9f8b270ed9 fix some warnings 2017-01-22 14:07:28 +01:00
9c6ef74a28 add static_asserts/remove the need for CopyConstructible in get 2017-01-21 19:12:40 +01:00
ba0b35f414 use typename U = uncvref_t where appropriate 2017-01-21 19:12:40 +01:00
37fd20b2eb put uncvref_t, enable_if_t, value_t and operator<(value_t) in detail 2017-01-21 19:12:40 +01:00
7d771c71ed put back type_name in basic_json
This can however not be done easily for value_t, since
external_constructor depends on it, as is operator< which was moved
outside basic_json too.
This is not really an issue, since all basic_json classes share the same
enum
2017-01-21 19:12:40 +01:00
f997758cad remove useless forward declaration of primitive_iterator_t 2017-01-21 19:12:40 +01:00
40ba5a8b7b remove inline keyword from anonymous namespace (not needed) 2017-01-21 19:12:40 +01:00
7f359017d2 rename template argument Json -> BasicJsonType 2017-01-21 19:12:40 +01:00
889b269a4f rename template argument: BasicJson -> Json 2017-01-21 16:14:23 +01:00
a6b028286b move conjunction/disjunction to the top of detail 2017-01-21 16:14:23 +01:00
d566bb81c4 use switchs where appropriate 2017-01-21 16:14:23 +01:00
1e20887cff use JSON_THROW 2017-01-21 16:14:22 +01:00
3e15b551e0 run make pretty 2017-01-21 16:14:22 +01:00
b56117b148 add noexcept tests 2017-01-21 16:14:22 +01:00
af94e712c7 add basic doxygen documentations 2017-01-21 16:14:22 +01:00
1d87097741 remove some boilerplate 2017-01-21 16:14:22 +01:00
e60e458a7e move static_const to the detail namespace 2017-01-21 16:14:22 +01:00