22 Commits

Author SHA1 Message Date
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
3fbf5c5c51 Fix overwrite of compiler flags 2024-11-18 19:17:31 -05:00
Alex Spataru
ec07d4c172 Update compiler flags for SIMDe 2024-11-18 18:42:02 -05:00
Alex Spataru
e09cfb6be3 Use SIMD instructions for updating plot data 2024-11-18 17:30:30 -05:00
Alex Spataru
9230c38e87 Transition to C++ 20 2024-11-18 15:59:51 -05:00
Alex Spataru
a83f6f6c47 Add "No Delimiter" to project options and simplify default frame parsing code 2024-11-17 18:52:38 -05:00
Alex Spataru
2fe108915c
Merge pull request #219 from CloverGit/patch-1
refactor: use QStandardPaths for file locations
2024-11-14 08:52:25 -05:00
Alex Spataru
35a568f8ed Remove qtcsv dependecy & make UI module more robust 2024-11-14 00:50:16 -05:00
CloverGit
1dd3546d82
refactor: use QStandardPaths for file locations
Enhance cross-platform compatibility and ensure files are saved in standard user directories by using QStandardPaths.
2024-11-12 00:10:25 +08:00
Alex Spataru
db65366abc Format code 2024-11-11 10:09:24 -05:00
Alex Spataru
12a4b28654 Get rid of Qwt & render widgets using GPU 2024-10-27 05:38:58 -05:00
Alex Spataru
1cebd8396d Fix unsynched initial widget columns value 2024-10-13 01:55:47 -05:00
Alex Spataru
ce1fe55c61 Maybe I should have written QMQTT's CMakeLists file by myself... 2024-09-18 23:55:46 -05:00
Alex Spataru
1b9e396915 To hell with QMQTT's import/export logic
Why the heck they use QT_STATIC as a macro, considering that Qt uses that macro internally?
2024-09-18 23:43:20 -05:00
Alex Spataru
72bd3308c0 Fix MOC issues by creating an unity build for QMQTT 2024-09-18 23:23:42 -05:00
Alex Spataru
2bb8290a0a Remove submodules 2024-09-18 22:20:55 -05:00
Alex Spataru
9d4aeb3f30 Make project editor usable 2024-09-18 21:48:57 -05:00
Alex Spataru
fec08f0cd5 Begin working on project editor redesign 2024-08-29 13:51:17 -05:00
Alex Spataru
87a8329c84 Move project to CMake 2024-08-10 12:58:21 -05:00