Alex Spataru
db4cec3949
Disable Intel Compiler on Linux
...
- We already made the checks that I needed
- Generated binaries require Intel (R) SHSTK instructions, we want Serial Studio to be as compatible as possible
2024-11-21 11:23:18 -05:00
Alex Spataru
bdfe08a5c6
Update README.md
2024-11-21 02:34:38 -05:00
Alex Spataru
d484a65e3d
Update README.md
2024-11-21 02:34:10 -05:00
Alex Spataru
395ca8d2b5
Update README.md
2024-11-21 02:32:38 -05:00
Alex Spataru
4a82db0efc
Use -force-openssl instead of -force_openssl
2024-11-20 17:10:05 -05:00
Alex Spataru
8b6854c1db
Include qopensslbackend.dll with Windows package
2024-11-20 16:52:42 -05:00
Alex Spataru
04a935a362
Use /MT flag again
2024-11-20 16:42:07 -05:00
Alex Spataru
0bcc969a74
Add Hardened Runtime on macOS
2024-11-20 16:33:01 -05:00
Alex Spataru
8c0b935450
Update CMakeLists.txt
2024-11-20 16:25:42 -05:00
Alex Spataru
82b4ffa3f8
Update deploy.yml
2024-11-20 16:21:00 -05:00
Alex Spataru
e0b4a80edf
Update CMakeLists.txt
2024-11-20 16:12:35 -05:00
Alex Spataru
99a1ca1706
Update CMakeLists.txt
2024-11-20 16:09:45 -05:00
Alex Spataru
cc6e40d50a
Update CMakeLists.txt
2024-11-20 15:41:56 -05:00
Alex Spataru
6a7544b781
Fix windeployqt incorrect deployment of debug libraries
2024-11-20 15:30:39 -05:00
Alex Spataru
f7827ec442
Update deploy.yml
2024-11-20 14:54:58 -05:00
Alex Spataru
2e536545b6
Update deploy.yml to force release build
2024-11-20 14:48:43 -05:00
Alex Spataru
3c2ac73eda
Update CMakeLists.txt to define project at the start
2024-11-20 11:12:04 -05:00
Alex Spataru
9c887579fd
Update CMakeLists.txt to set CMAKE_SYSTEM_PROCESSOR explicitely
2024-11-20 11:08:22 -05:00
Alex Spataru
39562080c9
Update deploy.yml to rename Ubuntu job to just "Linux"
2024-11-20 10:53:35 -05:00
Alex Spataru
aa6b1e4307
Use separate jobs for arm64 and x86_64 macOS builds
...
- SIMD build flags are never enabled on Intel/AMD processors
- Universal binaries only support NEON instructions on ARM
2024-11-20 10:51:47 -05:00
Alex Spataru
9183cffd02
Update deploy.yml to create universal macOS builds
2024-11-20 10:41:05 -05:00
Alex Spataru
a888e80145
Update deploy.yml
2024-11-20 10:40:12 -05:00
Alex Spataru
fb5a89499f
Update SIMD build flags to work with Universal binaries
2024-11-20 10:32:49 -05:00
Alex Spataru
9dfae24b4b
Remove unused QML_Module in Cmake
2024-11-19 11:28:59 -05:00
Alex Spataru
68bfb04ccc
Fix FFT crash
2024-11-19 09:47:34 -05:00
Alex Spataru
7d0e29e200
Make saving frame parser code more intuitive
2024-11-19 08:11:54 -05:00
Alex Spataru
79a5239769
Migrate old frame parser code
2024-11-19 07:31:21 -05:00
Alex Spataru
551f8356cd
Update deploy.yml
2024-11-19 03:39:55 -05:00
Alex Spataru
08a0802853
Update deploy.yml
2024-11-19 03:30:05 -05:00
Alex Spataru
ce40c67fce
Update deploy.yml
2024-11-19 03:20:15 -05:00
Alex Spataru
a359729dc9
Use Intel compiler on macOS too
2024-11-19 03:02:34 -05:00
Alex Spataru
8c07f18555
Default to MSVC on Windows
2024-11-19 02:48:03 -05:00
Alex Spataru
3d6bdc6bfe
Merge branch 'master' of https://github.com/Serial-Studio/Serial-Studio
2024-11-19 00:52:08 -05:00
Alex Spataru
d241316fce
Try to force using installed C/C++ compiler on Windows
2024-11-19 00:51:59 -05:00
Alex Spataru
22b7543f43
Update HAL_Driver.h
2024-11-19 00:41:21 -05:00
Alex Spataru
c4d5d832f9
Update deploy.yml
2024-11-19 00:29:47 -05:00
Alex Spataru
c2e85582c5
Update deploy.yml
2024-11-19 00:08:15 -05:00
Alex Spataru
2be67d3015
Update deploy.yml
2024-11-19 00:05:49 -05:00
Alex Spataru
0fa7ab7de2
Update deploy.yml
2024-11-19 00:01:52 -05:00
Alex Spataru
b45d601f53
Update deploy.yml
2024-11-19 00:00:36 -05:00
Alex Spataru
4821885837
Go back to C++17
2024-11-18 23:40:17 -05:00
Alex Spataru
a1234f14b4
Only apply ar/ranlib fixes on Unix
2024-11-18 23:00:51 -05:00
Alex Spataru
83c922cffa
Try to fix Intel C++ compilation
2024-11-18 22:54:15 -05:00
Alex Spataru
ab1d46f7dd
Update deploy.yml
2024-11-18 22:29:33 -05:00
Alex Spataru
e79d310d7f
Try to build using Intel compiler
2024-11-18 22:17:50 -05:00
Alex Spataru
6a93579172
Add support for Intel C++ compiler
2024-11-18 22:17:31 -05:00
Alex Spataru
f45c777105
Detect AppleClang on macOS Intel builds
2024-11-18 21:44:59 -05:00
Alex Spataru
d3fcdad9be
Remove fallback to portable SIMD instructions on unknown compilers
2024-11-18 21:34:43 -05:00
Alex Spataru
10892291c2
Detect AMD64 and enable AVX2 on Windows
2024-11-18 21:27:48 -05:00
Alex Spataru
f2af6297aa
Add <cmath> to fix MSVC build
2024-11-18 19:49:08 -05:00