summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/IdfClassObject.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-21BaseTools: Resolve regex syntax warningsJoey Vagedes via groups.io1-1/+1
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-0/+1
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-1/+0
2018-07-16BaseTools: Use absolute import in AutoGenGary Lin1-1/+2
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin1-1/+0
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-05-04BaseTools: remove unused member variableCarsey, Jaben1-1/+0
2018-05-04BaseTools: AutoGen - refactor more functions only called in __init__Carsey, Jaben1-49/+40
2018-05-04BaseTools: AutoGen - share StripComments APICarsey, Jaben1-17/+2
2018-04-08BaseTools: remove redundant checkCarsey, Jaben1-1/+1
2018-04-08BaseTools: AutoGen - use the new shared RegExCarsey, Jaben1-1/+2
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-2/+2
2016-12-02BaseTools: add error check for "#image" for idf file formatYonghong Zhu1-1/+4
2016-09-27BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu1-0/+159