RedPanda-CPP/RedPandaIDE/compiler
Cyano Hao e2e5c46820
Add compiler hint interface for packager (#175)
* add compiler hint addon interface

* add architecture info in about dialog

* detect user install

* add qmake variable to control OpenConsole.exe preference

* enable asan/hwasan option on all platforms for cross toolchain

* fix lldb-server

* force to lldb-server when using lldb-mi

* add qt.conf for windows

* add windows domain installer with compiler hint

* add compiler hint for arch linux

* fix mainwindow actionInterrupt visibility

* update news

* update arch linux packaging

* update windows domain packaging

* allow parallel packaging in windows domain installer

* fix compiler set persistence in compiler hint interface
2024-01-18 16:14:36 +08:00
..
compiler.cpp - enhancement: Parse files that contains C++ 20 'concept' keyword. (No code suggesion for concepts now) 2023-10-22 13:19:03 +08:00
compiler.h streamline codes 2023-08-15 10:57:03 +08:00
compilerinfo.cpp Add compiler hint interface for packager (#175) 2024-01-18 16:14:36 +08:00
compilerinfo.h more options for sdcc compiler 2023-08-21 22:03:21 +08:00
compilermanager.cpp SDCC feature can be disabled 2023-12-17 13:53:22 +08:00
compilermanager.h Add runner args abstraction and fix shm on macOS/BSD (#134) 2023-09-05 19:14:08 +08:00
executablerunner.cpp Add runner args abstraction and fix shm on macOS/BSD (#134) 2023-09-05 19:14:08 +08:00
executablerunner.h Add Windows XP support (#146) 2023-10-21 13:38:12 +08:00
filecompiler.cpp SDCC feature can be disabled 2023-12-17 13:53:22 +08:00
filecompiler.h streamline codes 2023-08-15 10:57:03 +08:00
ojproblemcasesrunner.cpp - fix: Use the system default encoding for input when running problem cases. 2023-11-19 10:39:12 +08:00
ojproblemcasesrunner.h Add runner args abstraction and fix shm on macOS/BSD (#134) 2023-09-05 19:14:08 +08:00
projectcompiler.cpp - fix: Crash if #include a non-exist header file in the source. 2023-11-05 21:00:52 +08:00
projectcompiler.h - enhancement: Support SDCC Project. 2023-08-17 19:24:49 +08:00
runner.cpp Add runner args abstraction and fix shm on macOS/BSD (#134) 2023-09-05 19:14:08 +08:00
runner.h Add runner args abstraction and fix shm on macOS/BSD (#134) 2023-09-05 19:14:08 +08:00
sdccfilecompiler.cpp fix: options are ignored when compile 2023-08-21 11:48:23 +08:00
sdccfilecompiler.h streamline codes 2023-08-15 10:57:03 +08:00
sdccprojectcompiler.cpp - fix: Crash if #include a non-exist header file in the source. 2023-11-05 21:00:52 +08:00
sdccprojectcompiler.h - enhancement: Support SDCC Project. 2023-08-17 19:24:49 +08:00
stdincompiler.cpp streamline codes 2023-08-15 10:57:03 +08:00
stdincompiler.h streamline codes 2023-08-15 10:57:03 +08:00