summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace
AgeCommit message (Expand)AuthorFilesLines
2018-09-03BaseTools: Dynamic Pcd value override from command line.Feng, Bob C1-1/+6
2018-09-03BaseTools: Check pcd DefaultValue and SkuId EBNF.Zhaozh1x1-3/+3
2018-08-31BaseTools: Clarify a DSC parsing error about PCDsCarsey, Jaben1-1/+1
2018-08-30BaseTools: minimize assignment processingCarsey, Jaben1-7/+8
2018-08-30BaseTools: Refactor to remove functionally equivalent functionsCarsey, Jaben1-7/+1
2018-08-30BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2-9/+9
2018-08-28BaseTools: Add check only VOID* type Pcd need the maxsize infozhijufan2-1/+5
2018-08-23BaseTools: Use hashlib instead of md5Feng, YunhuaX1-3/+3
2018-08-23BaseTools: Modify class OrderedListDictFeng, YunhuaX1-1/+5
2018-08-20BaseTools: remove unused setter functionsJaben Carsey3-60/+4
2018-08-20BaseTools: remove unused codeJaben Carsey1-5/+1
2018-08-17BaseTools: Add check for VOID* PCD Max SizeYonghong Zhu1-0/+21
2018-08-16BaseTools: Clean up not used code in BuildClassObjectYonghong Zhu1-11/+2
2018-07-27BaseTools: Parse decimal format INF_VERSION incorrectYunhua Feng1-3/+6
2018-07-23BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] sectionYunhua Feng1-5/+15
2018-07-16BaseTools: Fixed build Ovmfpkg failed issue.BobCF1-3/+3
2018-07-16BaseTools: Use absolute import in WorkspaceGary Lin6-13/+19
2018-07-13BaseTools: Enable structure pcd in FDF fileBobCF2-5/+183
2018-07-09BaseTools: Clean up source filesLiming Gao3-63/+63
2018-07-08BaseTools: Remove the old python "not-equal" in DscBuildData.pyGary Lin1-1/+1
2018-06-29BaseTools: Fix two drivers include the same file issueYunhua Feng3-14/+31
2018-06-29BaseTools: Fix parsing multiple nest !include issueYunhua Feng1-15/+13
2018-06-27BaseTools: Fix old python2 idiomsGary Lin3-15/+15
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin6-154/+154
2018-06-27BaseTools: Remove the old python "not-equal"Gary Lin1-1/+1
2018-06-27BaseTools: Refactor python print statementsGary Lin2-3/+5
2018-06-27BaseTools: Refactor python except statementsGary Lin4-16/+16
2018-06-22BaseTools: introduce !error statementYunhua Feng1-1/+9
2018-06-22BaseTools: remove the unneeded codeYonghong Zhu1-17/+0
2018-06-19BaseTools/WorkspaceCommon: Import used BuildToolError messages.Marvin Haeuser1-0/+3
2018-06-13BaseTools: refactor to remove functionsJaben Carsey1-16/+36
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.com5-5/+5
2018-05-23BaseTools/Workspace: Fix ValueChain setMarvin Haeuser1-2/+2
2018-05-07BaseTools: Retrieve /U and -U CC flags to structure PcdValueInit MakefileLiming Gao1-2/+2
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben3-11/+11
2018-05-04BaseTools: Remove lists form set constructionCarsey, Jaben1-5/+5
2018-05-04BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben2-18/+32
2018-05-04BaseTools: Workspace - refactor a dictCarsey, Jaben2-3/+3
2018-05-04BaseTools: remove Compound statementsCarsey, Jaben1-5/+10
2018-05-04BaseTools: eliminate {} from dictionary contructor callCarsey, Jaben1-5/+5
2018-05-02BaseTools: remove redundant if comparisonCarsey, Jaben2-5/+5
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2-2/+2
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben3-35/+35
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben2-3/+3
2018-05-02BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben1-1/+1
2018-05-02BaseTools: Share a dictionary instead of keeping multiplesCarsey, Jaben1-22/+2
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben2-25/+25
2018-05-02BaseTools: Workspace/MetaFileParser - refactor dictsCarsey, Jaben1-9/+8