summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/InfBuildData.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Refactor python except statementsGary Lin2018-06-271-1/+1
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-041-6/+6
* BaseTools: remove redundant if comparisonCarsey, Jaben2018-05-021-1/+1
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-1/+1
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-021-13/+13
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-021-1/+1
* BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben2018-05-021-1/+1
* BaseTools: Share a dictionary instead of keeping multiplesCarsey, Jaben2018-05-021-22/+2
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-24/+24
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-4/+1
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-3/+3
* BaseTools: Fix one or more multiply defined symbols found issueFeng, YunhuaX2018-04-151-2/+3
* BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu2018-04-101-0/+1
* BaseTools: Workspace - use built in OrderedDict instead of custom version.Carsey, Jaben2018-04-081-29/+23
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-95/+95
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-271-0/+7
* BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py fileYonghong Zhu2017-12-271-1/+1
* BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao2017-12-251-0/+1212