summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common/Misc.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-13BaseTools: remove the not used PyUtility fileYonghong Zhu1-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 Feng1-7/+11
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng1-3/+3
2018-10-13BaseTools: do the list and iterator translationYunhua Feng1-7/+7
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-6/+3
2018-10-13BaseTools: fix the open file's read and write bugsYunhua Feng1-8/+20
2018-10-13BaseTools: replace the list iteritems by itemsYunhua Feng1-3/+3
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 Feng1-1/+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, YunhuaX1-1/+3
2018-09-12BaseTools: Report error for incorrect hex value formatzhijufan1-1/+4
2018-09-03BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x1-1/+3
2018-08-28BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan1-35/+18
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 Lin1-4/+5
2018-07-09BaseTools: Clean up source filesLiming Gao1-26/+26
2018-06-28BaseTools: Move variable out of GlobalJaben Carsey1-7/+14
2018-06-27BaseTools: Fix old python2 idiomsGary Lin1-7/+6
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-14/+14
2018-06-27BaseTools: Remove the old python "not-equal"Gary Lin1-1/+1
2018-06-27BaseTools: Refactor python except statementsGary Lin1-4/+4
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey1-1/+1
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben1-4/+4
2018-05-04BaseTools: standardize GUID and pack sizeCarsey, Jaben1-14/+37
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-2/+2
2018-04-26BaseTools: Share RegEx between filesCarsey, Jaben1-10/+12
2018-04-26BaseTools: Misc - refactor RegEx to minimize multiple compilingCarsey, Jaben1-5/+11
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-6/+6
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-1/+1
2018-04-17BaseTools: use existing shared variableCarsey, Jaben1-1/+1
2018-04-09BaseTools: dont make temporary dictCarsey, Jaben1-3/+3
2018-04-08BaseTools: Remove unused code from MiscCarsey, Jaben1-279/+1
2018-03-30BaseTools: remove loop and variables.Carsey, Jaben1-13/+0
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-40/+40
2018-03-29BaseTools: dont use enumerate when un-neededCarsey, Jaben1-1/+1
2018-03-18BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible formatYonghong Zhu1-8/+0
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu1-25/+16
2018-03-02BaseTools: Fix eval parse string issueFeng, YunhuaX1-4/+26
2018-02-28BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX1-13/+18
2018-02-23BaseTools: Fix the bug to display the single SKUID infoYonghong Zhu1-0/+4
2018-02-07BaseTools: Report error when GUID format is incorrectFeng, YunhuaX1-10/+4
2018-02-07BaseTools: Fix flexible PCD DEVICE_PATH parse issueFeng, YunhuaX1-1/+2
2018-02-07BaseTools: Fix build argument --pcd for flexible format bugsFeng, YunhuaX1-2/+2
2018-02-04BaseTools: Update Expression.py for VOID* to support L'a' and 'a'Feng, YunhuaX1-0/+4
2018-02-01BaseTools: Structure Pcd in CommandLine.Feng, Bob C1-1/+1