John Keiser
|
a7fc7d4ffb
|
Switch from get(v,e) to e = get(v)
|
2020-06-20 17:57:09 -07:00 |
Daniel Lemire
|
502fee1b45
|
Fixes the way conditions are checked on variables so it is correct. (#780)
|
2020-04-23 16:01:40 -04:00 |
Daniel Lemire
|
185274e70f
|
Let us see if we can test with libc++. (#732)
* Let us see if we can test with libc++.
* Fixed spacing.
|
2020-04-22 21:24:42 -04:00 |
John Keiser
|
e5e6a46c37
|
Consolidate multi-implementation tests
Uses SIMDJSON_FORCE_IMPLEMENTATION to switch the implementation at test
time.
|
2020-04-19 09:59:49 -07:00 |
John Keiser
|
ff09b6c824
|
Run fewer redundant steps and configs in CI
|
2020-04-17 12:23:05 -07:00 |
John Keiser
|
fd418f568c
|
Fix c++11 warnings on clang
- namespace x::y is C++17
- static_assert requires message in C++11
|
2020-04-15 17:27:48 -07:00 |
John Keiser
|
09cf18a646
|
Add C++11 tests to cmake
- Add simdjson-flags target so callers don't have flags forced on them
|
2020-04-15 17:26:25 -07:00 |
Daniel Lemire
|
6d7c77ddc1
|
Let us try to check with the exceptions disabled. (#707)
* Tweaking code so that we can run all tests with exceptions off.
* Removing SIMDJSON_DISABLE_EXCEPTIONS
|
2020-04-15 16:45:36 -04:00 |
John Keiser
|
1ff22c78b3
|
Add quickstart to cmake
|
2020-04-09 14:56:54 -07:00 |
John Keiser
|
1e30b6e334
|
Compile under C++ 11
|
2020-04-08 14:00:13 -07:00 |
John Keiser
|
406240bae3
|
Support C++ 14
|
2020-04-08 14:00:13 -07:00 |
John Keiser
|
835b640ebd
|
Run quickstart example in CI
|
2020-03-29 15:45:12 -07:00 |