summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/BuildClassObject.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Remove Makefile/MakefileName fieldsPierre Gondois2021-09-291-2/+0
* BaseTools: Enable the flag to treat dynamic pcd as dynamicExBob Feng2021-07-121-87/+66
* BaseTools: Enable Module Scope Structure PcdBob Feng2020-11-051-0/+12
* BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C2019-09-101-0/+10
* BaseTools: Correct the value assignment for StructurePcdFan, ZhijuX2019-05-101-26/+52
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools: Remove the logic SourceOverridePathFeng, Bob C2019-03-241-1/+0
* BaseTools: Add MaxSizeUserSet to Pcd deepcopy functionFeng, Bob C2019-02-191-0/+1
* BaseTools: Fixed an issue about StructurePcdFeng, Bob C2019-02-181-1/+1
* BaseTools: Various typoAntoine Coeur2019-02-141-1/+1
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-2/+2
* BaseTools: nametuple not have verbose parameter in python3Yunhua Feng2019-02-011-1/+1
* BaseTools: Correct PcdArray value assigment statementFeng, Bob C2019-01-041-1/+0
* BaseTools: Fix PcdArray issueFeng, Bob C2018-12-181-1/+2
* BaseTools: Fixed the build fail issue for casesFeng, Bob C2018-12-151-1/+1
* BaseTools: Customize deepcopy function.BobCF2018-12-071-0/+52
* BaseTools: Enable Pcd Array support.bob.c.feng@intel.com2018-12-071-12/+73
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-2/+2
* BaseTools: remove the super() function argumentYunhua Feng2018-10-131-1/+1
* BaseTools: Remove the outdated verbose parameter of namedtupleYunhua Feng2018-10-131-1/+1
* 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-6/+10
* BaseTools: Don't save unused workspace dataCarsey, Jaben2018-09-201-7/+0
* BaseTools: refactor Build Database objectsCarsey, Jaben2018-09-201-23/+9
* BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX2018-09-121-1/+3
* BaseTools: Involve Dec default value to calculate MaxsizeFeng, Bob C2018-09-121-17/+17
* BaseTools: Structure Pcd value override incorrect.Feng, Bob C2018-09-121-1/+1
* BaseTools: Clean up not used code in BuildClassObjectYonghong Zhu2018-08-161-11/+2
* BaseTools: Enable structure pcd in FDF fileBobCF2018-07-131-1/+15
* BaseTools: Fix old python2 idiomsGary Lin2018-06-271-1/+1
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-7/+7
* BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben2018-05-041-0/+31
* BaseTools: Workspace - refactor a dictCarsey, Jaben2018-05-041-1/+1
* BaseTools: remove Compound statementsCarsey, Jaben2018-05-041-5/+10
* BaseTools: eliminate {} from dictionary contructor callCarsey, Jaben2018-05-041-5/+5
* BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu2018-04-101-1/+2
* BaseTools: use built in OrderedDict instead of custom version.Carsey, Jaben2018-04-081-2/+2
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-1/+1
* BaseTool: Error handling for PCD datumtype.Feng, Bob C2018-03-191-0/+2
* BaseTools: Fixed Pcd from command line issue.BobCF2018-03-091-2/+2
* BaseTools: Fixed Pcd value override issue.BobCF2018-03-031-0/+4
* BaseTools: Improve build performance of structure PCD value generationFeng, Bob C2018-02-281-0/+4
* BaseTools: Fixed the pcd value override issue.Feng, Bob C2018-02-281-0/+4
* BaseTool: Fixed Pcd issues.Feng, Bob C2018-02-081-0/+1
* BaseTools: Support multiple .h fileFeng, Bob C2018-02-011-1/+1
* BaseTool: Fixed the StructurePcd incorrect value.Feng, Bob C2018-01-251-3/+6
* BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c fileFeng, Bob C2018-01-251-0/+4
* BaseTools: Fixed the issue of Multiple Skus are always disablesLiming Gao2017-12-251-1/+1
* BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao2017-12-251-1/+2
* BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao2017-12-251-7/+10