Daniel Lemire
25fcc8b432
Version bump.
2023-05-14 17:18:01 -04:00
Daniel Lemire
14d927128b
New release
2023-04-08 16:13:48 -04:00
Daniel Lemire
4b13020d65
Patch release
2023-03-13 21:44:34 -04:00
Daniel Lemire
34dcd33a88
Patch.
2023-03-09 11:24:06 -05:00
Daniel Lemire
77ad00b63c
Producing a minor patch release
2023-03-09 11:13:01 -05:00
Daniel Lemire
ec0b48b772
Version bump.
2023-03-02 14:27:49 -05:00
wanweiqiangintel
cd13b02bf0
add UTF-8 validation flag ( #1957 )
2023-02-28 09:47:08 -05:00
Daniel Lemire
8a247f1321
Patch release.
2023-02-22 20:39:31 -05:00
Daniel Lemire
7aa35bffd3
Fixing support for windows ARM64 ( #1955 )
...
* Fixing Windows ARM64 support
* Updating the singleheader files.
2023-02-22 20:34:51 -05:00
Daniel Lemire
22cc523fd4
Patching release script.
2023-02-06 19:11:52 -05:00
Daniel Lemire
63d9ce3c58
Patch release.
2023-02-06 18:31:02 -05:00
Daniel Lemire
7500d7bb4f
Patching.
2023-01-25 22:19:40 -05:00
Daniel Lemire
82c9876aec
Preparing release.
2023-01-21 18:07:06 -05:00
Daniel Lemire
f151300a76
Disabling fallback kernel on systems where it is not needed ( #1930 )
...
* Fixing issue 1772
* More cleaning.
* Allow disabling other kernels.
* Minor tweaks.
2023-01-03 09:52:41 -05:00
Daniel Lemire
0d2455029d
Preparing patch release.
2022-11-23 10:59:48 -05:00
Daniel Lemire
a5db75e1a6
Adding more development checks to the DOM front-end ( #1915 )
...
* This adds SIMDJSON_DEVELOPMENT_CHECKS to the DOM API to help users
in the scenario of issue 1914.
* More documentation and warnings.
* Updating following comments by Tyson
2022-10-17 09:11:09 -04:00
Daniel Lemire
d520062f8e
Bumping API
2022-10-06 11:50:33 -04:00
Daniel Lemire
a1aab1fafe
Preparing release 2.2.3
2022-10-02 16:32:37 -04:00
Daniel Lemire
933c2ebeac
Preparing release
2022-07-28 21:46:45 -04:00
Daniel Lemire
241ce7304c
New version.
2022-07-19 16:47:06 -04:00
Daniel Lemire
1075e8609c
Updating single header, prior to release.
2022-07-04 21:55:09 -04:00
Daniel Lemire
3fde8a4eac
New release candidate ( #1856 )
...
* Patch for possible AVX-512 overflow.
* Updating the test for new padding.
* Preparing new version.
* replace binary integer literals with hex literals for C++11 compatibility (#1855 )
Binary integer literals are a C++14 feature, so those are not supported
in C++11 and should be replaced by hexadecimal literals instead.
Fixes #1854 .
Co-authored-by: Dirk Stolle <striezel-dev@web.de >
2022-07-04 21:54:19 -04:00
Daniel Lemire
2fbacb0058
New version
2022-06-30 11:49:26 -04:00
Daniel Lemire
e6c90b8efb
Preparing release.
2022-06-15 15:23:03 -04:00
Daniel Lemire
a49ac04046
Version 2.0.3
2022-06-02 13:57:46 -04:00
Daniel Lemire
3e777c1759
This is a release candidate for issue 1831. ( #1832 )
...
Patch for GCC 8.
2022-06-02 09:19:30 -04:00
Daniel Lemire
a410c723c8
Patch release.
2022-05-26 16:25:57 -04:00
Daniel Lemire
f91a1ae07e
Let us time minify and make sure AVX-512 is used by default. ( #1830 )
...
* Let us time minify
* Making AVX-512 available by default.
* Silencing some maybe-uninitialized warning under GCC (warning appears in the standard library).
* Making the Python amalgamation script a bit more Windows friendly.
* We do not try to silence -Wmaybe-uninitialized under clang.
2022-05-26 16:15:49 -04:00
Daniel Lemire
ce74ece545
Preparing release.
2022-05-25 11:43:06 -04:00
PavelP
e0e0aa9e7b
Update simdjson.h to include simdjson_version.h ( #1794 )
...
After this change amalgamated simdjson.h has version info at the beginning of the file.
2022-03-19 08:00:24 -04:00
Daniel Lemire
c6f9c93c33
Use static variables to enforce initialization order. ( #1773 ) ( #1777 )
...
Fixes https://github.com/simdjson/simdjson/issues/1771
Co-authored-by: Hao Chen <chenhao.yalier@gmail.com >
2022-01-03 15:54:57 -05:00
Daniel Lemire
17f3148ac7
Version 1.0.2.
2021-10-27 19:29:42 -04:00
Daniel Lemire
e5c9a310cf
Preparing release 1.0.1.
2021-10-20 12:18:04 -04:00
Daniel Lemire
3bd8b0b575
Refreshing the single-header files.
2021-09-07 14:36:17 -04:00
Daniel Lemire
af4ff7cc33
Adding fast "get_number_type()" function, bypassing "get_number()" ( #1713 )
...
* Adding fast "get_number_type" function, bypassing "get_number"
* Minor tweak.
* Adding missing get_number_type().
2021-09-07 14:34:40 -04:00
Daniel Lemire
d6b5124c88
Pushing the release 1.0.0 candidate. ( #1709 )
2021-09-01 15:25:45 -04:00
Daniel Lemire
40813752f4
This will update the amalgamate_demo.cpp file to use On Demand. ( #1689 )
...
* This will update the amalgamate_demo.cpp file to use On Demand.
* Making the demo exceptionless.
2021-08-07 12:43:40 -04:00
Daniel Lemire
8a3b2f20e4
Version 0.9.1
2021-03-18 11:31:38 -04:00
Daniel Lemire
2db4592571
Last commit for version 0.9.0. ( #1503 )
...
* Last commit for version 0.9.0.
* Removing space.
2021-03-17 11:08:44 -04:00
Daniel Lemire
610b3ad302
Adds Visual Studio 2017 to CI (for real) and adapt our build/tests ( #1444 )
2021-02-15 19:49:12 -05:00
Daniel Lemire
c96ff018fe
Version 0.8.
2021-01-22 12:04:08 -05:00
Daniel Lemire
7517b9b122
Updating headers.
2021-01-14 17:37:43 -05:00
John Keiser
920f535500
Reamalgamate
2021-01-07 08:49:54 -08:00
Daniel Lemire
cbacec0760
Releasing 0.7.0.
2020-12-04 18:56:15 -05:00
Daniel Lemire
218c274090
Updating main branch for legacy libc++ support ( #1288 )
...
* Updating main branch for legacy libc++ support
* Adopting
* Removing unnecessary math header.
* Updating the single-header files so we can pass the new tests.
* Portable infinite-value detection is hard.
* Working toward disabling boost json selectively.
* Selectively disabling Boost JSON
* More work toward selectively disabling boost json.
2020-11-04 12:24:42 -05:00
Tyler Kennedy
921c79f26f
Add method to get the total number of slots used by an array in the t… ( #1253 )
...
* Add method to get the total number of slots used by an array in the tape.
* Whoops
2020-11-04 10:35:54 -05:00
Paul Dreik
af4db55e66
remove trailing whitespace ( #1284 )
2020-11-03 21:48:09 +01:00
Paul Dreik
23b4bc93aa
move amalgamate from bash to python ( #1278 )
...
This is much faster (from 3.5 to 0.14 seconds)
2020-11-03 07:35:16 +01:00
Paul Dreik
265db2e533
fix non ascii sources ( #1275 )
...
Master does not build because of non-ascii sources, merging without waiting for CI.
2020-11-01 11:14:01 +01:00
Paul Dreik
2b2abf4895
reamalgamate
2020-11-01 07:03:17 +01:00