Daniel Lemire
|
4c63a929bc
|
This makes it possible to a have document instance (DOM) that is separate from the parser if you would like. (#1430)
* This makes it possible to a have document instance that is separate from the parser if you would like.
|
2021-02-10 14:44:53 -05:00 |
John Keiser
|
1ff55c2729
|
Replace auto [x,error] with .get() everywhere
|
2020-06-21 16:26:59 -07:00 |
John Keiser
|
a7fc7d4ffb
|
Switch from get(v,e) to e = get(v)
|
2020-06-20 17:57:09 -07:00 |
John Keiser
|
f336103f63
|
Convert tools/docs/benchmarks to bool get() idiom
|
2020-06-20 17:55:46 -07:00 |
John Keiser
|
56e2b38048
|
Add bool result from tie()/get(), get<T>(T&,error_code&)
|
2020-06-20 17:55:46 -07:00 |
John Keiser
|
f632e7c043
|
Put C++11 capable version back, change name to readme style
|
2020-06-18 12:50:49 -07:00 |
Daniel Lemire
|
0655a135e6
|
Reverting.
|
2020-06-17 17:52:07 +00:00 |
Daniel Lemire
|
4474f8ef18
|
Cleaning a bit the examples.
|
2020-06-17 16:24:55 +00:00 |
Daniel Lemire
|
27a75a9085
|
Tweaking.
|
2020-06-15 17:54:34 -04:00 |
Daniel Lemire
|
954d6c326d
|
New examples.
|
2020-06-15 17:45:15 -04:00 |
Daniel Lemire
|
f397b6fedf
|
Another example. (#790)
* Another example.
* Adding a reference to error chaining.
|
2020-04-23 21:48:41 -04:00 |
Daniel Lemire
|
4f72d5cfac
|
This adds another example (#785)
|
2020-04-23 18:29:28 -04:00 |
John Keiser
|
289cc3e7a0
|
Treat warnings as errors during compilation
|
2020-04-15 19:59:38 -07:00 |
John Keiser
|
09cf18a646
|
Add C++11 tests to cmake
- Add simdjson-flags target so callers don't have flags forced on them
|
2020-04-15 17:26:25 -07:00 |
John Keiser
|
1e30b6e334
|
Compile under C++ 11
|
2020-04-08 14:00:13 -07:00 |
John Keiser
|
7ed65e42d7
|
Add actual examples from basics.md to readme_examples
|
2020-03-29 16:28:29 -07:00 |