summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/MetaFileParser.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Resolve regex syntax warningsJoey Vagedes via groups.io2023-12-211-1/+1
* BaseTools: Add the FeatureFlagExpression usage to the Source SectionYi Li2022-03-261-0/+4
* BaseTools:Enhance the way to handling included dsc fileFan, ZhijuX2019-12-041-39/+40
* BaseTools:Add [packages] section in dsc fileFan, ZhijuX2019-11-201-0/+14
* BaseTools: Enable MACRO for DSC Components section tagFeng, Bob C2019-11-131-0/+1
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools: Remove the logic SourceOverridePathFeng, Bob C2019-03-241-8/+0
* BaseTools: Explicitly close files after readlinesmjohn42019-03-151-4/+12
* BaseTools: Various typoAntoine Coeur2019-02-141-1/+1
* BaseTools: Enable CODE format in DEC fileFeng, Bob C2019-02-021-35/+64
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-2/+2
* BaseTools:Define Macro in Inf file, the pcdvalue Can't convertFan, ZhijuX2019-01-281-2/+6
* BaseTools: Enable component override functionalityFeng, Bob C2019-01-141-0/+5
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-141-22/+0
* BaseTools: Report Error if use SET in DscFeng, Bob C2019-01-111-0/+5
* BaseTools: fix importsCarsey, Jaben2019-01-101-4/+5
* BaseTools: Fixed metafile parser issuesFeng, Bob C2018-12-181-13/+12
* BaseTools: Fixed the build fail issue for casesFeng, Bob C2018-12-151-1/+1
* BaseTools: Replace the sqlite database with listBobCF2018-12-071-3/+2
* BaseTools: Enable Pcd Array support.bob.c.feng@intel.com2018-12-071-2/+84
* BaseTools: Support to use struct name as datum type before max sizeYonghong Zhu2018-10-161-3/+3
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-3/+5
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-2/+2
* BaseTools: remove the super() function argumentYunhua Feng2018-10-131-1/+1
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-2/+0
* BaseTools: Workspace classes refactor propertiesCarsey, Jaben2018-09-201-9/+9
* BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan2018-08-281-0/+4
* BaseTools: Use hashlib instead of md5Feng, YunhuaX2018-08-231-3/+3
* BaseTools: Parse decimal format INF_VERSION incorrectYunhua Feng2018-07-271-3/+6
* BaseTools: Use absolute import in WorkspaceGary Lin2018-07-161-2/+3
* BaseTools: Clean up source filesLiming Gao2018-07-091-7/+7
* BaseTools: Fix two drivers include the same file issueYunhua Feng2018-06-291-2/+2
* BaseTools: Fix parsing multiple nest !include issueYunhua Feng2018-06-291-15/+13
* BaseTools: Fix old python2 idiomsGary Lin2018-06-271-10/+10
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-17/+17
* BaseTools: Refactor python print statementsGary Lin2018-06-271-1/+2
* BaseTools: Refactor python except statementsGary Lin2018-06-271-6/+6
* BaseTools: introduce !error statementYunhua Feng2018-06-221-1/+9
* BaseTools: remove the unneeded codeYonghong Zhu2018-06-221-17/+0
* BaseTools: Fix one bug of nest !include parserYunhua Feng2018-06-131-1/+5
* BaseTools: Remove dsc nested include checking.Derek Lin2018-06-111-4/+15
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-021-2/+2
* BaseTools: Workspace/MetaFileParser - refactor dictsCarsey, Jaben2018-05-021-9/+8
* BaseTools: Fix regression bug by 3378782691afYunhua Feng2018-05-021-1/+1
* BaseTools: Workspace - refactor RegEx to minimize multiple compilingCarsey, Jaben2018-04-261-2/+6
* BaseTools: Support DSC component !include PCD itemsYunhua Feng2018-04-191-3/+10
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-2/+2
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-16/+16
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-5/+5