RedPanda-CPP/RedPandaIDE/compiler
brokencuph a96af19f2e make behavior consistent in adding compiler bindirs to Path
When running the compiled user program, current compiler's
binary directories should be added to the beginning of the
Path environment variable instead of the end, in order to
avoid loading other user-installed versions of
MinGW libraries (such as libstdc++).

Previously, in openShell of mainwindow.cpp the behavior has already
been updated, but in executablerunner.cpp and ojproblemcasesrunner.cpp,
the behavior is different. Now they have been changed to be
consistent with the one in openShell.
2022-05-30 16:01:28 +08:00
..
compiler.cpp finish: redesign compiler command line arguments 2022-05-14 11:21:59 +08:00
compiler.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
compilerinfo.cpp - enhancement: can debug files that has non-ascii chars in its path and is compiled by clang 2022-05-15 17:14:22 +08:00
compilerinfo.h - enhancement: can debug files that has non-ascii chars in its path and is compiled by clang 2022-05-15 17:14:22 +08:00
compilermanager.cpp - fix: "run current cases" dosen't correctly display real output 2022-05-26 21:22:07 +08:00
compilermanager.h - fix: "run current cases" dosen't correctly display real output 2022-05-26 21:22:07 +08:00
executablerunner.cpp make behavior consistent in adding compiler bindirs to Path 2022-05-30 16:01:28 +08:00
executablerunner.h - fix: if there is a Red Panda C++ process running program, other Red Panda C++ processes can't run program correctly. 2022-03-16 20:08:39 +08:00
filecompiler.cpp - enhancement: add compiler commandline argument for "-E" (only preprocessing) 2022-05-14 16:43:59 +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 - change: highlight whole #define statement using one color 2022-05-02 21:47:01 +08:00
projectcompiler.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
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 - 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
stdincompiler.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