summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common/Misc.py
AgeCommit message (Expand)AuthorFilesLines
2019-08-01BaseTools:Updata the output encoding of the Popen functionBob Feng1-1/+1
2019-07-22BaseTools: Create ".cache" folder when initialize Build objectFeng, Bob C1-6/+1
2019-06-17BaseTools:Introduce CopyFileOnChange() function to copy cache filesShi, Steven1-0/+55
2019-05-21BaseTools: Fix private includes for FILE_GUID overrideMichael D Kinney1-0/+2
2019-05-10BaseTools: Correct the value assignment for StructurePcdFan, ZhijuX1-0/+1
2019-04-22BaseTools: Sometime write file not immediate to diskYunhua Feng1-4/+13
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-04-01BaseTools:Coding problems caused by special charactersFan, ZhijuX1-1/+1
2019-02-19BaseTools: Fix a ParseDevPathValue function issue.Feng, Bob C1-0/+1
2019-02-14BaseTools: Various typoAntoine Coeur1-10/+10
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-16/+32
2019-02-01BaseTools: the list and iterator translationFeng, Bob C1-2/+3
2019-02-01BaseTools: Similar to octal data rectificationZhijux Fan1-1/+1
2019-02-01BaseTools: change the Division OperatorZhijux Fan1-3/+3
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
2018-12-18BaseTools: Fix PcdArray issueFeng, Bob C1-0/+6
2018-12-15BaseTools: Fixed bugs in CopyDict functionFeng, Bob C1-0/+2
2018-12-07BaseTools: Customize deepcopy function.BobCF1-0/+16
2018-12-07BaseTools: Optimize string concatenationBobCF1-12/+9
2018-12-07BaseTools: Enable Pcd Array support.bob.c.feng@intel.com1-0/+2
2018-12-06BaseTools: create and use a standard shared variable for '*'Jaben Carsey1-1/+1
2018-11-01BaseTools: Add special handle for '\' use in Pcd Valuezhijufan1-2/+6
2018-10-16BaseTools: Support to use struct name as datum type before max sizeYonghong Zhu1-1/+3
2018-10-15BaseTools: remove the not used PyUtility fileYonghong Zhu1-13/+3
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-42/+43
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