summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2018-04-10BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu2-2/+4
2018-04-10BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu4-6/+23
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: Parse PCD GUID name in FILE statement issueYunhua Feng1-2/+2
2018-04-10BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben7-17/+8
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-10BaseTools: remove uncalled functionsCarsey, Jaben1-27/+0
2018-04-10BaseTools: remove unused fileCarsey, Jaben3-79/+5
2018-04-09BaseTools: Pcds in [Components] are not display correct in the reportYonghong Zhu1-0/+1
2018-04-09BaseTools: Pcd not used info should not in Module PCD sectionYonghong Zhu1-5/+6
2018-04-09BaseTools: dont make temporary dictCarsey, Jaben1-3/+3
2018-04-09BaseTools: Remove FdfParserLite.py from source since it is not usedFeng, YunhuaX4-3643/+4
2018-04-08BaseTools: small cleanupCarsey, Jaben1-15/+0
2018-04-08BaseTools: Autogen - change from list to setCarsey, Jaben1-21/+15
2018-04-08BaseTools: move RegEx to root of file and share itCarsey, Jaben2-5/+4
2018-04-08BaseTools: remove redundant checkCarsey, Jaben2-3/+3
2018-04-08BaseTools: AutoGen - use the new shared RegExCarsey, Jaben2-3/+4
2018-04-08BaseTools: Add new RegEx pattern to GlobalDataCarsey, Jaben1-0/+3
2018-04-08BaseTools: GenFds - move RegEx compileCarsey, Jaben1-3/+2
2018-04-08BaseTools: Autogen - move RegEx compileCarsey, Jaben1-7/+15
2018-04-08BaseTools: Remove unused code from MiscCarsey, Jaben2-280/+1
2018-04-08BaseTools: Workspace - use built in OrderedDict instead of custom version.Carsey, Jaben3-43/+36
2018-04-08BaseTools: use combined version of OrderedDictCarsey, Jaben1-7/+11
2018-04-08BaseTools: use built in OrderedDict instead of custom version.Carsey, Jaben8-34/+35
2018-04-08BaseTools: Eot remove unused codeCarsey, Jaben1-21/+0
2018-04-08BaseTools - AutoGen - replace custom dictionary class with python standard oneCarsey, Jaben2-16/+18
2018-04-08BaseTools: remove unused import statementCarsey, Jaben1-1/+0
2018-04-08BaseTools: Eot tool never populates this dictionaryCarsey, Jaben2-12/+0
2018-04-08BaseTools: use built in dict instead of custom version.Carsey, Jaben1-1/+1
2018-04-08BaseTools: Use local variable for list of constants.Carsey, Jaben1-14/+16
2018-04-03BaseTools: remove uncalled functionsCarsey, Jaben2-38/+0
2018-04-03BaseTools: make static functions when self is not neededCarsey, Jaben2-25/+22
2018-04-03BaseTools: remove uncalled functionCarsey, Jaben4-62/+2
2018-04-03BaseTools: change hex parsing to use built inCarsey, Jaben2-44/+8
2018-04-03BaseTools: use new RegEx from FdfParserLiteCarsey, Jaben1-7/+5
2018-04-03BaseTools: use single RegExp for token matchingCarsey, Jaben1-9/+7
2018-03-30BaseTools: cleanup class heirarchyCarsey, Jaben5-59/+5
2018-03-30BaseTools: remove loop and variables.Carsey, Jaben1-13/+0