summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/VfrCompile
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix various typosAntoine Cœur2019-07-082-2/+2
* BaseTools/VfrCompile: clean Framework Vfr supportDandan Bi2019-05-131-217/+55
* BaseTools/VfrCompile: Remove framework VFR supportDandan Bi2019-05-097-211/+15
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0912-84/+12
* BaseTools: Various typoAntoine Coeur2019-02-1428-102/+97
* BaseTools/VfrCompile: report error for Integer overflowDandan Bi2019-01-083-7/+7
* BaseTools/VfrCompile: honor EXTRA_LDFLAGSLaszlo Ersek2018-08-221-1/+4
* BaseTools/Source/C: split "-O2" to BUILD_OPTFLAGSLaszlo Ersek2018-08-161-4/+7
* BaseTools: Clean up source filesLiming Gao2018-07-099-226/+226
* BaseTools/VfrCompile: Avoid using uninitialized pointerBi, Dandan2018-05-091-3/+20
* BaseTool/VfrCompile: make delete[] match with new[]Dandan Bi2018-04-171-4/+8
* BaseTools/VfrCompile:Fix memory leak issuesDandan Bi2018-04-171-1/+31
* BaseTool/VfrCompile: Fix potential memory leak issueBi, Dandan2018-03-231-0/+4
* BaseTool/VfrCompile: make delete[] match with new[]Bi, Dandan2018-03-235-22/+22
* BaseTools GNUmakefile: Remove HOST_ARCH in every tool MakefileLiming Gao2018-02-061-2/+1
* BaseTools: resolve initialization order errors in VfrFormPkg.hzenith4322018-01-023-414/+257
* BaseTools: silence parentheses-equality warningzenith4322018-01-024-1/+7
* BaseTools: eliminate unused expression resultzenith4322018-01-022-3/+3
* BaseTools: correct mal-typed CVfrDLGLexer::errstdzenith4322018-01-021-1/+1
* BaseTools/VfrCompile: Resolve uninit class variables in constructorHao Wu2017-12-253-0/+10
* BaseTools/VfrCompile: Add/refine boundary checks for strcpy/strcatHao Wu2017-12-251-4/+10
* BaseTools/VfrCompile: Assign 'NULL' for closed file handleHao Wu2017-12-251-1/+2
* BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflictLiming Gao2017-11-301-1/+1
* BaseTools/VfrCompile: Add check to avoid using NULL pointerDandan Bi2017-11-031-2/+6
* BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStoreDandan Bi2017-09-217-489/+1177
* BaseTool/VfrCompile: Support Union type in VFRDandan Bi2017-09-213-37/+65
* BaseTools/VfrCompile: Remove the MAX_PATH limitationDandan Bi2017-08-042-26/+1
* BaseTools/VfrCompile: Fix segmentation fault issuesDandan Bi2017-08-041-7/+7
* VfrCompile: fix invalid comparison between pointer and integerPaolo Bonzini2017-02-221-1/+1
* BaseTools: Convert incomplete expression with dangling while()Nikolai SAOUKH2017-01-231-3/+3
* BaseTools/Pccts: Resolve GCC sting format mismatch build warningHao Wu2016-12-231-1/+1
* BaseTools: fix write-strings build warningsHeyi Guo2016-12-201-1/+1
* BaseTools: fix format type build warningsHeyi Guo2016-12-202-10/+10
* BaseTools: fix format-security build warningsHeyi Guo2016-12-203-6/+6
* BaseTools/VfrCompile/Pccts: Make assignment operator not returning voidHao Wu2016-11-082-4/+6
* BaseTools/VfrCompile/Pccts: Add virtual destructor for class DLGInputStreamHao Wu2016-11-081-0/+1
* BaseTools/VfrCompile: Explicitly state format string for DebugMsg()Hao Wu2016-11-081-2/+2
* BaseTools/VfrCompile: Fix potential memory leakHao Wu2016-11-081-0/+1
* BaseTools/VfrCompile: Remove unused local variablesHao Wu2016-11-081-2/+0
* BaseTools/VfrCompile: Avoid freeing freed memory in classesHao Wu2016-11-084-1/+79
* BaseTools/VfrCompile: Add assignment operator definition for some classesHao Wu2016-11-083-0/+18
* BaseTools/VfrCompile: Avoid freeing memory with mismatched functionsHao Wu2016-11-085-20/+22
* BaseTools/VfrCompile: Add checks for user/file inputsHao Wu2016-11-082-28/+185
* BaseTools/VfrCompile: Add checks for array accessHao Wu2016-11-082-0/+11
* BaseTools/VfrCompile: Initialize local variables before being usedHao Wu2016-11-082-3/+5
* BaseTools/VfrCompile: Avoid possible NULL pointer dereferenceHao Wu2016-11-082-2/+16
* BaseTools: Fix typos in comments and variablesGary Lin2016-10-201-1/+1
* BaseTools VfrCompile Pccts: Update GCC Flags to the specific one with BUILD_ ...Liming Gao2016-09-082-12/+19
* BaseTools VfrCompile GNU makefile: Replace CXX with BUILD_CXXLiming Gao2016-09-081-5/+5
* BaseTools GnuMakefile: Update GCC Flags to the specific one with BUILD_ prefixLiming Gao2016-08-231-2/+2