summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common/Misc.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-131-7/+11
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-131-3/+3
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-7/+7
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-6/+3
* BaseTools: fix the open file's read and write bugsYunhua Feng2018-10-131-8/+20
* BaseTools: replace the list iteritems by itemsYunhua Feng2018-10-131-3/+3
* 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-131-1/+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-141-1/+3
* BaseTools: Report error for incorrect hex value formatzhijufan2018-09-121-1/+4
* BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x2018-09-031-1/+3
* BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan2018-08-281-35/+18
* BaseTools: Use pickle to replace cPickleYunhua Feng2018-08-021-3/+3
* BaseTools: remove unused import threadYunhua Feng2018-08-021-1/+0
* BaseTools: Use absolute import in CommonGary Lin2018-07-161-4/+5
* BaseTools: Clean up source filesLiming Gao2018-07-091-26/+26
* BaseTools: Move variable out of GlobalJaben Carsey2018-06-281-7/+14
* BaseTools: Fix old python2 idiomsGary Lin2018-06-271-7/+6
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-14/+14
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-271-1/+1
* BaseTools: Refactor python except statementsGary Lin2018-06-271-4/+4
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-1/+1
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-041-4/+4
* BaseTools: standardize GUID and pack sizeCarsey, Jaben2018-05-041-14/+37
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-2/+2
* BaseTools: Share RegEx between filesCarsey, Jaben2018-04-261-10/+12
* BaseTools: Misc - refactor RegEx to minimize multiple compilingCarsey, Jaben2018-04-261-5/+11
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-6/+6
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-1/+1
* BaseTools: use existing shared variableCarsey, Jaben2018-04-171-1/+1