summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/ValidCheckingInfoObject.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-1/+1
* BaseTools: replace long by intYunhua Feng2019-02-011-2/+2
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-5/+5
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-1/+1
* BaseTools: remove the super() function argumentYunhua Feng2018-10-131-2/+2
* BaseTools: Rename long() to int()Yunhua Feng2018-10-131-2/+2
* BaseTools: Clean up source filesLiming Gao2018-07-091-20/+20
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-271-2/+2
* BaseTools: standardize GUID and pack sizeCarsey, Jaben2018-05-041-22/+4
* BaseTools: AutoGen - refactor out a useless classCarsey, Jaben2018-05-041-11/+7
* BaseTools: AutoGen - refactor out a listCarsey, Jaben2018-05-041-7/+3
* BaseTools: AutoGen - refactor out functions only called in __init__Carsey, Jaben2018-05-041-15/+1
* BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben2018-05-041-1/+1
* BaseTools: this function has no purpose.Carsey, Jaben2018-05-041-17/+0
* BaseTools: check before accessing members in __eq__Carsey, Jaben2018-05-041-4/+1
* BaseTools: AutoGen - update to remove duplicate constant valueCarsey, Jaben2018-05-041-9/+4
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-5/+6
* BaseTools: Fix build fail when the number in validlist is long type.Bob Feng2015-08-211-4/+3
* BaseTools/Build: Add SDL supportBob Feng2015-04-101-0/+351