summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools: Fixed Pcd value override issue.BobCF2018-03-031-23/+152
* BaseTools: Improve build performance of structure PCD value generationFeng, Bob C2018-02-281-103/+108
* BaseTool: GUID format PCD value assignment fail in Structure PCD fieldBobCF2018-02-281-109/+180
* BaseTools: Improve build performance of structure PCD value generationFeng, Bob C2018-02-281-82/+90
* BaseTools: Fixed the pcd value override issue.Feng, Bob C2018-02-281-4/+20
* BaseTools: Fix a bug override Pcd by DSC Components sectionYonghong Zhu2018-02-281-2/+3
* BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX2018-02-281-11/+20
* BaseTools: Add more error message when PcdValue is wrongLiming Gao2018-02-271-0/+2
* BaseTools: Update Expression.py for string comparison and MACRO replace issueYunhua Feng2018-02-091-1/+1
* BaseTools: Fixed incorrect Structure Pcd Value.Feng, Bob C2018-02-081-7/+13
* BaseTools: Fixed Build failed issue.BobCF2018-02-081-1/+6
* BaseTool: Fixed Pcd issues.Feng, Bob C2018-02-081-73/+79
* BaseTools: Fix build argument --pcd for flexible format bugsFeng, YunhuaX2018-02-071-5/+68
* BaseTools: StructurePcd array Value support flexible formatFeng, YunhuaX2018-02-041-2/+33
* BaseTools: Structure Pcd in CommandLine.Feng, Bob C2018-02-011-4/+206
* BaseTools: Support multiple .h fileFeng, Bob C2018-02-011-4/+4
* BaseTool: Enhance error handling.BobCF2018-02-011-49/+67
* BaseTool: Add comments in PcdValueInit.c.Feng, Bob C2018-02-011-4/+6
* BaseTools: Enhance parse performance by optimize ValueExpressionExYunhua Feng2018-01-301-11/+10
* BaseTools: Fixed some small issuesFeng, Bob C2018-01-251-2/+5
* BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c fileFeng, Bob C2018-01-251-1/+1