summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace/InfBuildData.py
AgeCommit message (Expand)AuthorFilesLines
2018-05-02BaseTools: remove redundant if comparisonCarsey, Jaben1-1/+1
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-1/+1
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben1-13/+13
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben1-1/+1
2018-05-02BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben1-1/+1
2018-05-02BaseTools: Share a dictionary instead of keeping multiplesCarsey, Jaben1-22/+2
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben1-24/+24
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-4/+1
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben1-3/+3
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-08BaseTools: Workspace - use built in OrderedDict instead of custom version.Carsey, Jaben1-29/+23
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-95/+95
2017-12-27BaseTools: Support PCD flexible values formatYonghong Zhu1-0/+7
2017-12-27BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py fileYonghong Zhu1-1/+1
2017-12-25BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao1-0/+1212