RedPanda-CPP/RedPandaIDE/compiler
zw9629 697bdca255
sdcc makefile生成优化 (#377)
* sdcc makefile生成优化
1.隐藏删除文件的错误提示
2.支持生成目标文件输出目录

* 修复删不了文件

* 确保能删除编译文件同时不提示任何错误

* 更正clean脚本错误(%1 2>&1)应为(%1 2>%1)
指定生成目标文件输出目录支持跨盘,跨平台(理论)

* 预防配置项为相对路径

* clean 目标与>%1中间添加空格,避免错误
2024-04-14 12:13:39 +08:00
..
compiler.cpp encoding name sensitivity 2024-04-11 07:00:32 +08:00
compiler.h Move from command line to argv array (#216) 2024-02-28 19:41:05 +08:00
compilerinfo.cpp - fix: Compiler set options "Check for stack smashing attacks (-fstack-protector)" was not correctly applied when compiling. 2024-04-06 09:30:35 +08:00
compilerinfo.h more options for sdcc compiler 2023-08-21 22:03:21 +08:00
compilermanager.cpp - fix: Option 'Pause after run in console' for tools doesn't work. 2024-03-21 17:54:58 +08:00
compilermanager.h - fix: Option 'Pause after run in console' for tools doesn't work. 2024-03-21 17:54:58 +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 - fix: Remove duplicated macro defines make it's lost in the parse result. 2024-03-26 16:33:22 +08:00
filecompiler.h streamline codes 2023-08-15 10:57:03 +08:00
ojproblemcasesrunner.cpp - enhancement: Info contents from stderr are logged into "Tools Output" panel, add problem case name info to the log. 2024-03-26 13:45:26 +08:00
ojproblemcasesrunner.h - enhancement: Info contents from stderr are logged into "Tools Output" panel, add problem case name info to the log. 2024-03-26 13:45:26 +08:00
projectcompiler.cpp Dont auto scroll when copy by drag & drop 2024-04-11 08:09:43 +08:00
projectcompiler.h - enhancement: Open ".def" (Module definition file) file in editor when double click it in the project view. 2024-03-27 15:32:30 +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 Move from command line to argv array (#216) 2024-02-28 19:41:05 +08:00
sdccfilecompiler.h streamline codes 2023-08-15 10:57:03 +08:00
sdccprojectcompiler.cpp sdcc makefile生成优化 (#377) 2024-04-14 12:13:39 +08:00
sdccprojectcompiler.h - enhancement: Support SDCC Project. 2023-08-17 19:24:49 +08:00
stdincompiler.cpp Move from command line to argv array (#216) 2024-02-28 19:41:05 +08:00
stdincompiler.h streamline codes 2023-08-15 10:57:03 +08:00