summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTool: Fixed the issue of empty PcdDB.BobCF2018-03-231-4/+5
* BaseTools: Add the missing package include directory in PcdValueInit MakefileLiming Gao2018-03-231-1/+3
* BaseTools/PosixLike: honor pre-set PYTHONPATHLaszlo Ersek2018-03-2113-13/+13
* BaseTools: FdfParser remove class never used.Carsey, Jaben2018-03-211-15/+0
* BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDsCarsey, Jaben2018-03-212-5/+5
* BaseTools: StrGather remove functions no one callsCarsey, Jaben2018-03-211-30/+0
* BaseTools: StrGather simplify string/int conversion functionsCarsey, Jaben2018-03-211-14/+4
* BaseTools: StrGather has redundant declarationCarsey, Jaben2018-03-211-7/+2
* BaseTools: Override Max size by build Option Pcd for HII typeYonghong Zhu2018-03-211-0/+8
* BaseTools: Fix bug for --pcd VOID* type when no max size is specifiedYonghong Zhu2018-03-201-13/+0
* BaseTools: Add Feature Flag Pcd Type into Override listYonghong Zhu2018-03-201-1/+2
* BaseTools/Conf: Add VS2017/ARM64 supportPete Batard2018-03-192-3/+31
* BaseTool: Error handling for PCD datumtype.Feng, Bob C2018-03-192-4/+11
* BaseTools: RangeExpression - remove unused variableCarsey, Jaben2018-03-191-8/+1
* BaseTools: Expression - remove variableCarsey, Jaben2018-03-191-3/+0
* BaseTools: Expression - change from series of if to elifCarsey, Jaben2018-03-191-4/+4
* BaseTools: Expression refactor functionCarsey, Jaben2018-03-191-6/+5
* BaseTools: Expression - remove redundant variableCarsey, Jaben2018-03-191-6/+4
* BaseTools: Add PackageDocumentTools into Scripts folderYonghong Zhu2018-03-1920-0/+7177
* BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible formatYonghong Zhu2018-03-181-8/+0
* BaseTools: Detect structure pcd header file change.BobCF2018-03-171-54/+135
* BaseTools: --hash --binary-destination generate wrong binary pathFeng, YunhuaX2018-03-171-1/+1
* BaseTools: UPT: remove unused variable and inaccessible code.Carsey, Jaben2018-03-151-19/+1
* BaseTools: Get Pcd DatumType from DEC file for --pcdYonghong Zhu2018-03-121-0/+1
* BaseTools: GlobalData remove unused variableCarsey, Jaben2018-03-091-2/+1
* BaseTools: Fix parse OFFSET_OF get wrong offsetFeng, YunhuaX2018-03-091-1/+2
* BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu2018-03-093-1/+5
* BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2018-03-098-268/+159
* BaseTools: Fixed Pcd from command line issue.BobCF2018-03-094-47/+31
* BaseTools/header.makefile: revert gcc-8 "-Wno-xxx" options on OSXLaszlo Ersek2018-03-071-1/+1
* BaseTools/GenVtf: silence false "stringop-overflow" warning with memcpy()Laszlo Ersek2018-03-051-2/+2
* BaseTools/header.makefile: add "-Wno-restrict"Laszlo Ersek2018-03-051-2/+2
* BaseTools/header.makefile: add "-Wno-stringop-truncation"Laszlo Ersek2018-03-051-2/+2
* BaseTools: update DNS_DEVICE_PATH/URI_DEVICE_PATH definitionYonghong Zhu2018-03-051-3/+10
* BaseTools: Fix byte orders when handling 8-byte arrayYonghong Zhu2018-03-031-1/+3
* BaseTools: Fix bug when converting iSCSI nodeYonghong Zhu2018-03-031-1/+1
* BaseTools: Fix the bug to search Fv.txt file relative to workspaceYonghong Zhu2018-03-031-6/+9
* BaseTools: Correct Structure Pcd value in the reportYonghong Zhu2018-03-031-9/+63
* BaseTools: Pcd Value override issue.Feng, Bob C2018-03-031-6/+8
* BaseTools: Fixed build failed issue.Feng, Bob C2018-03-031-7/+14
* BaseTools: Fixed Pcd value override issue.BobCF2018-03-035-62/+157
* BaseTools: DSC Components section support flexible PCDYunhua Feng2018-03-032-1/+17
* BaseTools: Dsc/Fdf conditional statement parse issueFeng, YunhuaX2018-03-032-0/+8
* BaseTools: report error if flag in LABEL() invalidFeng, YunhuaX2018-03-021-4/+10
* BaseTools: Fix the bug for display incorrect *M flag in reportYonghong Zhu2018-03-021-10/+10
* BaseTools: Fix eval parse string issueFeng, YunhuaX2018-03-021-4/+26
* BaseTools: GlobalData.gConfDirectory is None when run GenFdsFeng, YunhuaX2018-03-021-1/+3
* BaseTools: Fix the bug for single module build with GenC/GenMakeYonghong Zhu2018-03-021-0/+8