summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-13BaseTools: remove the super() function argumentYunhua Feng2-3/+3
2018-10-13BaseTools: replace the list iteritems by itemsYunhua Feng1-3/+3
2018-10-13BaseTools: Rename raw_input() to input()Yunhua Feng1-1/+1
2018-10-13BaseTools: Rename long() to int()Yunhua Feng1-2/+2
2018-10-13BaseTools: Rename xrange() to range()Yunhua Feng1-1/+1
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng11-13/+0
2018-09-30BaseTools: refactor the error for PCD value is negative or exceed maxzhijufan1-0/+4
2018-09-20BaseTools: refactor class propertiesCarsey, Jaben1-52/+38
2018-09-14BaseTools: Check GUID C structure formatFeng, YunhuaX2-1/+10
2018-09-12BaseTools: Fix the RaiseError variable issue caused by 855698fb69fYonghong Zhu1-2/+2
2018-09-12BaseTools: Report error for incorrect hex value formatzhijufan1-1/+4
2018-09-06BaseTools: Report more clear error message for PCD used in expressionzhijufan2-2/+2
2018-09-03BaseTools: Fixed the PcdValue trailing zero issue.Feng, Bob C1-6/+1
2018-09-03BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x1-1/+3
2018-08-30BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben1-0/+2
2018-08-28BaseTools: Fix one expression bug to support ~ operateYonghong Zhu1-1/+1
2018-08-28BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan1-35/+18
2018-08-20BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey1-0/+47
2018-08-16BaseTools/Ecc: Fix import issueshchen301-1/+2
2018-08-16BaseTools: Remove the redundant if statementYonghong Zhu1-6/+6
2018-08-02BaseTools/Capsule: Fix CertType GUID byte orderKinney, Michael D1-1/+1
2018-08-02BaseTools/Capsule: Add Capsule Generation ToolsKinney, Michael D8-0/+773
2018-08-02BaseTools: Use pickle to replace cPickleYunhua Feng1-3/+3
2018-08-02BaseTools: remove unused import threadYunhua Feng1-1/+0
2018-07-16BaseTools: Use absolute import in CommonGary Lin9-25/+33
2018-07-09BaseTool: Add cache for the result of SkipAutogen.Feng, Bob C1-0/+1
2018-07-09BaseTools: Clean up source filesLiming Gao8-160/+160