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
Jaël Champagne Gareau
1fa1af8c15
Fix yyjson leaks when running ./bench_ondemand ( #2485 )
2025-10-03 09:55:32 -04:00
Daniel Lemire
5ed1044056
4.0.7
v4.0.7
2025-09-30 11:26:03 -04:00
Francisco Geiman Thiesen
62913867ff
Merge pull request #2475 from simdjson/francisco/extract_from
...
Adding extract_from functionality + unit tests
2025-09-29 20:34:35 -07:00
Francisco Geiman Thiesen
6700d48b57
Merge pull request #2480 from simdjson/francisco/extract_from3
...
minor tweaks... ;-)
2025-09-29 13:54:05 -07:00
Francisco Geiman Thiesen
b5577d5e85
Merge branch 'master' into francisco/extract_from
2025-09-29 12:46:48 -07:00
wszqkzqk
b84a4ec2b9
Fix: Correct narrowing conversion in lsx string parsing ( #2481 )
...
Resolves a build failure on the loong64 architecture caused by a narrowing conversion error.
The compiler, with the -Werror=narrowing flag, was flagging the implicit conversion from 'int' (the return
type of to_bitmask()) to 'uint64_t'.
This is fixed by adding an explicit static_cast to uint64_t in include/simdjson/lsx/stringparsing_defs.h.
Signed-off-by: Zhou Qiankang <wszqkzqk@qq.com >
2025-09-29 11:57:06 -04:00
Daniel Lemire
1638a185f7
minor tweaks... ;-)
2025-09-29 11:12:37 -04:00
Francisco Geiman Thiesen
6fe450f5ce
Updateing single_header
2025-09-29 03:44:29 -07:00
Francisco Geiman Thiesen
c7b70de070
Merge branch 'master' into francisco/extract_from
2025-09-29 03:23:02 -07:00