Victor Zverovich
c9fe1fa5ba
Remove unused flag
2021-06-08 08:00:37 -07:00
Alexey Ochapov
024741b476
CI: set up multi-thread build for all platforms
2021-06-04 05:56:55 -07:00
Sergiu Deitsch
13e652939b
export missed symbols
...
Enable `-fvisibility=hidden` and `-fvisibility-inlines-hidden` by default in CI builds to ensure all public symbols are exported correctly.
2021-05-19 16:03:45 -07:00
Victor Zverovich
4b885c8633
Replace windows_error with system_error
2021-05-07 06:19:03 -07:00
Alexey Ochapov
b441532396
CI linux: add clang++-11 C++20 (with LLVM libc++) build
...
* find-package-test fixed by passing CXX_FLAGS, i.e. -stdlib=libc++
* std::array usage in compile-test.cc replaced with plain array, because
<array> header was not included
2021-04-10 07:20:05 -07:00
Alexey Ochapov
1dbadb6527
CI linux: add clang++-11 C++20 build
2021-04-10 07:20:05 -07:00
Alexey Ochapov
09dbad47e1
CI linux: add missing build_type
...
for g++-8 C++14, g++10 C++17, g++10 C++20
2021-04-10 07:20:05 -07:00
Alexey Ochapov
e2facffe4d
CI linux: remove excessive clang++-9 include
2021-04-10 07:20:05 -07:00
Victor Zverovich
0d6b70d96b
Install gcc 8
2021-04-01 09:19:36 -07:00
Alexey Ochapov
acef0bb51a
use gcc-10.2 instead of gcc-10.1 on CI, also fix one problem ( #2110 )
...
the problem was not detected by test because of wrong gcc-10 minor version on CI
2021-01-23 07:52:41 -08:00
Victor Zverovich
bcc20b29df
Implement compile-time checks by default
2020-11-15 17:24:36 -08:00
Victor Zverovich
f8640d4050
Add more standards
2020-11-14 12:02:46 -08:00
Jonathan Gopel
b3ab0bc7e3
🎨 [CI] Specify the exact version of clang to use ( #1991 )
...
Problem:
- The version of clang to use is specified only as `clang++`. This is
inconsistent with the specifications for gcc and exposed to unexpected
failure if the default changes.
Solution:
- Specify the exact version of clang to use. I chose `clang++-9` as that
is the version that `clang++` is currently resolving to.
Co-authored-by: Jonathan Gopel <jgopel@quantlab.com>
2020-11-08 05:18:24 -08:00
Victor Zverovich
cba5970cd8
Remove migrated build configs
2020-11-04 10:03:00 -08:00
Victor Zverovich
bcab36da3f
Update CI config
2020-11-03 16:01:26 -08:00
Victor Zverovich
0103408a5c
Update CI config
2020-11-03 14:39:43 -08:00
Victor Zverovich
205eb3a8f2
Update CI config
2020-11-03 13:27:15 -08:00
Victor Zverovich
fe61b8c630
Update CI config
2020-11-03 11:59:59 -08:00
Victor Zverovich
867b15d77c
Update CI config
2020-11-03 11:48:20 -08:00
Victor Zverovich
98cb9f9931
Update CI config
2020-11-03 11:43:00 -08:00
Victor Zverovich
95077d60c9
Update CI config
2020-11-03 11:41:25 -08:00
Victor Zverovich
c8703ba40b
Update CI config
2020-11-03 10:45:16 -08:00
Victor Zverovich
78a55e2898
Update CI config
2020-11-03 10:37:30 -08:00