summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common/Misc.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools: dont make temporary dictCarsey, Jaben2018-04-091-3/+3
* BaseTools: Remove unused code from MiscCarsey, Jaben2018-04-081-279/+1
* BaseTools: remove loop and variables.Carsey, Jaben2018-03-301-13/+0
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-40/+40
* BaseTools: dont use enumerate when un-neededCarsey, Jaben2018-03-291-1/+1
* BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible formatYonghong Zhu2018-03-181-8/+0
* BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2018-03-091-25/+16
* BaseTools: Fix eval parse string issueFeng, YunhuaX2018-03-021-4/+26
* BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX2018-02-281-13/+18
* BaseTools: Fix the bug to display the single SKUID infoYonghong Zhu2018-02-231-0/+4
* BaseTools: Report error when GUID format is incorrectFeng, YunhuaX2018-02-071-10/+4