summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-10BaseTools: defaultdict(set) allows us to just add to the setCarsey, Jaben1-8/+5
2018-04-08BaseTools: small cleanupCarsey, Jaben1-15/+0
2018-04-08BaseTools: Autogen - change from list to setCarsey, Jaben1-21/+15
2018-04-08BaseTools: remove redundant checkCarsey, Jaben2-3/+3
2018-04-08BaseTools: AutoGen - use the new shared RegExCarsey, Jaben2-3/+4
2018-04-08BaseTools: Autogen - move RegEx compileCarsey, Jaben1-7/+15
2018-04-08BaseTools - AutoGen - replace custom dictionary class with python standard oneCarsey, Jaben2-16/+18
2018-04-08BaseTools: Use local variable for list of constants.Carsey, Jaben1-14/+16
2018-03-30BaseTools: no need to do int() API work for itCarsey, Jaben1-4/+1
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben9-120/+120
2018-03-29BaseTools: Use precompiled RegExpCarsey, Jaben1-3/+4
2018-03-27BaseTools: Autogen - modify to use standard parent/child class relationshipsCarsey, Jaben1-39/+54
2018-03-23BaseTool: Fixed the issue of empty PcdDB.BobCF1-4/+5
2018-03-21BaseTools: StrGather remove functions no one callsCarsey, Jaben1-30/+0
2018-03-21BaseTools: StrGather simplify string/int conversion functionsCarsey, Jaben1-14/+4
2018-03-21BaseTools: StrGather has redundant declarationCarsey, Jaben1-7/+2
2018-03-17BaseTools: --hash --binary-destination generate wrong binary pathFeng, YunhuaX1-1/+1
2018-03-09BaseTools: Fixed Pcd from command line issue.BobCF2-30/+13
2018-03-03BaseTools: Fixed Pcd value override issue.BobCF2-38/+0
2018-02-28BaseTools: Fixed the pcd value override issue.Feng, Bob C1-20/+19
2018-02-28BaseTools: Fix a bug override Pcd by DSC Components sectionYonghong Zhu1-1/+14
2018-02-28BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX1-7/+13
2018-02-27BaseTools:Override the MAKE_FLAGS by BuildOptions in DSCYonghong Zhu1-0/+7
2018-02-08BaseTools: Enhance error handling for unsupported toolchain Flags/PathYonghong Zhu1-1/+5