Daniel Lemire
|
2ddf85de1f
|
various minor fixes
|
2025-03-06 16:34:11 -05:00 |
|
Daniel Lemire
|
9370abb17b
|
tuning
|
2025-03-06 16:18:10 -05:00 |
|
Daniel Lemire
|
2c05f5b1b0
|
non-functional benchmarks (#2342)
* non-functional benchmarks
* Fix typo
* various fixes
* tweaking
---------
Co-authored-by: Daniel Lemire <dlemire@lemire.me>
Co-authored-by: Francisco Geiman Thiesen <franciscogthiesen@gmail.com>
|
2025-03-06 12:05:53 -05:00 |
|
Daniel Lemire
|
7ef00629af
|
saving
|
2025-02-28 22:28:00 -05:00 |
|
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 |
|
Daniel Lemire
|
7c58616a76
|
guarding the tests
|
2025-02-27 19:48:56 -05:00 |
|
Francisco Geiman Thiesen
|
054a2032cc
|
Referncing a later version of rapidjson that fixed the issue related with assignment attempt of a const variable for GenericStringRef class.
|
2025-02-25 05:43:55 +00: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
|
12bae04b00
|
Updating simdjson singleheader
|
2025-02-13 08:37:02 -08: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 |
|
Francisco Geiman Thiesen
|
cbf08bda78
|
Fixing unused argument problem and updating the singleheader file
|
2025-02-09 20:25:08 -08:00 |
|
Francisco Geiman Thiesen
|
a7d4a4e373
|
Merge pull request #2330 from simdjson/json_builder_init_constexpr
fix for pre C++17 if constexpr
|
2025-02-05 16:09:26 -08:00 |
|
Daniel Lemire
|
6a4e445960
|
fix for pre C++17 if constexpr
|
2025-02-05 18:45:58 -05:00 |
|
Daniel Lemire
|
b47cde21b2
|
updating single header
|
2025-02-04 17:43:28 -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
|
dbea3bbd62
|
Update README.md
|
2025-01-29 11:48:36 -05:00 |
|
Daniel Lemire
|
e422933414
|
release 3.12.0
v3.12.0
|
2025-01-27 20:35:57 -05:00 |
|
Daniel Lemire
|
de4d69b367
|
Introducing dual licensing (#2328)
* Introducing dual licensing
* adding missing file
|
2025-01-27 20:34:35 -05:00 |
|
Paul Dreik
|
b8675a7f7b
|
fix fuzzing when running on icelake (#2327)
|
2025-01-26 05:36:33 +01:00 |
|
Paul Dreik
|
5642bb93a4
|
fix fuzzer CI job (#2324)
|
2025-01-16 13:33:53 -05:00 |
|
Daniel Lemire
|
1b23a77e03
|
3.11.6
v3.11.6
|
2025-01-14 21:33:29 -05:00 |
|
Daniel Lemire
|
57699bfed8
|
release candidate (#2323)
v3.11.5
|
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
v3.11.4
|
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 |
|
Paul Dreik
|
2803ca3093
|
use clang 19 in fuzzer job (#2315)
* use clang 19 in fuzzer job
* fix syntax error in msys2-clang.yml
|
2024-12-22 15:00:58 -05:00 |
|
Daniel Lemire
|
e7f2463920
|
some tweaks
|
2024-12-17 16:27:31 -05:00 |
|
Daniel Lemire
|
5bfa0b098c
|
patch release 3.11.3 (#2313)
* preparing patch release 3.11.3
v3.11.3
|
2024-12-12 13:38:22 -05:00 |
|
Daniel Lemire
|
f7ba9cb11b
|
Update basics.md
|
2024-12-10 11:47:21 -05:00 |
|
Daniel Lemire
|
d4bf0cc7ec
|
sync
v3.11.2
|
2024-12-09 21:36:43 -05:00 |
|
Daniel Lemire
|
2fbbea0b15
|
Merge branch 'master' of github.com:simdjson/simdjson
|
2024-12-09 21:36:12 -05:00 |
|
Daniel Lemire
|
c16486f702
|
release candidate 3.11.2
|
2024-12-09 21:35:21 -05:00 |
|
zhanglistar
|
f615112093
|
Disabling memory sanitizer with parse_string (#2310)
|
2024-12-09 10:20:33 -05:00 |
|
Daniel Lemire
|
6bbcbfbb95
|
version 3.11.1
v3.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 |
|