RedPanda-CPP/RedPandaIDE/compiler
Roy Qu 0c1402a386 - change: remove "Optimize for the following machine" and "Optimize less, while maintaining full compatibility" options in the compiler setting panel, which are obseleted.
- change: escape spaces in the executabe path under linux.
2022-10-29 17:21:38 +08:00
..
compiler.cpp fix: syntax check issues for new file not correctly parsed 2022-10-26 08:12:00 +08:00
compiler.h - enhancement: autolink add "force utf8" property (mainly for raylib) 2022-06-23 19:07:48 +08:00
compilerinfo.cpp - change: remove "Optimize for the following machine" and "Optimize less, while maintaining full compatibility" options in the compiler setting panel, which are obseleted. 2022-10-29 17:21:38 +08:00
compilerinfo.h - enhancement: refresh project view for git status won't redraw project structure 2022-10-24 19:23:43 +08:00
compilermanager.cpp - change: remove "Optimize for the following machine" and "Optimize less, while maintaining full compatibility" options in the compiler setting panel, which are obseleted. 2022-10-29 17:21:38 +08:00
compilermanager.h - fix: when run/debug the executable, add current compiler set's bin folders to path 2022-06-16 21:34:31 +08:00
executablerunner.cpp - fix: when run/debug the executable, add current compiler set's bin folders to path 2022-06-16 21:34:31 +08:00
executablerunner.h - fix: when run/debug the executable, add current compiler set's bin folders to path 2022-06-16 21:34:31 +08:00
filecompiler.cpp - enhancement: set compilation stage in the options / compiler set pages 2022-10-12 19:48:35 +08:00
filecompiler.h - fix: auto syntax check fail, if the file is not gbk and includes files encoded with utf8 2022-03-31 09:56:49 +08:00
ojproblemcasesrunner.cpp make behavior consistent in adding compiler bindirs to Path 2022-05-30 16:01:28 +08:00
ojproblemcasesrunner.h - fix: can't stop a freeze program that has stdin redirected. 2022-03-30 19:28:46 +08:00
projectcompiler.cpp - enhancement: before run a project'executable, check if there's project file newer than the executable 2022-10-25 19:09:46 +08:00
projectcompiler.h - enhancement: auto locate current open file in the project view panel 2022-10-24 20:01:46 +08:00
runner.cpp - fix: auto syntax check fail, if the file is not gbk and includes files encoded with utf8 2022-03-31 09:56:49 +08:00
runner.h add timeout for flushing output buffer when running problem cases 2022-01-28 08:21:56 +08:00
stdincompiler.cpp remove debug info 2022-10-21 09:58:19 +08:00
stdincompiler.h remove debug info 2022-10-21 09:58:19 +08:00