summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/AutoGen.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Remove the duplicate Pcd itemsYonghong Zhu2018-07-181-1/+1
* BaseTools: Use absolute import in AutoGenGary Lin2018-07-161-8/+9
* BaseTools: Enable structure pcd in FDF fileBobCF2018-07-131-2/+1
* BaseTool: Fixed the incorrect cache key.bob.c.feng@intel.com2018-07-121-2/+2
* BaseTools: Fix the bug that incorrect size info in the Lib autogenYonghong Zhu2018-07-101-2/+7
* BaseTool: Add cache for the result of SkipAutogen.Feng, Bob C2018-07-091-0/+4
* BaseTools: Clean up source filesLiming Gao2018-07-091-93/+93
* BaseTools: AutoGen - move constructor out of loopJaben Carsey2018-06-291-2/+4
* BaseTools: AutoGen - clean up accessJaben Carsey2018-06-291-1/+2
* BaseTools: AutoGen - Remove unused variables.Jaben Carsey2018-06-271-10/+0
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-271-5/+5
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-27/+27
* BaseTools: Remove the deprecated hash_key()Gary Lin2018-06-271-2/+2
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-271-1/+1
* BaseTools: Refactor python print statementsGary Lin2018-06-271-2/+3
* BaseTools: Refactor python except statementsGary Lin2018-06-271-1/+1
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-184/+150
* BaseTools: refactor to remove functionsJaben Carsey2018-06-131-156/+9
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: Report more clear error message when PCD type mismatchYunhua Feng2018-05-221-8/+12
* BaseTools: Library PCD type will inherit from the driverYunhua Feng2018-05-221-0/+16
* BaseTools: Fix bug PCD type in component is not same with Pcd sectionYunhua Feng2018-05-221-0/+2
* BaseTools: Fix --hash Package and Module hash value.Lin, Derek2018-05-161-7/+11
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-041-5/+5
* BaseTools: remove redundant if comparisonCarsey, Jaben2018-05-021-13/+13
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-6/+6
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-021-2/+2
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-021-16/+16
* BaseTools: Define and use a set for common listCarsey, Jaben2018-05-021-2/+2
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-10/+10
* BaseTools: Fix one invalid change in 6be94743Yunhua Feng2018-04-261-1/+1
* BaseTools: AutoGen - use dafultdict instead of dictCarsey, Jaben2018-04-261-2/+1
* BaseTools: Autogen - replace string constants with those from DataTypeCarsey, Jaben2018-04-261-34/+34
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-13/+13
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-17/+15
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-11/+11
* BaseTools: fix None comparisonsCarsey, Jaben2018-04-171-1/+1
* BaseTools: use set instead of list for a variable to be used with inCarsey, Jaben2018-04-171-5/+2
* BaseTools: skip updating temporary variable.Carsey, Jaben2018-04-171-9/+3
* BaseTools: no need to save the dataCarsey, Jaben2018-04-171-4/+3
* BaseTools: Fix the build error caused by eca980c0c899Yonghong Zhu2018-04-111-1/+1
* BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu2018-04-101-2/+3
* BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu2018-04-101-2/+10
* BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild PcdYonghong Zhu2018-04-101-2/+2
* BaseTools: change more list to setCarsey, Jaben2018-04-101-3/+2
* BaseTools: remove unneeded function callCarsey, Jaben2018-04-101-1/+0
* BaseTools: change another list to setCarsey, Jaben2018-04-101-2/+2
* BaseTools: optimize buildoptions loopCarsey, Jaben2018-04-101-15/+6
* BaseTools: simplify testing for existance and containing dataCarsey, Jaben2018-04-101-9/+7
* BaseTools: change list to setCarsey, Jaben2018-04-101-9/+5