summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common/Misc.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools:Coding problems caused by special charactersFan, ZhijuX2019-04-011-1/+1
* BaseTools: Fix a ParseDevPathValue function issue.Feng, Bob C2019-02-191-0/+1
* BaseTools: Various typoAntoine Coeur2019-02-141-10/+10
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-16/+32
* BaseTools: the list and iterator translationFeng, Bob C2019-02-011-2/+3
* BaseTools: Similar to octal data rectificationZhijux Fan2019-02-011-1/+1
* BaseTools: change the Division OperatorZhijux Fan2019-02-011-3/+3
* BaseTools:Similar to octal data rectificationZhijux Fan2019-02-011-2/+4
* BaseTools: replace long by intYunhua Feng2019-02-011-1/+1
* BaseTools: use OrderedDict instead of sdictFeng, Bob C2019-02-011-122/+1
* BaseTools: replace get_bytes_le() to bytes_leZhijux Fan2019-02-011-1/+1
* BaseTool:Rename xrange() to range()Zhijux Fan2019-02-011-1/+1
* BaseTools/build/build: delete variableCarsey, Jaben2019-01-281-3/+0
* BaseTools/Common/Misc: Cleanup the importsCarsey, Jaben2019-01-281-17/+17
* BaseTools/Common/Misc: remove uncalled codeCarsey, Jaben2019-01-281-46/+0
* BaseTools/Common/Misc: move private functionsCarsey, Jaben2019-01-281-45/+45
* BaseTools/GenFds/Capsule: move function logicCarsey, Jaben2019-01-211-6/+0
* BaseTools/AutoGen: move functionsCarsey, Jaben2019-01-211-68/+0
* BaseTools/DscBuildData: move functionCarsey, Jaben2019-01-211-17/+1
* BaseTools/Workspace/InfBuildData: move functionsCarsey, Jaben2019-01-211-38/+0
* BaseTools/build/build: refactor and move functionsCarsey, Jaben2019-01-211-37/+0
* BaseTools: Allow empty value for HiiPcd in DscFeng, Bob C2019-01-181-2/+0
* BaseTools: Fix PcdArray issueFeng, Bob C2018-12-181-0/+6
* BaseTools: Fixed bugs in CopyDict functionFeng, Bob C2018-12-151-0/+2
* BaseTools: Customize deepcopy function.BobCF2018-12-071-0/+16
* BaseTools: Optimize string concatenationBobCF2018-12-071-12/+9
* BaseTools: Enable Pcd Array support.bob.c.feng@intel.com2018-12-071-0/+2
* BaseTools: create and use a standard shared variable for '*'Jaben Carsey2018-12-061-1/+1
* BaseTools: Add special handle for '\' use in Pcd Valuezhijufan2018-11-011-2/+6
* BaseTools: Support to use struct name as datum type before max sizeYonghong Zhu2018-10-161-1/+3
* BaseTools: remove the not used PyUtility fileYonghong Zhu2018-10-151-13/+3
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-42/+43
* BaseTools: remove the not used PyUtility fileYonghong Zhu2018-10-131-18/+5
* BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen2018-10-131-1/+1
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-131-7/+11
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-131-3/+3
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-7/+7
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-6/+3
* BaseTools: fix the open file's read and write bugsYunhua Feng2018-10-131-8/+20
* BaseTools: replace the list iteritems by itemsYunhua Feng2018-10-131-3/+3
* BaseTools: Rename long() to int()Yunhua Feng2018-10-131-2/+2
* BaseTools: Rename xrange() to range()Yunhua Feng2018-10-131-1/+1
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-1/+0
* BaseTools: refactor the error for PCD value is negative or exceed maxzhijufan2018-09-301-0/+4
* BaseTools: refactor class propertiesCarsey, Jaben2018-09-201-52/+38
* BaseTools: Check GUID C structure formatFeng, YunhuaX2018-09-141-1/+3
* BaseTools: Report error for incorrect hex value formatzhijufan2018-09-121-1/+4
* BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x2018-09-031-1/+3
* BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan2018-08-281-35/+18
* BaseTools: Use pickle to replace cPickleYunhua Feng2018-08-021-3/+3