Daniel Lemire
b1c31b428d
update
v4.2.2
2025-11-11 14:21:04 -05:00
Daniel Lemire
56ac56ba32
Merge branch 'master' of github.com:simdjson/simdjson
2025-11-11 14:17:08 -05:00
Muhammad Rizal Nurromdhoni
19549c60ec
string_builder range-based append fix ( #2544 )
...
* Use std::ranges::range_value_t on range
* Add ranges test
2025-11-11 14:15:00 -05:00
Daniel Lemire
16e99f229b
Update iterate_many.md for clarity on JSON processing
...
Clarified the example JSON format and emphasized the need for efficient processing.
2025-11-10 13:49:13 -05:00
Liqiang TAO
21342a4142
Fix some wrong content in doc ( #2542 )
2025-11-10 11:24:38 -05:00
Daniel Lemire
d0e841d3e9
Release Candidate 4.2.2 ( #2539 )
...
* adding documentation.
* release candidate
2025-11-06 12:00:21 -05:00
Daniel Lemire
a962652ec3
adding documentation.
2025-11-05 11:42:38 -05:00
hiteshmk05
77d73b068a
add: windows wstring support for padded_str ( #2537 )
...
* add: windows wstring support for padded_str
* add: padded_string::load for wstring windows
* fix: extra space
* change: file path
2025-11-05 11:29:30 -05:00
Daniel Lemire
19ff7a572d
adding concept examples to the compile-time JSON. ( #2538 )
2025-11-04 15:06:40 -05:00
Daniel Lemire
235dbc5369
4.2.1
v4.2.1
2025-11-03 11:04:23 -05:00
Daniel Lemire
2b9c8977af
using _json for compile-time JSON strings. ( #2536 )
2025-11-03 11:03:21 -05:00
Daniel Lemire
3d87bd4abc
release 4.2.0
v4.2.0
2025-11-02 16:19:39 -05:00
hiteshmk05
a60c0d1e39
fix: cmake error when CMAKE_CXX_FLAGS is empty ( #2535 )
2025-11-02 11:53:56 -05:00
Francisco Geiman Thiesen
86bfbaada7
Merge pull request #2534 from simdjson/francisco/compile-time-parsing_daniel
...
Compile-time parsing (C++26)
2025-11-01 22:19:37 -07:00
Daniel Lemire
ccac6403d9
fixing support for pre-C++17
2025-11-01 17:28:17 -04:00
Daniel Lemire
aade58c3dc
tweaks
2025-11-01 17:08:03 -04:00
Daniel Lemire
3319815e25
bringing back compatibility with pre-C++17
2025-11-01 16:46:34 -04:00
hiteshmk05
a24f845bd7
Feature/ondemand wildcard support ( #2533 )
...
* Add feature for ondemand-wildcard-JSONQueries
* fix wildcard_test
* fix: extra whitespace
2025-11-01 16:46:08 -04:00
Daniel Lemire
212e2d5857
removing unnecessary changes
2025-10-31 18:56:23 -04:00
Daniel Lemire
547e156e33
update
2025-10-31 18:54:04 -04:00
Daniel Lemire
98a45f7229
fix
2025-10-31 18:48:49 -04:00
Daniel Lemire
8589509d1e
Merge branch 'master' into francisco/compile-time-parsing_daniel
2025-10-31 18:47:42 -04:00
Daniel Lemire
2fce4a843d
update
2025-10-31 18:46:13 -04:00
Daniel Lemire
62803512e4
saving.
2025-10-31 15:58:51 -04:00
Daniel Lemire
76d9dee854
update
2025-10-31 00:13:00 -04:00
Daniel Lemire
bf15f21b0b
not great but a start.
2025-10-29 20:10:06 -04:00
Daniel Lemire
32b301893c
updating toc
2025-10-29 09:53:39 -04:00
Daniel Lemire
7f1531a1f9
removing garbage.
2025-10-29 09:53:13 -04:00
Daniel Lemire
0a3b555ff7
Merge branch 'master' of github.com:simdjson/simdjson
2025-10-29 09:50:15 -04:00
Daniel Lemire
114d45ad54
some garbage
2025-10-29 00:07:48 -04:00
Daniel Lemire
0112be86b0
4.1.0 ( #2532 )
v4.1.0
2025-10-28 00:10:59 -04:00
Daniel Lemire
bf52d8198b
4.1.0
2025-10-27 16:56:06 -04:00
Francisco Geiman Thiesen
58c92d6d82
Adding support for compiled json path + json pointer (reflection based) ( #2483 )
...
* Adding compile time json path
* using string_view
* Adding support for compile-time json pointer as well.
* Removing unnecessary comment
* Tests now working, still will re-review.
* Adding documentation on the compile-time json path/pointer parsing feature.
* Adding benchmark showing the significant performance advantage of using compiled paths whenever you have them a priori.
* going for JSONPath (correct wording).
* minor update (mostly doc)
---------
Co-authored-by: Daniel Lemire <daniel@lemire.me >
2025-10-27 16:52:41 -04:00
Daniel Lemire
781a7d6c89
removing an unnecessary branch ( #2530 )
...
* removing an unnecessary branch
* fixing typo
2025-10-27 14:19:58 -04:00
Max Marrone
3d0de709a8
Fix outdated references to JsonStream. ( #2531 )
2025-10-26 16:30:31 -04:00
kevyang
49b86721b4
add missing OUT_OF_CAPACITY error code to error codes array ( #2527 )
...
* add missing error code to DLLIMPORTEXPORT
* fix syntax
---------
Co-authored-by: Kevin Yang <kjy@meta.com >
2025-10-22 22:20:08 -04:00
Daniel Lemire
def2b6efd2
still not good
2025-10-19 22:23:43 -04:00
Daniel Lemire
87a186fbf1
removing circleci
2025-10-19 20:03:52 -04:00
Daniel Lemire
81f10a01b7
documentation update
2025-10-17 21:00:52 -04:00
Daniel Lemire
36ed7ab48a
saving
2025-10-17 20:59:37 -04:00
Daniel Lemire
c3d1d62dfe
use cpp
2025-10-17 20:45:57 -04:00
Daniel Lemire
67821cb6fd
updating the documentation.
2025-10-17 20:33:42 -04:00
Daniel Lemire
3ac287ba3d
update dox
2025-10-17 20:28:08 -04:00
Daniel Lemire
ec352430a0
JSONPath is now an RFC ( #2517 )
...
* JSONPath is now an RFC
* up
2025-10-17 13:35:04 -04:00
Francisco Geiman Thiesen
d326f2ce9f
Working!
2025-10-10 21:32:10 -07:00
Francisco Geiman Thiesen
ca42a49fba
Compile-time support for parsing json objects!
2025-10-10 18:40:09 -07:00
Daniel Lemire
8a9daeb0ad
Restore Star History Chart in README
...
Readded the Star History Chart section to the README.
2025-10-10 09:07:28 -04:00
Daniel Lemire
9c5a88f1f3
Update README with star history chart
2025-10-10 09:06:49 -04:00
0xflotus
a7f8fb71c5
chore: fix small error in docs ( #2497 )
2025-10-03 11:03:17 -04:00
Howard Guo
a553db4c67
Update workflow name to Ubuntu aarch64 (GCC 13) ( #2484 )
2025-10-03 09:56:07 -04:00