summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
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, Jaben2-32/+7
2018-05-04BaseTools: AutoGen - UniClassObject refactor static methodsCarsey, Jaben1-5/+7
2018-05-04BaseTools: AutoGen - remove global lineCarsey, Jaben1-2/+0
2018-05-04BaseTools: AutoGen - refactor class factoryCarsey, Jaben1-19/+4
2018-05-04BaseTools: AutoGen - share StripComments APICarsey, Jaben2-32/+16
2018-05-04BaseTools: AutoGen - GenVar refactor static methodsCarsey, Jaben1-25/+36
2018-05-04BaseTools: AutoGen - refactor dictionary accessCarsey, Jaben1-4/+4
2018-05-04BaseTools: AutoGen - refactor assemble_variableCarsey, Jaben1-3/+5
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-05-02BaseTools: remove redundant if comparisonCarsey, Jaben2-14/+14
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben3-12/+12
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben3-5/+5
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben3-38/+33
2018-05-02BaseTools: Define and use a set for common listCarsey, Jaben2-6/+6
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben4-91/+92
2018-04-26BaseTools: Fix one invalid change in 6be94743Yunhua Feng1-1/+1
2018-04-26BaseTools: AutoGen - use defaultdict to auto initializeCarsey, Jaben1-5/+1
2018-04-26BaseTools: AutoGen - use dafultdict instead of dictCarsey, Jaben1-2/+1
2018-04-26BaseTools: AutoGen - remove unused variables.Carsey, Jaben1-2/+0
2018-04-26BaseTools: AutoGen - remove dictionary populated, but never accessedCarsey, Jaben1-2/+0
2018-04-26BaseTools: Autogen - replace string constants with those from DataTypeCarsey, Jaben1-34/+34
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben5-91/+90
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben4-33/+31
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben4-36/+39
2018-04-17BaseTools: fix None comparisonsCarsey, Jaben2-2/+2
2018-04-17BaseTools: reduce list usage when not neededCarsey, Jaben1-21/+27
2018-04-17BaseTools: use set instead of list for a variable to be used with inCarsey, Jaben1-5/+2
2018-04-17BaseTools: skip updating temporary variable.Carsey, Jaben1-9/+3
2018-04-17BaseTools: no need to save the dataCarsey, Jaben1-4/+3
2018-04-17BaseTools: use existing shared variableCarsey, Jaben1-7/+8
2018-04-11BaseTools: Fix the build error caused by eca980c0c899Yonghong Zhu1-1/+1
2018-04-10BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu1-2/+3
2018-04-10BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu3-5/+21
2018-04-10BaseTools: Fix size override issue for Void* Patchable pcdYonghong Zhu1-8/+12
2018-04-10BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild PcdYonghong Zhu2-3/+5
2018-04-10BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in LibraryYonghong Zhu1-5/+17
2018-04-10BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben1-1/+1
2018-04-10BaseTools: GenC - move content from both parts of if/elseCarsey, Jaben1-4/+2
2018-04-10BaseTools: change more list to setCarsey, Jaben2-24/+10
2018-04-10BaseTools: remove unneeded function callCarsey, Jaben1-1/+0
2018-04-10BaseTools: change another list to setCarsey, Jaben1-2/+2
2018-04-10BaseTools: optimize buildoptions loopCarsey, Jaben1-15/+6
2018-04-10BaseTools: simplify testing for existance and containing dataCarsey, Jaben1-9/+7
2018-04-10BaseTools: change list to setCarsey, Jaben1-9/+5
2018-04-10BaseTools: remove unused variablesCarsey, Jaben1-10/+1
2018-04-10BaseTools: replace a dict with a setCarsey, Jaben1-2/+2
2018-04-10BaseTools: sets are faster to check via "in" due to hashingCarsey, Jaben1-6/+6