John Keiser
|
1d06624d38
|
Unset /D_CRT_SECURE_NO_WARNINGS
- Also localize DISABLE_DEPRECATED_WARNING so that we catch other
deprecations
|
2020-05-04 11:35:05 -07:00 |
|
ostri
|
d4239aaa8f
|
default initialisaiton (#779)
* padded_string.* default initialisation
parsedjson_iterator - copy constructor; depth_index not necessary
|
2020-04-23 18:32:11 -04:00 |
|
John Keiser
|
fd418f568c
|
Fix c++11 warnings on clang
- namespace x::y is C++17
- static_assert requires message in C++11
|
2020-04-15 17:27:48 -07:00 |
|
John Keiser
|
e3efbcddc1
|
Cast padded_string to string_view instead of string
|
2020-03-27 09:13:11 -07:00 |
|
Daniel Lemire
|
abb0bf9247
|
Fixed basictests
|
2020-03-26 19:40:29 -04:00 |
|
John Keiser
|
006cc2ed60
|
Remove simdjson_move_result
|
2020-03-26 12:48:03 -07:00 |
|
John Keiser
|
1a5d8f1957
|
Add tests for SIMDJSON_EXCEPTIONS=0, add tie() support
|
2020-03-17 13:54:37 -07:00 |
|
John Keiser
|
40c6213d7e
|
Add parser.load() and load_many() to load files
|
2020-03-11 17:19:41 -07:00 |
|