summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-2316-172/+171
* BaseTools: remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-232-4/+4
* BaseTools: remove PlatformClass as it's not usedCarsey, Jaben2018-04-232-457/+0
* BaseTools: remove EdkIIWorkspace as its not used.Carsey, Jaben2018-04-232-318/+0
* BaseTools: Support DSC component !include PCD itemsYunhua Feng2018-04-191-3/+10
* BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben2018-04-185-44/+31
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-1827-159/+137
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-1817-168/+177
* BaseTools: refactor and remove more keys() usageCarsey, Jaben2018-04-181-32/+27
* BaseTools: Eot - Remove FvImage fileCarsey, Jaben2018-04-183-1437/+24
* BaseTools: Remove un-needed list comprehensionCarsey, Jaben2018-04-181-1/+1
* BaseTools: remove duplicate function nameCarsey, Jaben2018-04-181-2/+2
* BaseTools: change DscBuildData functions without need for self to staticmethodCarsey, Jaben2018-04-171-38/+64
* BaseTools: remove an unused fileCarsey, Jaben2018-04-172-128/+0
* BaseTools: delete an unused fileCarsey, Jaben2018-04-172-486/+0
* BaseTools: FfsInfStatement - remove unused functionCarsey, Jaben2018-04-171-21/+0
* BaseTools: FdfParser - refactor functions to make staticCarsey, Jaben2018-04-172-10/+11
* BaseTools: FdfParser refactor to remove a dictionaryCarsey, Jaben2018-04-171-5/+4
* BaseTools: refactor DepexSection.GenSectionCarsey, Jaben2018-04-171-10/+4
* BaseTools: use dictionary.get() when we have value if not foundCarsey, Jaben2018-04-171-3/+1
* BaseTools: move RegEx compile out of loopsCarsey, Jaben2018-04-171-6/+5
* BaseTools: Remove unused functions from DscBuildDataCarsey, Jaben2018-04-171-31/+0
* BaseTools: remove unused local variable.Carsey, Jaben2018-04-171-2/+0
* BaseTools: fix None comparisonsCarsey, Jaben2018-04-175-10/+9
* BaseTools: reduce list usage when not neededCarsey, Jaben2018-04-171-21/+27
* 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: use existing shared variableCarsey, Jaben2018-04-173-27/+28
* BaseTool/VfrCompile: make delete[] match with new[]Dandan Bi2018-04-171-4/+8
* BaseTools/VfrCompile:Fix memory leak issuesDandan Bi2018-04-171-1/+31
* BaseTools: Fix one or more multiply defined symbols found issueFeng, YunhuaX2018-04-151-2/+3
* BaseTools: fix --genfds-multi-thread generate makefile issueFeng, YunhuaX2018-04-115-9/+23
* BaseTools: argument genfds-multi-thread create GenSec command issueFeng, YunhuaX2018-04-111-7/+126
* BaseTools: Correct GenSec argument dummy free memory issueFeng, YunhuaX2018-04-111-1/+2
* BaseTools: Fix the build error caused by eca980c0c899Yonghong Zhu2018-04-111-1/+1
* BaseTools: Remove unneeded filesCarsey, Jaben2018-04-105-3202/+0
* BaseTools: Remove EdkIIWorkspaceBuild.py from source codeFeng, YunhuaX2018-04-102-1671/+0
* BaseTools: copy a dictionary from InfClassObject to BuildReportCarsey, Jaben2018-04-101-1/+15
* BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu2018-04-102-2/+4
* BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu2018-04-104-6/+23
* BaseTools: Fix size override issue for Void* Patchable pcdYonghong Zhu2018-04-101-8/+12
* BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild PcdYonghong Zhu2018-04-102-3/+5
* BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in LibraryYonghong Zhu2018-04-101-5/+17
* BaseTools: Parse PCD GUID name in FILE statement issueYunhua Feng2018-04-101-2/+2
* BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben2018-04-107-17/+8
* BaseTools: GenC - move content from both parts of if/elseCarsey, Jaben2018-04-101-4/+2
* BaseTools: change more list to setCarsey, Jaben2018-04-102-24/+10
* BaseTools: remove unneeded function callCarsey, Jaben2018-04-101-1/+0
* BaseTools: change another list to setCarsey, Jaben2018-04-101-2/+2