summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/IdfClassObject.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-0/+1
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-1/+0
* BaseTools: Use absolute import in AutoGenGary Lin2018-07-161-1/+2
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-271-1/+0
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: remove unused member variableCarsey, Jaben2018-05-041-1/+0
* BaseTools: AutoGen - refactor more functions only called in __init__Carsey, Jaben2018-05-041-49/+40
* BaseTools: AutoGen - share StripComments APICarsey, Jaben2018-05-041-17/+2
* BaseTools: remove redundant checkCarsey, Jaben2018-04-081-1/+1
* BaseTools: AutoGen - use the new shared RegExCarsey, Jaben2018-04-081-1/+2
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-2/+2
* BaseTools: add error check for "#image" for idf file formatYonghong Zhu2016-12-021-1/+4
* BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu2016-09-271-0/+159