summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common/Misc.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-10BaseTools: Fix raw strings containing valid escape charactersJoey Vagedes1-1/+1
2023-12-21BaseTools: Resolve regex syntax warningsJoey Vagedes via groups.io1-12/+12
2020-08-14BaseTools: Work around array.array.tostring() removal in python 3.9Cole Robinson1-1/+1
2020-05-13BaseTools: Fix parse PCD GUID expression issueFeng, YunhuaX1-5/+5
2019-11-08BaseTools: Add map file parsing support for CLANG9Zhiguang Liu1-3/+6
2019-09-19BaseTools: Add more parameter checking for CopyFileOnChange()Steven Shi1-1/+2
2019-09-17BaseTools:Remove the unnecessary operation of renaming a file.Feng, Bob C1-20/+3
2019-08-23BaseTools: Support long file path in windows for misc functionsShi, Steven1-1/+11
2019-08-20BaseTools: Improve the file saving and copying reliabilityShi, Steven1-7/+37
2019-08-14BaseTools: Add "-" in a re to parse line in .map fileFeng, Bob C1-1/+1
2019-08-09BaseTools: Decouple AutoGen ObjectsFeng, Bob C1-1/+0
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