Daniel Lemire
|
cd7e7c7fb7
|
rename to 'append'
|
2025-02-28 21:28:38 -05:00 |
|
Daniel Lemire
|
a30102ae8e
|
saving
|
2025-02-28 21:28:13 -05:00 |
|
Daniel Lemire
|
69a98fbede
|
adding documentation for string_builder
|
2025-02-28 15:25:21 -05:00 |
|
Francisco Geiman Thiesen
|
616faf6340
|
Adding specialization for smart pointers for basic types. I think it is highly likely that this can be done in a more generic way.
|
2025-02-21 23:26:28 +00:00 |
|
Francisco Geiman Thiesen
|
05415534fe
|
Adding support for smart pointers of user defined types.
|
2025-02-21 00:31:07 +00:00 |
|
Daniel Lemire
|
497d2ce6f3
|
automated
|
2025-02-14 00:21:23 -05:00 |
|
Daniel Lemire
|
ac405de81a
|
patching the automated deserialization.
|
2025-02-13 23:35:59 -05:00 |
|
Francisco Geiman Thiesen
|
c2b18fb28b
|
Adding draft of static reflection based deserialization
|
2025-02-13 08:35:33 -08:00 |
|
Daniel Lemire
|
29212b53cd
|
simplify
|
2025-02-12 10:49:08 -05:00 |
|
Daniel Lemire
|
8b77325a40
|
reordering.
|
2025-02-11 21:07:37 -05:00 |
|
Daniel Lemire
|
fc15add8f3
|
Sketch of builder
|
2025-02-11 18:19:36 -05:00 |
|
Daniel Lemire
|
4024d70596
|
various pedantic fixes
|
2025-02-10 14:26:40 -05:00 |
|
Daniel Lemire
|
6a4e445960
|
fix for pre C++17 if constexpr
|
2025-02-05 18:45:58 -05:00 |
|
Daniel Lemire
|
98c37ac3d6
|
applying a couple of fixes
|
2025-02-04 17:42:04 -05:00 |
|
Francisco Geiman Thiesen
|
d7152b8759
|
Merging with master.
|
2025-02-02 18:00:57 -08:00 |
|
Francisco Geiman Thiesen
|
3dfa83ec2f
|
Merge branch 'master' into json_builder_init, since this branch was
created more than 2 months ago.
|
2025-02-02 17:50:45 -08:00 |
|
Daniel Lemire
|
e422933414
|
release 3.12.0
|
2025-01-27 20:35:57 -05:00 |
|
Daniel Lemire
|
1b23a77e03
|
3.11.6
|
2025-01-14 21:33:29 -05:00 |
|
Daniel Lemire
|
57699bfed8
|
release candidate (#2323)
|
2025-01-09 11:01:48 -05:00 |
|
Daniel Lemire
|
648303b26a
|
typo
|
2025-01-08 21:29:11 -05:00 |
|
Daniel Lemire
|
9008960e36
|
fixed comment
|
2025-01-08 20:35:30 -05:00 |
|
Daniel Lemire
|
8a9e8a1792
|
fixing issue 2322
|
2025-01-08 20:28:25 -05:00 |
|
Daniel Lemire
|
ba33e9e78f
|
release
|
2025-01-06 19:33:53 -05:00 |
|
Daniel Lemire
|
d98b351eef
|
let us be more careful with concepts, we require __cpp_concepts >= 201907L and check for old versions of Apple clang (#2321)
* let us be more careful with concepts, we require __cpp_concepts >= 202002L
* checking Apple version
* let us be more specific
* removing extra endif
|
2025-01-06 19:23:09 -05:00 |
|
Daniel Lemire
|
5488dca126
|
Accidentally, it appears that PPC64 was always disabled by default. (#2320)
|
2025-01-03 11:01:04 -05:00 |
|
Daniel Lemire
|
7712ecf164
|
adding char bit check (pedantic) (#2316)
|
2024-12-31 14:34:13 -05:00 |
|
Daniel Lemire
|
5bfa0b098c
|
patch release 3.11.3 (#2313)
* preparing patch release 3.11.3
|
2024-12-12 13:38:22 -05:00 |
|
Daniel Lemire
|
c16486f702
|
release candidate 3.11.2
|
2024-12-09 21:35:21 -05:00 |
|
Daniel Lemire
|
6bbcbfbb95
|
version 3.11.1
|
2024-12-07 11:13:00 -05:00 |
|
Valery Mironov
|
e6578fea39
|
Fix missing override (#2305)
|
2024-12-07 11:12:25 -05:00 |
|
Joyee Cheung
|
6fb050d04e
|
fix: fix deprecation from -Wdeprecated-literal-operator (#2307)
Otherwise simdjson doesn't build with V8's Node.js fork, which
uses -Werror,-Wdeprecated-literal-operator and latest version
of clang.
|
2024-12-07 11:12:14 -05:00 |
|
Daniel Lemire
|
b4242d3b4f
|
release candidate (#2304)
|
2024-12-05 22:05:39 -05:00 |
|
halx99
|
79126ca323
|
fix: processor checks inconsistently problem (#2299)
|
2024-12-02 20:23:28 -05:00 |
|
Daniel Lemire
|
3f87f958d7
|
documentation
|
2024-12-02 00:06:20 -05:00 |
|
Francisco Geiman Thiesen
|
058907cffe
|
Attempt at fixing failing serialization tests. (#2292)
|
2024-11-27 09:00:20 -05:00 |
|
Daniel Lemire
|
c5174b2213
|
missing store
|
2024-11-26 18:20:22 -05:00 |
|
Daniel Lemire
|
94214d1a9a
|
minor fix
|
2024-11-25 21:12:13 -05:00 |
|
Daniel Lemire
|
db5323a972
|
tweaking the approach
|
2024-11-25 21:10:25 -05:00 |
|
Daniel Lemire
|
a14b63e654
|
fix typo
|
2024-11-22 19:43:14 -05:00 |
|
Daniel Lemire
|
e32b2a744f
|
tweaking
|
2024-11-22 19:35:12 -05:00 |
|
Daniel Lemire
|
19ebe94962
|
adding tests. we still specialized write_string_escaped
|
2024-11-21 16:34:12 -05:00 |
|
Daniel Lemire
|
19214fdd8e
|
minor edits
|
2024-11-20 20:24:27 -05:00 |
|
Daniel Lemire
|
9b314922a1
|
additional documentation
|
2024-11-08 11:53:34 -05:00 |
|
Daniel Lemire
|
b297927fe7
|
update
|
2024-11-05 17:36:30 -05:00 |
|
Daniel Lemire
|
587beae307
|
prevent int to pointer implicit conversion for operator[](const char *) (#2286)
|
2024-11-01 18:11:43 -04:00 |
|
Daniel Lemire
|
a309515c2f
|
more later
|
2024-10-31 19:56:45 -04:00 |
|
Daniel Lemire
|
ec03d814e7
|
tweak
|
2024-10-31 16:31:09 -04:00 |
|
Daniel Lemire
|
15434adff2
|
moving the files back to ondemand for now.
|
2024-10-30 01:10:00 -04:00 |
|
Daniel Lemire
|
6cd8a6d776
|
adding pad function (#2283)
|
2024-10-29 21:26:01 -04:00 |
|
Daniel Lemire
|
6b3e55fc92
|
Initial work on JSON builder
|
2024-10-28 20:27:26 -04:00 |
|