summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* BaseTools: Workspace - use built in OrderedDict instead of custom version.Carsey, Jaben2018-04-081-12/+12
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-79/+79
* BaseTools: Add the missing package include directory in PcdValueInit MakefileLiming Gao2018-03-231-1/+3
* BaseTools: Override Max size by build Option Pcd for HII typeYonghong Zhu2018-03-211-0/+8
* BaseTools: Fix bug for --pcd VOID* type when no max size is specifiedYonghong Zhu2018-03-201-13/+0
* BaseTools: Add Feature Flag Pcd Type into Override listYonghong Zhu2018-03-201-1/+2
* BaseTools: Detect structure pcd header file change.BobCF2018-03-171-54/+135
* BaseTools: Get Pcd DatumType from DEC file for --pcdYonghong Zhu2018-03-121-0/+1
* BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2018-03-091-184/+108
* BaseTools: Fixed Pcd from command line issue.BobCF2018-03-091-15/+16
* BaseTools: Pcd Value override issue.Feng, Bob C2018-03-031-6/+8
* BaseTools: Fixed build failed issue.Feng, Bob C2018-03-031-7/+14