summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/VfrCompile
AgeCommit message (Expand)AuthorFilesLines
2022-11-08BaseTools/Source/C: Use /Z7 instead of /Zi for host toolsMichael D Kinney4-11/+10
2022-10-16BaseTools: Remove duplicated words in C toolsPierre Gondois1-2/+2
2021-12-09BaseTools/VfrCompile: Correct Bit Field Flags for numeric/one ofHuang, Long12-1/+4
2021-11-03BaseTools/VrfCompile: Fix uninitialized field from unnamed fieldMichael D Kinney1-2/+2
2020-11-11BaseTools/VfrCompile: VFR compiler supports REST_STYLE in HII optionAbner Chang1-3/+22
2020-07-21Using LLVM compiler set to build BaseTools in LinuxLiu, Zhiguang3-2/+12
2019-10-04BaseTools: strip trailing whitespaceLeif Lindholm1-3/+3
2019-07-08BaseTools: Fix various typosAntoine Cœur2-2/+2
2019-05-13BaseTools/VfrCompile: clean Framework Vfr supportDandan Bi1-217/+55
2019-05-09BaseTools/VfrCompile: Remove framework VFR supportDandan Bi7-211/+15
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney12-84/+12
2019-02-14BaseTools: Various typoAntoine Coeur28-102/+97
2019-01-08BaseTools/VfrCompile: report error for Integer overflowDandan Bi3-7/+7
2018-08-22BaseTools/VfrCompile: honor EXTRA_LDFLAGSLaszlo Ersek1-1/+4
2018-08-16BaseTools/Source/C: split "-O2" to BUILD_OPTFLAGSLaszlo Ersek1-4/+7
2018-07-09BaseTools: Clean up source filesLiming Gao9-226/+226
2018-05-09BaseTools/VfrCompile: Avoid using uninitialized pointerBi, Dandan1-3/+20
2018-04-17BaseTool/VfrCompile: make delete[] match with new[]Dandan Bi1-4/+8
2018-04-17BaseTools/VfrCompile:Fix memory leak issuesDandan Bi1-1/+31
2018-03-23BaseTool/VfrCompile: Fix potential memory leak issueBi, Dandan1-0/+4
2018-03-23BaseTool/VfrCompile: make delete[] match with new[]Bi, Dandan5-22/+22
2018-02-06BaseTools GNUmakefile: Remove HOST_ARCH in every tool MakefileLiming Gao1-2/+1
2018-01-02BaseTools: resolve initialization order errors in VfrFormPkg.hzenith4323-414/+257
2018-01-02BaseTools: silence parentheses-equality warningzenith4324-1/+7
2018-01-02BaseTools: eliminate unused expression resultzenith4322-3/+3
2018-01-02BaseTools: correct mal-typed CVfrDLGLexer::errstdzenith4321-1/+1
2017-12-25BaseTools/VfrCompile: Resolve uninit class variables in constructorHao Wu3-0/+10
2017-12-25BaseTools/VfrCompile: Add/refine boundary checks for strcpy/strcatHao Wu1-4/+10
2017-12-25BaseTools/VfrCompile: Assign 'NULL' for closed file handleHao Wu1-1/+2
2017-11-30BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflictLiming Gao1-1/+1
2017-11-03BaseTools/VfrCompile: Add check to avoid using NULL pointerDandan Bi1-2/+6
2017-09-21BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStoreDandan Bi7-489/+1177
2017-09-21BaseTool/VfrCompile: Support Union type in VFRDandan Bi3-37/+65
2017-08-04BaseTools/VfrCompile: Remove the MAX_PATH limitationDandan Bi2-26/+1
2017-08-04BaseTools/VfrCompile: Fix segmentation fault issuesDandan Bi1-7/+7
2017-02-22VfrCompile: fix invalid comparison between pointer and integerPaolo Bonzini1-1/+1
2017-01-23BaseTools: Convert incomplete expression with dangling while()Nikolai SAOUKH1-3/+3
2016-12-23BaseTools/Pccts: Resolve GCC sting format mismatch build warningHao Wu1-1/+1
2016-12-20BaseTools: fix write-strings build warningsHeyi Guo1-1/+1
2016-12-20BaseTools: fix format type build warningsHeyi Guo2-10/+10
2016-12-20BaseTools: fix format-security build warningsHeyi Guo3-6/+6
2016-11-08BaseTools/VfrCompile/Pccts: Make assignment operator not returning voidHao Wu2-4/+6
2016-11-08BaseTools/VfrCompile/Pccts: Add virtual destructor for class DLGInputStreamHao Wu1-0/+1
2016-11-08BaseTools/VfrCompile: Explicitly state format string for DebugMsg()Hao Wu1-2/+2
2016-11-08BaseTools/VfrCompile: Fix potential memory leakHao Wu1-0/+1
2016-11-08BaseTools/VfrCompile: Remove unused local variablesHao Wu1-2/+0
2016-11-08BaseTools/VfrCompile: Avoid freeing freed memory in classesHao Wu4-1/+79
2016-11-08BaseTools/VfrCompile: Add assignment operator definition for some classesHao Wu3-0/+18
2016-11-08BaseTools/VfrCompile: Avoid freeing memory with mismatched functionsHao Wu5-20/+22
2016-11-08BaseTools/VfrCompile: Add checks for user/file inputsHao Wu2-28/+185