summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace/MetaFileParser.py
AgeCommit message (Expand)AuthorFilesLines
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-03-24BaseTools: Remove the logic SourceOverridePathFeng, Bob C1-8/+0
2019-03-15BaseTools: Explicitly close files after readlinesmjohn41-4/+12
2019-02-14BaseTools: Various typoAntoine Coeur1-1/+1
2019-02-02BaseTools: Enable CODE format in DEC fileFeng, Bob C1-35/+64
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-2/+2
2019-01-28BaseTools:Define Macro in Inf file, the pcdvalue Can't convertFan, ZhijuX1-2/+6
2019-01-14BaseTools: Enable component override functionalityFeng, Bob C1-0/+5
2019-01-14BaseTools: Remove unused logic for EDKIFeng, Bob C1-22/+0
2019-01-11BaseTools: Report Error if use SET in DscFeng, Bob C1-0/+5
2019-01-10BaseTools: fix importsCarsey, Jaben1-4/+5
2018-12-18BaseTools: Fixed metafile parser issuesFeng, Bob C1-13/+12
2018-12-15BaseTools: Fixed the build fail issue for casesFeng, Bob C1-1/+1
2018-12-07BaseTools: Replace the sqlite database with listBobCF1-3/+2
2018-12-07BaseTools: Enable Pcd Array support.bob.c.feng@intel.com1-2/+84
2018-10-16BaseTools: Support to use struct name as datum type before max sizeYonghong Zhu1-3/+3
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-3/+5
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-2/+2
2018-10-13BaseTools: remove the super() function argumentYunhua Feng1-1/+1
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-2/+0
2018-09-20BaseTools: Workspace classes refactor propertiesCarsey, Jaben1-9/+9
2018-08-28BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan1-0/+4
2018-08-23BaseTools: Use hashlib instead of md5Feng, YunhuaX1-3/+3
2018-07-27BaseTools: Parse decimal format INF_VERSION incorrectYunhua Feng1-3/+6
2018-07-16BaseTools: Use absolute import in WorkspaceGary Lin1-2/+3
2018-07-09BaseTools: Clean up source filesLiming Gao1-7/+7
2018-06-29BaseTools: Fix two drivers include the same file issueYunhua Feng1-2/+2
2018-06-29BaseTools: Fix parsing multiple nest !include issueYunhua Feng1-15/+13
2018-06-27BaseTools: Fix old python2 idiomsGary Lin1-10/+10
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-17/+17
2018-06-27BaseTools: Refactor python print statementsGary Lin1-1/+2
2018-06-27BaseTools: Refactor python except statementsGary Lin1-6/+6
2018-06-22BaseTools: introduce !error statementYunhua Feng1-1/+9
2018-06-22BaseTools: remove the unneeded codeYonghong Zhu1-17/+0
2018-06-13BaseTools: Fix one bug of nest !include parserYunhua Feng1-1/+5
2018-06-11BaseTools: Remove dsc nested include checking.Derek Lin1-4/+15
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben1-2/+2
2018-05-02BaseTools: Workspace/MetaFileParser - refactor dictsCarsey, Jaben1-9/+8
2018-05-02BaseTools: Fix regression bug by 3378782691afYunhua Feng1-1/+1
2018-04-26BaseTools: Workspace - refactor RegEx to minimize multiple compilingCarsey, Jaben1-2/+6
2018-04-19BaseTools: Support DSC component !include PCD itemsYunhua Feng1-3/+10
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-2/+2
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben1-16/+16
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-5/+5
2018-03-09BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu1-0/+2
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu1-0/+1
2018-03-03BaseTools: Dsc/Fdf conditional statement parse issueFeng, YunhuaX1-0/+4
2018-02-09BaseTools: Update Expression.py for string comparison and MACRO replace issueYunhua Feng1-0/+1
2018-02-01BaseTools: Support multiple .h fileFeng, Bob C1-1/+3