summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace
AgeCommit message (Expand)AuthorFilesLines
2018-05-02BaseTools: Fix regression bug by 3378782691afYunhua Feng1-1/+1
2018-04-26BaseTools: remove dict from DscBuildDataCarsey, Jaben1-3/+1
2018-04-26BaseTools: Workspace - refactor GetStructurePcdInfoCarsey, Jaben1-6/+5
2018-04-26BaseTools: Workspace - refactor RegEx to minimize multiple compilingCarsey, Jaben2-3/+9
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-22/+16
2018-04-23BaseTools: remove un-needed use of .keys() on dictionariesCarsey, Jaben1-3/+3
2018-04-19BaseTools: Support DSC component !include PCD itemsYunhua Feng1-3/+10
2018-04-18BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben1-18/+12
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben3-10/+7
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben6-109/+109
2018-04-18BaseTools: refactor and remove more keys() usageCarsey, Jaben1-32/+27
2018-04-17BaseTools: change DscBuildData functions without need for self to staticmethodCarsey, Jaben1-38/+64
2018-04-17BaseTools: move RegEx compile out of loopsCarsey, Jaben1-6/+5
2018-04-17BaseTools: Remove unused functions from DscBuildDataCarsey, Jaben1-31/+0
2018-04-17BaseTools: remove unused local variable.Carsey, Jaben1-2/+0
2018-04-17BaseTools: fix None comparisonsCarsey, Jaben1-2/+2
2018-04-17BaseTools: use existing shared variableCarsey, Jaben1-19/+19
2018-04-15BaseTools: Fix one or more multiply defined symbols found issueFeng, YunhuaX1-2/+3
2018-04-10BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu1-0/+1
2018-04-10BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu1-1/+2
2018-04-10BaseTools: Parse PCD GUID name in FILE statement issueYunhua Feng1-2/+2
2018-04-08BaseTools: Workspace - use built in OrderedDict instead of custom version.Carsey, Jaben3-43/+36
2018-04-08BaseTools: use combined version of OrderedDictCarsey, Jaben1-7/+11
2018-04-08BaseTools: use built in OrderedDict instead of custom version.Carsey, Jaben2-14/+14
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben9-217/+217
2018-03-23BaseTools: Add the missing package include directory in PcdValueInit MakefileLiming Gao1-1/+3
2018-03-21BaseTools: Override Max size by build Option Pcd for HII typeYonghong Zhu1-0/+8
2018-03-20BaseTools: Fix bug for --pcd VOID* type when no max size is specifiedYonghong Zhu1-13/+0
2018-03-20BaseTools: Add Feature Flag Pcd Type into Override listYonghong Zhu1-1/+2
2018-03-19BaseTool: Error handling for PCD datumtype.Feng, Bob C2-4/+11
2018-03-17BaseTools: Detect structure pcd header file change.BobCF1-54/+135
2018-03-12BaseTools: Get Pcd DatumType from DEC file for --pcdYonghong Zhu1-0/+1
2018-03-09BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu1-0/+2
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2-184/+109
2018-03-09BaseTools: Fixed Pcd from command line issue.BobCF2-17/+18
2018-03-03BaseTools: Pcd Value override issue.Feng, Bob C1-6/+8
2018-03-03BaseTools: Fixed build failed issue.Feng, Bob C1-7/+14
2018-03-03BaseTools: Fixed Pcd value override issue.BobCF2-23/+156
2018-03-03BaseTools: Dsc/Fdf conditional statement parse issueFeng, YunhuaX1-0/+4
2018-02-28BaseTools: Improve build performance of structure PCD value generationFeng, Bob C2-103/+112
2018-02-28BaseTool: GUID format PCD value assignment fail in Structure PCD fieldBobCF2-110/+182
2018-02-28BaseTools: Improve build performance of structure PCD value generationFeng, Bob C2-84/+100
2018-02-28BaseTools: Fixed the pcd value override issue.Feng, Bob C3-4/+25
2018-02-28BaseTools: Fix a bug override Pcd by DSC Components sectionYonghong Zhu1-2/+3
2018-02-28BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX1-11/+20
2018-02-27BaseTools: Add more error message when PcdValue is wrongLiming Gao1-0/+2
2018-02-09BaseTools: Update Expression.py for string comparison and MACRO replace issueYunhua Feng2-1/+2
2018-02-08BaseTools: Fixed incorrect Structure Pcd Value.Feng, Bob C1-7/+13
2018-02-08BaseTools: Fixed Build failed issue.BobCF1-1/+6
2018-02-08BaseTool: Fixed Pcd issues.Feng, Bob C3-78/+82