summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-08BaseTools: Unify long and int in Expression.pyGary Lin1-2/+4
2018-06-28BaseTools: Move variable out of GlobalJaben Carsey2-14/+14
2018-06-27BaseTools: Fix old python2 idiomsGary Lin6-37/+35
2018-06-27BaseTools: Migrate to the new octal literalGary Lin1-1/+1
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin7-33/+33
2018-06-27BaseTools: Remove the deprecated hash_key()Gary Lin1-1/+1
2018-06-27BaseTools: Remove tuple parameter in python scriptsGary Lin1-1/+2
2018-06-27BaseTools: Remove the old python "not-equal"Gary Lin1-1/+1
2018-06-27BaseTools: Refactor python print statementsGary Lin4-11/+15
2018-06-27BaseTools: Refactor python except statementsGary Lin4-19/+19
2018-06-22BaseTools: introduce !error statementYunhua Feng2-1/+3
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey3-3/+3
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com4-3/+3
2018-05-28BaseTools: loop to retry remove when it fails.Jaben Carsey1-2/+10
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben2-10/+10
2018-05-04BaseTools: use set instead of listCarsey, Jaben2-41/+41
2018-05-04BaseTools: create base expression classCarsey, Jaben2-36/+20
2018-05-04BaseTools: remove unused variableCarsey, Jaben1-1/+0