summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common
AgeCommit message (Expand)AuthorFilesLines
2019-04-01BaseTools:Coding problems caused by special charactersFan, ZhijuX1-1/+1
2019-03-24BaseTools: Remove the logic SourceOverridePathFeng, Bob C2-3/+0
2019-02-20BaseTools:PCD value error in structure pcd sku case.Fan, ZhijuX1-1/+1
2019-02-19BaseTools: Fix a ParseDevPathValue function issue.Feng, Bob C1-0/+1
2019-02-14BaseTools: Various typoAntoine Coeur7-28/+28
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C5-43/+40
2019-02-01BaseTools: the list and iterator translationFeng, Bob C2-5/+6
2019-02-01BaseTools: Similar to octal data rectificationZhijux Fan1-1/+1
2019-02-01BaseTools: change the Division OperatorZhijux Fan2-4/+11
2019-02-01BaseTools:Similar to octal data rectificationZhijux Fan1-2/+4
2019-02-01BaseTools: replace long by intYunhua Feng1-1/+1
2019-02-01BaseTools: use OrderedDict instead of sdictFeng, Bob C1-122/+1
2019-02-01BaseTools: replace get_bytes_le() to bytes_leZhijux Fan1-1/+1
2019-02-01BaseTool:Rename xrange() to range()Zhijux Fan1-1/+1
2019-01-28BaseTools/build/build: delete variableCarsey, Jaben1-3/+0
2019-01-28BaseTools/Common/Misc: Cleanup the importsCarsey, Jaben1-17/+17
2019-01-28BaseTools/Common/Misc: remove uncalled codeCarsey, Jaben1-46/+0
2019-01-28BaseTools/Common/Misc: move private functionsCarsey, Jaben1-45/+45
2019-01-21BaseTools/GenFds/Capsule: move function logicCarsey, Jaben1-6/+0
2019-01-21BaseTools/AutoGen: move functionsCarsey, Jaben1-68/+0
2019-01-21BaseTools/DscBuildData: move functionCarsey, Jaben1-17/+1
2019-01-21BaseTools/Workspace/InfBuildData: move functionsCarsey, Jaben1-38/+0
2019-01-21BaseTools/build/build: refactor and move functionsCarsey, Jaben1-37/+0
2019-01-18BaseTools: Allow empty value for HiiPcd in DscFeng, Bob C1-2/+0
2019-01-14BaseTools: Remove unused logic for IPFFeng, Bob C1-18/+1
2019-01-14BaseTools: Remove unused logic for EDKIFeng, Bob C2-8/+0
2019-01-10BaseTools: fix importsCarsey, Jaben2-3/+4
2018-12-18BaseTools: Fix PcdArray issueFeng, Bob C1-0/+6
2018-12-15BaseTools: Fixed bugs in CopyDict functionFeng, Bob C1-0/+2
2018-12-15BaseTools: Fix PcdNvStoreDefaultValueBuffer Value.Feng, Bob C1-3/+3
2018-12-07BaseTools: Customize deepcopy function.BobCF2-2/+18
2018-12-07BaseTools: Optimize string concatenationBobCF1-12/+9
2018-12-07BaseTools: Enable Pcd Array support.bob.c.feng@intel.com2-199/+199
2018-12-06BaseTools: create and use a standard shared variable for '*'Jaben Carsey5-18/+20
2018-12-06BaseTools: Move Identification file to EotJaben Carsey1-58/+0
2018-11-01BaseTools: Add special handle for '\' use in Pcd Valuezhijufan2-3/+19
2018-10-26BaseTools: Fix BPDG tool print traceback info issueFeng, YunhuaX1-3/+2
2018-10-21BaseTools: delete unused fileCarsey, Jaben1-120/+0
2018-10-18BaseTools: Fix bug caused by 03c36c36a3Yonghong Zhu1-2/+2
2018-10-16BaseTools: Support to use struct name as datum type before max sizeYonghong Zhu1-1/+3
2018-10-16BaseTools: Add check for the string type whether is samezhijufan1-2/+4
2018-10-15BaseTools: remove the not used PyUtility fileYonghong Zhu2-13/+3
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao13-67/+92
2018-10-13BaseTools: remove the not used PyUtility fileYonghong Zhu2-18/+5
2018-10-13BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen1-1/+1
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng2-8/+12
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng2-4/+11
2018-10-13BaseTools: do the list and iterator translationYunhua Feng2-10/+10
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng5-34/+12
2018-10-13BaseTools: fix the open file's read and write bugsYunhua Feng1-8/+20