RedPanda-CPP/RedPandaIDE/compiler
Roy Qu 78739e388a - enhancement: Add "Languages" page group in the options dialog.
- enhancement: Add "ASM Generation" page in the options dialog.
  - change: Move "Custom C/C++ keywords" from group "Editor" to "Lanauges" in the options dialog.
  - change: Rename "Folder" page to "Folder / Reset default settings" in the options dialog.
  - enhancement: Generate asm with/without SEH directives.
  - enhancement: Generate asm using intel style/att style.
  - enhancement: make description for jump/cmov/setb instructions more explicit. (used for signed or unsigned)
2023-02-28 10:49:50 +08:00
..
compiler.cpp - enhancement: Syntax check for assembly files. 2023-02-27 08:53:39 +08:00
compiler.h more keywords for asm 2023-02-13 21:49:19 +08:00
compilerinfo.cpp auto remove a.exe generated by tcc 2022-12-25 12:00:09 +08:00
compilerinfo.h - enhancement: If executable doesn't have symbol table, inform user and stop. 2023-02-18 12:08:03 +08:00
compilermanager.cpp - enhancement: Keep project compile warning & error infos in the issues table, before project file is edited. 2023-02-24 12:17:30 +08:00
compilermanager.h - enhancement: Rename symbols won't remove all breakpoints/bookmarks 2023-01-12 12:07:22 +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 - enhancement: Rename symbols won't remove all breakpoints/bookmarks 2023-01-12 12:07:22 +08:00
filecompiler.cpp - enhancement: Add "Languages" page group in the options dialog. 2023-02-28 10:49:50 +08:00
filecompiler.h - enhancement: Rename symbols won't remove all breakpoints/bookmarks 2023-01-12 12:07:22 +08:00
ojproblemcasesrunner.cpp - enhancement: Change the way to calculate execution time. 2023-02-07 20:27:31 +08:00
ojproblemcasesrunner.h - enhancement: Rename symbols won't remove all breakpoints/bookmarks 2023-01-12 12:07:22 +08:00
projectcompiler.cpp - change: Don't stop debug when breakpoint can't be set 2023-02-22 10:39:20 +08:00
projectcompiler.h - enhancement: Rename symbols won't remove all breakpoints/bookmarks 2023-01-12 12:07:22 +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 - enhancement: Rename symbols won't remove all breakpoints/bookmarks 2023-01-12 12:07:22 +08:00
stdincompiler.cpp - enhancement: Syntax check for assembly files. 2023-02-27 08:53:39 +08:00
stdincompiler.h - enhancement: Rename symbols won't remove all breakpoints/bookmarks 2023-01-12 12:07:22 +08:00