summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0928-196/+28
* BaseTools:Coding problems caused by special charactersFan, ZhijuX2019-04-011-1/+1
* BaseTools: Remove the logic SourceOverridePathFeng, Bob C2019-03-242-3/+0
* BaseTools:PCD value error in structure pcd sku case.Fan, ZhijuX2019-02-201-1/+1
* BaseTools: Fix a ParseDevPathValue function issue.Feng, Bob C2019-02-191-0/+1
* BaseTools: Various typoAntoine Coeur2019-02-147-28/+28
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-015-43/+40
* BaseTools: the list and iterator translationFeng, Bob C2019-02-012-5/+6
* BaseTools: Similar to octal data rectificationZhijux Fan2019-02-011-1/+1
* BaseTools: change the Division OperatorZhijux Fan2019-02-012-4/+11
* 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: Remove unused logic for IPFFeng, Bob C2019-01-141-18/+1
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-142-8/+0
* BaseTools: fix importsCarsey, Jaben2019-01-102-3/+4
* BaseTools: Fix PcdArray issueFeng, Bob C2018-12-181-0/+6
* BaseTools: Fixed bugs in CopyDict functionFeng, Bob C2018-12-151-0/+2
* BaseTools: Fix PcdNvStoreDefaultValueBuffer Value.Feng, Bob C2018-12-151-3/+3
* BaseTools: Customize deepcopy function.BobCF2018-12-072-2/+18
* BaseTools: Optimize string concatenationBobCF2018-12-071-12/+9
* BaseTools: Enable Pcd Array support.bob.c.feng@intel.com2018-12-072-199/+199
* BaseTools: create and use a standard shared variable for '*'Jaben Carsey2018-12-065-18/+20
* BaseTools: Move Identification file to EotJaben Carsey2018-12-061-58/+0
* BaseTools: Add special handle for '\' use in Pcd Valuezhijufan2018-11-012-3/+19
* BaseTools: Fix BPDG tool print traceback info issueFeng, YunhuaX2018-10-261-3/+2
* BaseTools: delete unused fileCarsey, Jaben2018-10-211-120/+0
* BaseTools: Fix bug caused by 03c36c36a3Yonghong Zhu2018-10-181-2/+2
* BaseTools: Support to use struct name as datum type before max sizeYonghong Zhu2018-10-161-1/+3
* BaseTools: Add check for the string type whether is samezhijufan2018-10-161-2/+4
* BaseTools: remove the not used PyUtility fileYonghong Zhu2018-10-152-13/+3
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-1513-67/+92
* BaseTools: remove the not used PyUtility fileYonghong Zhu2018-10-132-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-132-8/+12
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-132-4/+11
* BaseTools: do the list and iterator translationYunhua Feng2018-10-132-10/+10
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-135-34/+12