summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2016-12-05BaseTools/VolInfo: Fix printf issue using '%ls' in format stringHao Wu1-1/+68
2016-12-02BaseTools: Support QuotedString for PREBUILD/POSTBUILD in DSC fileYonghong Zhu1-2/+14
2016-12-02BaseTools: Fix the bug to parse the new map file formatYonghong Zhu2-9/+16
2016-12-02BaseTools: add error check for "#image" for idf file formatYonghong Zhu1-1/+4
2016-11-30BaseTools: fix the bug to add PaletteSize info into AutoGenYonghong Zhu1-3/+4
2016-11-30BaseTools CommonLib: Update ReadMemoryFileLine() to read line in file scopeLiming Gao1-0/+3
2016-11-29BaseTools: Fix bug for decimal value of VPDPCD offset display in reportYonghong Zhu1-1/+4
2016-11-23BaseTools: report error for same Guid's Private definition conflictYonghong Zhu1-0/+33
2016-11-18BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdbLiming Gao1-0/+4
2016-11-18BaseTools/BuildEnv: Do not modify the env 'PACKAGES_PATH' in BuildEnvHao Wu1-5/+5
2016-11-16BaseTools tools_def.txt: Include AutoGen.h in GCC ASLPP_FLAGSLiming Gao1-5/+5
2016-11-16BaseTools tools_def.txt: Remove -P option in GCC ASLPP_FLAGSLiming Gao1-2/+2
2016-11-15BaseTools: FILE DATA to support relative path under Multiple workspaceYonghong Zhu1-1/+4
2016-11-15BaseTools: Fix the bug to support generate FFS by Align=AutoYonghong Zhu1-1/+3
2016-11-14BaseTools/Scripts: Add BinToPcd utilityMichael Kinney1-0/+192
2016-11-10BaseTools/GenSec: Return correct status when input file size is 0Hao Wu1-5/+11
2016-11-10BaseTools/GenFfs: Fix return too early when input file is of size 0Hao Wu1-2/+9
2016-11-09BaseTools/PeCoffLib: Check 'RelocDir' before finding relocation blockHao Wu1-16/+30
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/VolInfo: Add definitions for command format stringsHao Wu2-8/+8
2016-11-08BaseTools/VfrCompile: Explicitly state format string for DebugMsg()Hao Wu1-2/+2
2016-11-08BaseTools/VolInfo: Provide string width in '%s' specifier in format stringHao Wu1-1/+30
2016-11-08BaseTools/GenVtf: Provide string width in '%s' specifier in format stringHao Wu1-2/+80
2016-11-08BaseTools/VolInfo: Fix file handles not being closedHao Wu1-0/+1
2016-11-08BaseTools/TianoCompress: Fix file handles not being closedHao Wu1-3/+12
2016-11-08BaseTools/LzmaCompress: Fix file handles not being closedHao Wu1-1/+3
2016-11-08BaseTools/GenVtf: Fix file handles not being closedHao Wu1-0/+13
2016-11-08BaseTools/GenFv: Fix file handles not being closedHao Wu1-0/+3
2016-11-08BaseTools/GenCrc32: Fix file handles not being closedHao Wu1-1/+2
2016-11-08BaseTools/GenBootSector: Fix file handles not being closedHao Wu1-12/+23
2016-11-08BaseTools/EfiRom: Fix file handles not being closedHao Wu1-3/+4
2016-11-08BaseTools/VolInfo: Fix potential memory leakHao Wu1-1/+15
2016-11-08BaseTools/VfrCompile: Fix potential memory leakHao Wu1-0/+1
2016-11-08BaseTools/TianoCompress: Fix potential memory leakHao Wu1-3/+3
2016-11-08BaseTools/Split: Fix potential memory and resource leakHao Wu1-13/+28
2016-11-08BaseTools/GenVtf: Fix potential memory leakHao Wu1-0/+4
2016-11-08BaseTools/GenSec: Fix potential memory leakHao Wu1-4/+5
2016-11-08BaseTools/GenPage: Fix potential memory leakHao Wu1-0/+2
2016-11-08BaseTools/GenFv: Fix potential memory leakHao Wu1-4/+9
2016-11-08BaseTools/EfiRom: Fix potential memory leakHao Wu1-19/+51
2016-11-08BaseTools/C/Common: Fix potential memory leakHao Wu4-10/+34
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
2016-11-08BaseTools/GenFv: Add checks for user/file inputsHao Wu2-5/+59
2016-11-08BaseTools/EfiRom: Add checks for user/file inputsHao Wu1-1/+6
2016-11-08BaseTools/VfrCompile: Add checks for array accessHao Wu2-0/+11