summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix the regression issue caused by commit dc4c77Yonghong Zhu2017-02-231-2/+2
* VfrCompile: fix invalid comparison between pointer and integerPaolo Bonzini2017-02-221-1/+1
* BaseTools: add error check for Macro usage in the INF fileYonghong Zhu2017-02-222-2/+11
* BaseTools: Fix bug for GUIDED tool path override by DSC [BuildOptions]Yonghong Zhu2017-02-172-22/+68
* BaseTools: Enhance BaseTools supports FixedAtBuild usage in VFR fileYonghong Zhu2017-02-143-3/+38
* BaseTools: Fix the bug to parse the short varname in map fileYonghong Zhu2017-02-081-4/+10
* BaseTools: Convert incomplete expression with dangling while()Nikolai SAOUKH2017-01-231-3/+3
* BaseTools: Extend the Macro used in the FDF !include statementYonghong Zhu2017-01-231-11/+30
* BaseTools: not report error for the optional items in the FmpTokensYonghong Zhu2017-01-062-10/+11
* BaseTools: fix the bug for Mixed Pcd display in the reportYonghong Zhu2017-01-041-6/+15
* BaseTools: Fix the bug for RAW file alignment value supportYonghong Zhu2016-12-291-0/+7
* BaseTools/Ecc: Fix the issue of not recognizing "FILE_GUID"Hess Chen2016-12-291-1/+6
* BaseTools/Pccts: Resolve GCC sting format mismatch build warningHao Wu2016-12-231-1/+1
* BaseTools GCC makefile: disable unused-result warning for CPP fileLiming Gao2016-12-201-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/VolInfo: Fix printf issue using '%ls' in format stringHao Wu2016-12-051-1/+68
* BaseTools: Support QuotedString for PREBUILD/POSTBUILD in DSC fileYonghong Zhu2016-12-021-2/+14
* BaseTools: Fix the bug to parse the new map file formatYonghong Zhu2016-12-022-9/+16
* BaseTools: add error check for "#image" for idf file formatYonghong Zhu2016-12-021-1/+4
* BaseTools: fix the bug to add PaletteSize info into AutoGenYonghong Zhu2016-11-301-3/+4
* BaseTools CommonLib: Update ReadMemoryFileLine() to read line in file scopeLiming Gao2016-11-301-0/+3
* BaseTools: Fix bug for decimal value of VPDPCD offset display in reportYonghong Zhu2016-11-291-1/+4
* BaseTools: report error for same Guid's Private definition conflictYonghong Zhu2016-11-231-0/+33
* BaseTools: FILE DATA to support relative path under Multiple workspaceYonghong Zhu2016-11-151-1/+4
* BaseTools: Fix the bug to support generate FFS by Align=AutoYonghong Zhu2016-11-151-1/+3
* BaseTools/GenSec: Return correct status when input file size is 0Hao Wu2016-11-101-5/+11
* BaseTools/GenFfs: Fix return too early when input file is of size 0Hao Wu2016-11-101-2/+9
* BaseTools/PeCoffLib: Check 'RelocDir' before finding relocation blockHao Wu2016-11-091-16/+30
* 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/VolInfo: Add definitions for command format stringsHao Wu2016-11-082-8/+8
* BaseTools/VfrCompile: Explicitly state format string for DebugMsg()Hao Wu2016-11-081-2/+2
* BaseTools/VolInfo: Provide string width in '%s' specifier in format stringHao Wu2016-11-081-1/+30
* BaseTools/GenVtf: Provide string width in '%s' specifier in format stringHao Wu2016-11-081-2/+80
* BaseTools/VolInfo: Fix file handles not being closedHao Wu2016-11-081-0/+1
* BaseTools/TianoCompress: Fix file handles not being closedHao Wu2016-11-081-3/+12
* BaseTools/LzmaCompress: Fix file handles not being closedHao Wu2016-11-081-1/+3
* BaseTools/GenVtf: Fix file handles not being closedHao Wu2016-11-081-0/+13
* BaseTools/GenFv: Fix file handles not being closedHao Wu2016-11-081-0/+3
* BaseTools/GenCrc32: Fix file handles not being closedHao Wu2016-11-081-1/+2
* BaseTools/GenBootSector: Fix file handles not being closedHao Wu2016-11-081-12/+23
* BaseTools/EfiRom: Fix file handles not being closedHao Wu2016-11-081-3/+4
* BaseTools/VolInfo: Fix potential memory leakHao Wu2016-11-081-1/+15
* BaseTools/VfrCompile: Fix potential memory leakHao Wu2016-11-081-0/+1
* BaseTools/TianoCompress: Fix potential memory leakHao Wu2016-11-081-3/+3
* BaseTools/Split: Fix potential memory and resource leakHao Wu2016-11-081-13/+28
* BaseTools/GenVtf: Fix potential memory leakHao Wu2016-11-081-0/+4
* BaseTools/GenSec: Fix potential memory leakHao Wu2016-11-081-4/+5