Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.11.5 17 Jan 2025 12:36:44 |
Robert Clausecker (fuz) |
devel/simdjson: take maintainership
Grab maintainership.
Touch up port lightly. |
3.11.5 13 Jan 2025 16:42:34 |
Fernando Apesteguía (fernape) |
devel/simdjson: update to 3.11.5
ChangeLog: https://github.com/simdjson/simdjson/releases/tag/v3.11.5
Patch for bug #2322.
Reported by: portscout |
3.11.4 07 Jan 2025 07:11:42 |
Vanilla I. Shu (vanilla) |
devel/simdjson: update to 3.11.4. |
3.11.3 22 Dec 2024 04:45:01 |
Vanilla I. Shu (vanilla) |
devel/simdjson: update 3.6.2 -> 3.11.3, also reset MAINTAINER to ports@
PR: Älven <alster at vinterdalen.se>
Approved by: olevole at olevole.ru |
3.6.2_1 16 Aug 2024 15:33:49 |
Dimitry Andric (dim) |
devel/simdjson: fix build with clang 19
With clang 19, if a port uses simdjson.h, it leads to compile errors:
In file included from
/wrkdirs/usr/ports/sysutils/intel-pcm/work/pcm-202405/src/pcm-raw.cpp:31:
/usr/local/include/simdjson.h:6156:13: error: no member named
'print_newline' in 'base_formatter<formatter>'
6156 | this->print_newline();
| ~~~~ ^
/usr/local/include/simdjson.h:6160:13: error: no member named
'print_indents' in 'base_formatter<formatter>'
6160 | this->print_indents(depth);
| ~~~~ ^
/usr/local/include/simdjson.h:6164:13: error: no member named 'print_space'
in 'base_formatter<formatter>'
6164 | this->print_space();
| ~~~~ ^
Upstream <https://github.com/simdjson/simdjson/commit/5d35e7ca> fixes
this, but it does not directly add the change to the generated single
header version of simdjson.h. So apply the fix to both the individual
header and the amalgamated version.
PR: 280590
Approved by: olevole@olevole.ru (maintainer)
MFH: 2024Q3 |
3.6.2 11 Dec 2023 14:44:07 |
R. Christian McDonald (rcm) |
devel/simdjson: update to v3.6.2
ChangeLogs:
https://github.com/simdjson/simdjson/releases/tag/v3.1.6
https://github.com/simdjson/simdjson/releases/tag/v3.1.7
https://github.com/simdjson/simdjson/releases/tag/v3.1.8
https://github.com/simdjson/simdjson/releases/tag/v3.2.0
https://github.com/simdjson/simdjson/releases/tag/v3.2.1
https://github.com/simdjson/simdjson/releases/tag/v3.2.2
https://github.com/simdjson/simdjson/releases/tag/v3.2.3
https://github.com/simdjson/simdjson/releases/tag/v3.3.0
https://github.com/simdjson/simdjson/releases/tag/v3.4.0
https://github.com/simdjson/simdjson/releases/tag/v3.5.0
https://github.com/simdjson/simdjson/releases/tag/v3.6.0
https://github.com/simdjson/simdjson/releases/tag/v3.6.1
https://github.com/simdjson/simdjson/releases/tag/v3.6.2
PR: 275451
Reviewed by: garga
Approved by: maintainer
Sponsored by: Rubicon Communications, LLC ("Netgate") |
3.1.5 13 Mar 2023 10:02:55 |
Daniel Engberg (diizzy) Author: Oleg Ginzburg |
devel/simdjson: Update to 3.1.5
Changelog: https://github.com/simdjson/simdjson/releases/tag/v3.1.5
PR: 270047 |
3.1.2 24 Feb 2023 16:35:11 |
Fernando Apesteguía (fernape) Author: Oleg Ginzburg |
devel/simdjson: update to 3.1.2
ChangeLog: https://github.com/simdjson/simdjson/compare/v3.1.0...v3.1.2
PR: 269774
Reported by: olevole@olevole.ru (maintainer) |
3.1.0 27 Jan 2023 16:40:22 |
Fernando Apesteguía (fernape) Author: Oleg Ginzburg |
devel/simdjson: update to 3.1.0
ChangeLog: https://github.com/simdjson/simdjson/releases
* Disabling fallback kernel on systems where it is not needed.
* Testing and fixing log issues.
* complete number_in_string for documents, stringify the version macro and
improving trailing content errors.
PR: 269155
Reported by: olevole@olevole.ru (maintainer) |
3.0.1 04 Jan 2023 21:16:58 |
Daniel Engberg (diizzy) |
devel/simdjson: Update to 3.0.1
Fix "make test", it should now be available for offline testing
Changelog: https://github.com/simdjson/simdjson/releases/tag/v3.0.1
PR: 268729
Reviewed by: Oleg Ginzburg <olevole@olevole.ru> (maintainer) |
3.0.0_1 30 Dec 2022 22:39:00 |
Nuno Teixeira (eduardo) Author: Dimitry Andric |
devel/simdjson: Re-enable build for i386
- pet portlint
PR: 268646 |
3.0.0 30 Oct 2022 18:13:48 |
Yuri Victorovich (yuri) |
devel/simdjson: Update 2.2.0 -> 3.0.0; Add tests
PR: 265305
Approved by: olevole@olevole.ru (mnaintainer's timeout; 115 days) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2.0 13 Jul 2022 05:01:04 |
Yuri Victorovich (yuri) |
devel/simdjson: Update 0.9.6 -> 2.2.0
PR: 258373
Approved by: olevole@olevole.ru (maintainer's timeout; 10 months) |
0.9.6 17 Jun 2021 00:16:14 |
Guangyuan Yang (ygy) Author: Oleg Ginzburg |
devel/simdjson: Update to 0.9.6
Changes: https://github.com/simdjson/simdjson/releases/tag/v0.9.6
PR: 256649
Approved by: lwhsu (mentor, implicit) |
0.9.5 15 Jun 2021 08:41:07 |
Piotr Kubaj (pkubaj) |
devel/simdjson: fix build on powerpc64
FreeBSD uses sys/endian.h header instead of byteswap.h and bswap64() instead of
bswap_64().
-mpower8-vector is necessary because the port uses new SIMD introduced in
POWER8.
/wrkdirs/usr/ports/devel/simdjson/work/simdjson-0.9.5/include/simdjson/ppc64/numberparsing.h:4:10:
fatal error: 'byteswap.h' file not found |
0.9.5 02 Jun 2021 07:59:17 |
Li-Wen Hsu (lwhsu) Author: Oleg Ginzburg |
devel/simdjson: Update to 0.9.5
PR: 256262 |
0.9.4 25 May 2021 09:46:41 |
Roman Bogorodskiy (novel) Author: Oleg Ginzburg |
devel/simdjson: update to 0.9.4
Changes: https://github.com/simdjson/simdjson/releases/tag/v0.9.4
PR: 256049 |
0.9.3 16 May 2021 09:34:05 |
Roman Bogorodskiy (novel) Author: Oleg Ginzburg |
devel/simdjson: update to 0.9.3
Changes: https://github.com/simdjson/simdjson/releases
PR: 255911 |
0.6.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.0 01 Nov 2020 00:56:56 |
dbaio |
devel/simdjson: Update to 0.6.0
Changelog: https://github.com/simdjson/simdjson/releases/tag/v0.6.0
PR: 250751
Submitted by: olevole@olevole.ru (maintainer) |
0.5.0 20 Aug 2020 18:21:02 |
fernape |
devel/simdjson: update to 0.5.0
From ChangeLog: https://github.com/simdjson/simdjson/releases/tag/v0.5.0
Performance
* Faster and simpler UTF-8 validation with the lookup4 algorithm
* We improved the performance of simdjson under Visual Studio by about 25%.
Users will still get better performance with clang-cl (+30%) but the gap
has been reduced.
Code usability
* In parse_many, when parsing streams of JSON documetns, we give to the users
runtime control as to whether threads are used (via the parser.threaded (Only the first 15 lines of the commit message are shown above ) |
0.4.7 09 Aug 2020 06:17:55 |
lwhsu |
Update to 0.4.7
PR: 248538
Submitted by: olevole@olevole.ru (maintainer) |
0.4.6 01 Jul 2020 18:42:48 |
yuri |
devel/simdjson: Update 0.3.1 -> 0.4.6
PR: 247669
Approved by: olevole@olevole.ru |
0.3.1 22 Apr 2020 17:15:44 |
lbartoletti |
[NEW PORT] devel/simdjson: Parsing gigabytes of JSON per second
JSON is everywhere on the Internet. Servers spend a lot of time parsing it.
The simdjson library uses commonly available SIMD instructions and
microparallel algorithms to parse JSON 2.5 times faster than anything
else out there.
WWW: https://simdjson.org/
NOTA on Current, clang crashes on AMD processors before revision 359826. See:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245745
PR: 245744
Submitted by: Oleg Ginzburg <olevole at olevole dot ru>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D24505 |