summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: replace the list iteritems by itemsYunhua Feng2018-10-131-1/+1
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-2/+0
* BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com2018-09-261-0/+2
* BaseTool: Replace dict with OrderedDict.BobCF2018-09-261-11/+16
* BaseTools: Latter full value should overwrite the former field value.Zhao, ZhiqiangX2018-09-251-0/+17
* BaseTools: Workspace classes refactor propertiesCarsey, Jaben2018-09-201-72/+79
* BaseTools: SKU inheritance.Zhao, ZhiqiangX2018-09-121-3/+2
* BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX2018-09-121-1/+8
* BaseTools: Structure Pcd value override incorrect.Feng, Bob C2018-09-121-25/+29
* BaseTools: Dynamic Pcd value override from command line.Feng, Bob C2018-09-031-1/+6
* BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x2018-09-031-3/+3
* BaseTools: Clarify a DSC parsing error about PCDsCarsey, Jaben2018-08-311-1/+1
* BaseTools: minimize assignment processingCarsey, Jaben2018-08-301-7/+8
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-301-2/+2
* BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan2018-08-281-1/+1
* BaseTools: remove unused setter functionsJaben Carsey2018-08-201-16/+1
* BaseTools: Add check for VOID* PCD Max SizeYonghong Zhu2018-08-171-0/+21
* BaseTools: Fixed build Ovmfpkg failed issue.BobCF2018-07-161-3/+3
* BaseTools: Use absolute import in WorkspaceGary Lin2018-07-161-4/+5
* BaseTools: Enable structure pcd in FDF fileBobCF2018-07-131-4/+168
* BaseTools: Remove the old python "not-equal" in DscBuildData.pyGary Lin2018-07-081-1/+1
* BaseTools: Fix old python2 idiomsGary Lin2018-06-271-4/+4
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-115/+115
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-271-1/+1
* BaseTools: Refactor python print statementsGary Lin2018-06-271-2/+3
* BaseTools: Refactor python except statementsGary Lin2018-06-271-7/+7
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools/Workspace: Fix ValueChain setMarvin Haeuser2018-05-231-2/+2
* BaseTools: Retrieve /U and -U CC flags to structure PcdValueInit MakefileLiming Gao2018-05-071-2/+2
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-041-3/+3
* BaseTools: Remove lists form set constructionCarsey, Jaben2018-05-041-5/+5
* BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben2018-05-041-18/+1
* BaseTools: Workspace - refactor a dictCarsey, Jaben2018-05-041-2/+2
* BaseTools: remove redundant if comparisonCarsey, Jaben2018-05-021-4/+4
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-1/+1
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-021-11/+11
* BaseTools: remove dict from DscBuildDataCarsey, Jaben2018-04-261-3/+1
* BaseTools: Workspace - refactor GetStructurePcdInfoCarsey, Jaben2018-04-261-6/+5
* BaseTools: Workspace - refactor RegEx to minimize multiple compilingCarsey, Jaben2018-04-261-1/+3
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-22/+16
* BaseTools: remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-231-3/+3
* BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben2018-04-181-18/+12
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-76/+76
* BaseTools: refactor and remove more keys() usageCarsey, Jaben2018-04-181-32/+27
* BaseTools: change DscBuildData functions without need for self to staticmethodCarsey, Jaben2018-04-171-38/+64
* BaseTools: move RegEx compile out of loopsCarsey, Jaben2018-04-171-6/+5
* BaseTools: Remove unused functions from DscBuildDataCarsey, Jaben2018-04-171-31/+0
* BaseTools: remove unused local variable.Carsey, Jaben2018-04-171-2/+0
* BaseTools: fix None comparisonsCarsey, Jaben2018-04-171-2/+2
* BaseTools: use existing shared variableCarsey, Jaben2018-04-171-19/+19