summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common/Misc.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Work around array.array.tostring() removal in python 3.9Cole Robinson2020-08-141-1/+1
* BaseTools: Fix parse PCD GUID expression issueFeng, YunhuaX2020-05-131-5/+5
* BaseTools: Add map file parsing support for CLANG9Zhiguang Liu2019-11-081-3/+6
* BaseTools: Add more parameter checking for CopyFileOnChange()Steven Shi2019-09-191-1/+2
* BaseTools:Remove the unnecessary operation of renaming a file.Feng, Bob C2019-09-171-20/+3
* BaseTools: Support long file path in windows for misc functionsShi, Steven2019-08-231-1/+11
* BaseTools: Improve the file saving and copying reliabilityShi, Steven2019-08-201-7/+37
* BaseTools: Add "-" in a re to parse line in .map fileFeng, Bob C2019-08-141-1/+1
* BaseTools: Decouple AutoGen ObjectsFeng, Bob C2019-08-091-1/+0
* BaseTools:Updata the output encoding of the Popen functionBob Feng2019-08-011-1/+1
* BaseTools: Create ".cache" folder when initialize Build objectFeng, Bob C2019-07-221-6/+1
* BaseTools:Introduce CopyFileOnChange() function to copy cache filesShi, Steven2019-06-171-0/+55
* BaseTools: Fix private includes for FILE_GUID overrideMichael D Kinney2019-05-211-0/+2
* BaseTools: Correct the value assignment for StructurePcdFan, ZhijuX2019-05-101-0/+1
* BaseTools: Sometime write file not immediate to diskYunhua Feng2019-04-221-4/+13
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* 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