summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/ValidCheckingInfoObject.py
AgeCommit message (Expand)AuthorFilesLines
7 daysBaseTools: AutoGen: Remove unnecessary codePierre Gondois1-2/+0
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-1/+1
2019-02-01BaseTools: replace long by intYunhua Feng1-2/+2
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-5/+5
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-1/+1
2018-10-13BaseTools: remove the super() function argumentYunhua Feng1-2/+2
2018-10-13BaseTools: Rename long() to int()Yunhua Feng1-2/+2
2018-07-09BaseTools: Clean up source filesLiming Gao1-20/+20
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin1-2/+2
2018-05-04BaseTools: standardize GUID and pack sizeCarsey, Jaben1-22/+4
2018-05-04BaseTools: AutoGen - refactor out a useless classCarsey, Jaben1-11/+7
2018-05-04BaseTools: AutoGen - refactor out a listCarsey, Jaben1-7/+3
2018-05-04BaseTools: AutoGen - refactor out functions only called in __init__Carsey, Jaben1-15/+1
2018-05-04BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben1-1/+1
2018-05-04BaseTools: this function has no purpose.Carsey, Jaben1-17/+0
2018-05-04BaseTools: check before accessing members in __eq__Carsey, Jaben1-4/+1
2018-05-04BaseTools: AutoGen - update to remove duplicate constant valueCarsey, Jaben1-9/+4
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-5/+6
2015-08-21BaseTools: Fix build fail when the number in validlist is long type.Bob Feng1-4/+3
2015-04-10BaseTools/Build: Add SDL supportBob Feng1-0/+351