summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* BaseTools: fix the open file's read and write bugsYunhua Feng2018-10-131-8/+20
* BaseTools: remove the super() function argumentYunhua Feng2018-10-132-3/+3
* BaseTools: replace the list iteritems by itemsYunhua Feng2018-10-131-3/+3
* BaseTools: Rename raw_input() to input()Yunhua Feng2018-10-131-1/+1
* 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-1311-13/+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-142-1/+10
* BaseTools: Fix the RaiseError variable issue caused by 855698fb69fYonghong Zhu2018-09-121-2/+2
* BaseTools: Report error for incorrect hex value formatzhijufan2018-09-121-1/+4
* BaseTools: Report more clear error message for PCD used in expressionzhijufan2018-09-062-2/+2
* BaseTools: Fixed the PcdValue trailing zero issue.Feng, Bob C2018-09-031-6/+1
* BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x2018-09-031-1/+3