summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace/InfBuildData.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-04BaseTools: InfBuildData: Fix Private value retrievalJoey Vagedes1-7/+7
2022-07-24BaseTools: INF should use latest Pcd value instead of default valueLi, Yi11-1/+3
2022-04-22BaseTools: Move gPlatformFinalPcd to Datapipe and optimize sizeLi, Yi11-6/+9
2022-03-26BaseTools: Add the FeatureFlagExpression usage to the Source SectionYi Li1-4/+48
2021-07-12BaseTools: Enable the flag to treat dynamic pcd as dynamicExBob Feng1-14/+1
2019-08-29BaseTools: Fixed regression issue for building !x86 buildsedk2-stable201908Feng, Bob C1-13/+16
2019-08-09BaseTools: Decouple AutoGen ObjectsFeng, Bob C1-0/+29
2019-08-09BaseTools: Add functions to get platform scope build optionsFeng, Bob C1-1/+11
2019-07-12BaseTools: Add HOST_APPLICATION module type.Jiewen Yao1-1/+1
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-03-24BaseTools: Remove the logic SourceOverridePathFeng, Bob C1-10/+1
2019-02-14BaseTools: Various typoAntoine Coeur1-2/+2
2019-02-01BaseTools: the list and iterator translationFeng, Bob C1-2/+2
2019-01-21BaseTools/Workspace/InfBuildData: move functionsCarsey, Jaben1-4/+42
2019-01-17BaseTools: Remove EDK_SOURCE keyword from Inf Parser.Feng, Bob C1-27/+7
2019-01-14BaseTools: Remove unused logic for EDKIFeng, Bob C1-142/+49
2018-12-07BaseTools: Optimize string concatenationBobCF1-1/+3
2018-12-07BaseTool: Filter out unused structure pcdsFeng, Bob C1-0/+9
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-0/+1
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-1/+0
2018-09-20BaseTools: refactor to cache InfBuildData dataCarsey, Jaben1-459/+397
2018-09-20BaseTools: Workspace classes refactor propertiesCarsey, Jaben1-108/+104
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, Jaben1-7/+7
2018-08-20BaseTools: remove unused setter functionsJaben Carsey1-28/+2
2018-08-20BaseTools: remove unused codeJaben Carsey1-5/+1
2018-07-23BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] sectionYunhua Feng1-5/+15
2018-07-16BaseTools: Use absolute import in WorkspaceGary Lin1-1/+2
2018-06-27BaseTools: Refactor python except statementsGary Lin1-1/+1
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben1-6/+6
2018-05-02BaseTools: remove redundant if comparisonCarsey, Jaben1-1/+1
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-1/+1
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben1-13/+13
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben1-1/+1
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, Jaben1-24/+24
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-4/+1
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben1-3/+3
2018-04-15BaseTools: Fix one or more multiply defined symbols found issueFeng, YunhuaX1-2/+3
2018-04-10BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu1-0/+1
2018-04-08BaseTools: Workspace - use built in OrderedDict instead of custom version.Carsey, Jaben1-29/+23
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-95/+95
2017-12-27BaseTools: Support PCD flexible values formatYonghong Zhu1-0/+7
2017-12-27BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py fileYonghong Zhu1-1/+1
2017-12-25BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao1-0/+1212