Daniel Lemire
1a1e7edb02
Tweaking the recently introduced mingw tests. ( #1011 )
...
Co-authored-by: Daniel Lemire <lemire@gmai.com>
2020-06-30 12:47:44 -04:00
Daniel Lemire
51b835f71b
Correcting typo ( #1007 )
...
Co-authored-by: Daniel Lemire <lemire@gmai.com>
2020-06-30 10:19:37 -04:00
Daniel Lemire
e38fe3d361
Version update
2020-06-30 09:41:20 -04:00
myd7349
cc042c9936
CMAKE_VS_PLATFORM_TOOLSET might be empty ( #1009 )
...
According to https://gitlab.kitware.com/cmake/cmake/-/issues/17976 ,
CMAKE_VS_PLATFORM_TOOLSET is set only when using a Visual Studio generator.
When we use Ninja as the generator, CMAKE_VS_PLATFORM_TOOLSET will be empty.
As a result:
if(${CMAKE_VS_PLATFORM_TOOLSET} STREQUAL "v140")
will be treated as:
if( STREQUAL "v140")
We may also quote it like this:
if("${CMAKE_VS_PLATFORM_TOOLSET}" STREQUAL "v140")
but that won't make the warnings disappeared in VS2015.
2020-06-30 09:40:19 -04:00
Daniel Lemire
599e3bc937
Update README.md
2020-06-29 21:52:08 -04:00
Daniel Lemire
1fa0d940bc
Update README.md
2020-06-29 21:44:05 -04:00
Daniel Lemire
7dc4a9525b
Update README.md
2020-06-29 21:43:07 -04:00
Daniel Lemire
b6f1f4ef64
Update basics.md
2020-06-29 21:41:50 -04:00
Daniel Lemire
3faae67663
New release
2020-06-29 21:11:58 -04:00
Daniel Lemire
ccc94c9b05
Mingw tests (32-bit and 64-bit) ( #1004 )
2020-06-29 21:10:54 -04:00
Daniel Lemire
1fd30db726
This example in our documentation would not compile ( #1005 )
...
Co-authored-by: Daniel Lemire <lemire@gmai.com>
2020-06-29 16:25:11 -04:00
Daniel Lemire
0ba76ac066
This enables building the library under Visual Studio 2015 ( #1002 )
...
Co-authored-by: Daniel Lemire <lemire@gmai.com>
2020-06-29 08:43:47 -04:00
Daniel Lemire
8b661fe556
Merge pull request #1001 from simdjson/dlemire/justlib_install
...
We do not properly test just library.
2020-06-28 13:12:42 -04:00
Daniel Lemire
077907b7c3
Preparing a new patch release.
2020-06-28 12:40:13 -04:00
Daniel Lemire
172d669780
We do not properly test just library.
2020-06-28 12:25:17 -04:00
Daniel Lemire
6b85b9a416
Merge pull request #998 from simdjson/issue976
...
Final steps.
2020-06-26 21:05:06 -04:00
Daniel Lemire
5d3001279c
Update CONTRIBUTORS
2020-06-26 20:36:19 -04:00
Daniel Lemire
4582a13360
Final steps.
2020-06-26 20:31:24 -04:00
Daniel Lemire
3a064535ae
Merge pull request #994 from simdjson/issue976
...
Fix for issue 976 (something like 32-bit support)
2020-06-26 20:02:15 -04:00
Daniel Lemire
444ec4ad27
Stupid me
2020-06-26 19:29:28 -04:00
Daniel Lemire
94e910586d
Removing a cast.
2020-06-26 19:06:39 -04:00
Daniel Lemire
bb5ce007e6
Something better.
2020-06-26 19:03:28 -04:00
Daniel Lemire
deaa74d378
Re-enabling tests generally.
2020-06-26 18:57:34 -04:00
Daniel Lemire
13e1794e91
Merge pull request #995 from simdjson/dlemire/issue988
...
This introduces a new option to forcefully disable threads for people who also want them enabled
2020-06-26 18:37:18 -04:00
Daniel Lemire
67b3595008
Making it clear that it may disappear.
2020-06-26 13:29:50 -04:00
Daniel Lemire
6c33f518a8
This introduces a new option to forcefully disable threads.
2020-06-26 13:23:44 -04:00
Daniel Lemire
88da62ba09
Better documentation in the code.
2020-06-26 13:02:12 -04:00
Daniel Lemire
b6997a56df
Patching things up and adding tests.
2020-06-26 12:15:16 -04:00
Daniel Lemire
74178fd1c2
Merge pull request #991 from knapply/master
...
Permit 32-bit GCC compilation
2020-06-26 09:50:18 -04:00
Brendan Knapp
34c59bfa90
Merge pull request #1 from CountOnes/master
...
Minor fixes to avoid 32-bit warnings.
2020-06-25 18:43:40 -07:00
Daniel Lemire
2956bce047
Minor fixes to avoid 32-bit warnings.
2020-06-25 21:12:26 -04:00
Brendan Knapp
41f33ecbb9
Permit 32-bit GCC compilation
2020-06-25 17:07:17 -07:00
Daniel Lemire
86241e2871
Merge pull request #987 from simdjson/issue985
...
Removing optional since it is not C++11, and it is not used
2020-06-25 11:04:36 -04:00
Daniel Lemire
1e32897d3e
Merge pull request #986 from simdjson/issue984
...
Fixing issue 984
2020-06-25 11:04:19 -04:00
Daniel Lemire
1b63a9a9b5
Removing optional since it is not C++11
2020-06-25 10:25:57 -04:00
Daniel Lemire
4c9f11b78a
Missing character.
2020-06-25 10:15:13 -04:00
Daniel Lemire
32348c2b0b
Elaborating.
2020-06-25 10:14:29 -04:00
Daniel Lemire
5e690c5d04
Fixing the string_view issue.
2020-06-25 10:02:10 -04:00
Daniel Lemire
4ec56484a1
Merge pull request #979 from simdjson/issue977
...
This removes git as a dependency to our CMake
2020-06-24 20:45:15 -04:00
Daniel Lemire
8f2a5649fe
Merge pull request #983 from TkTech/patch-1
...
Fix documentation links in basics.md
2020-06-24 20:44:46 -04:00
Daniel Lemire
c3b25e12a5
Update implementation-selection.md
2020-06-24 20:42:04 -04:00
Daniel Lemire
6d3e33d440
Update parse_many.md
2020-06-24 20:41:38 -04:00
Daniel Lemire
c11f7ce54f
Update performance.md
2020-06-24 20:41:06 -04:00
Tyler Kennedy
84806cc174
Fix documentation links in basics.md
...
Links to other files need to be either relative to themselves (doc/performance.md -> performance.md) or absolute (doc/performance.md -> /doc/performance.md). This change fixes the documentation when read on GitHub.
2020-06-24 20:20:14 -04:00
Daniel Lemire
16f12f7d59
Tweak.
2020-06-24 19:31:51 -04:00
Daniel Lemire
8609b8e589
Adding a ninja test.
2020-06-24 19:29:08 -04:00
Daniel Lemire
29e744fdbb
Adding warning message.
2020-06-24 19:23:02 -04:00
Daniel Lemire
515b87bcbe
Disabling perfcheck for ninja
2020-06-24 18:45:47 -04:00
Daniel Lemire
5fa9faca20
Merge pull request #980 from simdjson/dlemire/put_back_perf_tests
...
Putting back the perf tests.
2020-06-24 17:19:24 -04:00
Daniel Lemire
a4ebdfd47c
Merge pull request #975 from simdjson/dlemire/nitpicking_amal_demo
...
Nitpicking: demo should not crash on missing input
2020-06-24 17:18:40 -04:00