summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace/BuildClassObject.py
AgeCommit message (Expand)AuthorFilesLines
2021-09-29BaseTools: Remove Makefile/MakefileName fieldsPierre Gondois1-2/+0
2021-07-12BaseTools: Enable the flag to treat dynamic pcd as dynamicExBob Feng1-87/+66
2020-11-05BaseTools: Enable Module Scope Structure PcdBob Feng1-0/+12
2019-09-10BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C1-0/+10
2019-05-10BaseTools: Correct the value assignment for StructurePcdFan, ZhijuX1-26/+52
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-03-24BaseTools: Remove the logic SourceOverridePathFeng, Bob C1-1/+0
2019-02-19BaseTools: Add MaxSizeUserSet to Pcd deepcopy functionFeng, Bob C1-0/+1
2019-02-18BaseTools: Fixed an issue about StructurePcdFeng, Bob C1-1/+1
2019-02-14BaseTools: Various typoAntoine Coeur1-1/+1
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-2/+2
2019-02-01BaseTools: nametuple not have verbose parameter in python3Yunhua Feng1-1/+1
2019-01-04BaseTools: Correct PcdArray value assigment statementFeng, Bob C1-1/+0
2018-12-18BaseTools: Fix PcdArray issueFeng, Bob C1-1/+2
2018-12-15BaseTools: Fixed the build fail issue for casesFeng, Bob C1-1/+1
2018-12-07BaseTools: Customize deepcopy function.BobCF1-0/+52
2018-12-07BaseTools: Enable Pcd Array support.bob.c.feng@intel.com1-12/+73
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-2/+2
2018-10-13BaseTools: remove the super() function argumentYunhua Feng1-1/+1
2018-10-13BaseTools: Remove the outdated verbose parameter of namedtupleYunhua Feng1-1/+1
2018-09-26BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com1-0/+2
2018-09-26BaseTool: Replace dict with OrderedDict.BobCF1-6/+10
2018-09-20BaseTools: Don't save unused workspace dataCarsey, Jaben1-7/+0
2018-09-20BaseTools: refactor Build Database objectsCarsey, Jaben1-23/+9
2018-09-12BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX1-1/+3
2018-09-12BaseTools: Involve Dec default value to calculate MaxsizeFeng, Bob C1-17/+17
2018-09-12BaseTools: Structure Pcd value override incorrect.Feng, Bob C1-1/+1
2018-08-16BaseTools: Clean up not used code in BuildClassObjectYonghong Zhu1-11/+2
2018-07-13BaseTools: Enable structure pcd in FDF fileBobCF1-1/+15
2018-06-27BaseTools: Fix old python2 idiomsGary Lin1-1/+1
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-7/+7
2018-05-04BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben1-0/+31
2018-05-04BaseTools: Workspace - refactor a dictCarsey, Jaben1-1/+1
2018-05-04BaseTools: remove Compound statementsCarsey, Jaben1-5/+10
2018-05-04BaseTools: eliminate {} from dictionary contructor callCarsey, Jaben1-5/+5
2018-04-10BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu1-1/+2
2018-04-08BaseTools: use built in OrderedDict instead of custom version.Carsey, Jaben1-2/+2
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-1/+1
2018-03-19BaseTool: Error handling for PCD datumtype.Feng, Bob C1-0/+2
2018-03-09BaseTools: Fixed Pcd from command line issue.BobCF1-2/+2
2018-03-03BaseTools: Fixed Pcd value override issue.BobCF1-0/+4
2018-02-28BaseTools: Improve build performance of structure PCD value generationFeng, Bob C1-0/+4
2018-02-28BaseTools: Fixed the pcd value override issue.Feng, Bob C1-0/+4
2018-02-08BaseTool: Fixed Pcd issues.Feng, Bob C1-0/+1
2018-02-01BaseTools: Support multiple .h fileFeng, Bob C1-1/+1
2018-01-25BaseTool: Fixed the StructurePcd incorrect value.Feng, Bob C1-3/+6
2018-01-25BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c fileFeng, Bob C1-0/+4
2017-12-25BaseTools: Fixed the issue of Multiple Skus are always disablesLiming Gao1-1/+1
2017-12-25BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao1-1/+2
2017-12-25BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao1-7/+10