Daniel Lemire
|
4cdc4f18ef
|
documenting fatal errors
|
2025-03-13 13:26:50 -04:00 |
|
Serge Aleynikov
|
78325888ea
|
Add functionality to detect big integers (#2139)
|
2024-02-26 14:00:33 -05:00 |
|
John Keiser
|
4f4e81668e
|
Change all include paths to <> instead of "" to avoid relative path includes
|
2023-07-20 10:48:25 -07:00 |
|
John Keiser
|
9a0527c380
|
Only make editor stuff work in editor
|
2023-07-14 20:05:05 -07:00 |
|
Daniel Lemire
|
cfd337bb50
|
This PR adds an 'at_end()' method. (#1978)
* This PR adds an 'at_end()' method.
* Adding 1111 }
* Tweaking test.
|
2023-03-30 10:47:13 -04:00 |
|
Daniel Lemire
|
fbb46b99e2
|
Fixes and verifies issue 1878. (#1880)
* Fixes and verifies issue 1878.
* Changing how NULL is handled.
* Different design.
|
2022-08-08 22:00:38 -04:00 |
|
Nicolas Boyer
|
ed7343f7f2
|
Provide current location in JSON input (#1695)
* Setup.
* Add current_location().
* Make return simdjson_result and fix cast issues.
* Whitespace.
* Add broken JSON tests. Add null parser check.
* Remove unused variables.
* Alive fix.
* Fix merge issues.
* Simplification for out of bounds.
* More tests.
* Move pointer back for unrecoverable errors.
* Add new error OUT_OF_BOUNDS
* Remove unnecessary include and fix OUT_OF_BOUNDS.
* Add more tests. Fix unrecoverable errors.
* Fix tests.
* Modify one test.
* Update doc.
* Typos.
* Add read_me tests.
* Update doc.
* Add current_location for simdjson_result and document_reference
* Typos.
Co-authored-by: Daniel Lemire <lemire@gmail.com>
|
2021-08-27 13:41:59 -04:00 |
|
Daniel Lemire
|
de4deb8c4e
|
Makes it possible to cast a document to a value. (#1690)
* Makes it possible to cast a document to a value.
|
2021-08-11 20:02:30 -04:00 |
|
Daniel Lemire
|
06643fc9f5
|
Additional tests and document tuning (#1684)
* Additional example.
* Adds more tests.
* Actually using the variable.
|
2021-08-02 16:35:02 -04:00 |
|
Daniel Lemire
|
47a62db559
|
Isolated jkeiser fix for issue 1632: make it so that INCORRECT_TYPE is a recoverable condition in On Demand (#1663)
|
2021-07-23 11:32:26 -04:00 |
|
John Keiser
|
f51d50399c
|
Only include builtin implementation from header
|
2021-03-08 13:48:53 -08:00 |
|
John Keiser
|
f0e92e3bdd
|
Pass "capacity" straight to iterate, support std::string
|
2021-03-03 12:51:00 -08:00 |
|
John Keiser
|
22b3ea93a8
|
Emit an error if user tries to iterate arrays out of order
|
2021-01-26 20:00:19 -08:00 |
|
John Keiser
|
a700848bae
|
Move ondemand implementation to include/
|
2020-10-04 12:47:30 -07:00 |
|