summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/InfBuildData.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: INF should use latest Pcd value instead of default valueLi, Yi12022-07-241-1/+3
* BaseTools: Move gPlatformFinalPcd to Datapipe and optimize sizeLi, Yi12022-04-221-6/+9
* BaseTools: Add the FeatureFlagExpression usage to the Source SectionYi Li2022-03-261-4/+48
* BaseTools: Enable the flag to treat dynamic pcd as dynamicExBob Feng2021-07-121-14/+1
* BaseTools: Fixed regression issue for building !x86 buildsedk2-stable201908Feng, Bob C2019-08-291-13/+16
* BaseTools: Decouple AutoGen ObjectsFeng, Bob C2019-08-091-0/+29
* BaseTools: Add functions to get platform scope build optionsFeng, Bob C2019-08-091-1/+11
* BaseTools: Add HOST_APPLICATION module type.Jiewen Yao2019-07-121-1/+1
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools: Remove the logic SourceOverridePathFeng, Bob C2019-03-241-10/+1
* BaseTools: Various typoAntoine Coeur2019-02-141-2/+2
* BaseTools: the list and iterator translationFeng, Bob C2019-02-011-2/+2
* BaseTools/Workspace/InfBuildData: move functionsCarsey, Jaben2019-01-211-4/+42
* BaseTools: Remove EDK_SOURCE keyword from Inf Parser.Feng, Bob C2019-01-171-27/+7
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-141-142/+49
* BaseTools: Optimize string concatenationBobCF2018-12-071-1/+3
* BaseTool: Filter out unused structure pcdsFeng, Bob C2018-12-071-0/+9
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-0/+1
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-1/+0
* BaseTools: refactor to cache InfBuildData dataCarsey, Jaben2018-09-201-459/+397
* BaseTools: Workspace classes refactor propertiesCarsey, Jaben2018-09-201-108/+104
* BaseTools: Refactor to remove functionally equivalent functionsCarsey, Jaben2018-08-301-7/+1
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-301-7/+7
* BaseTools: remove unused setter functionsJaben Carsey2018-08-201-28/+2
* BaseTools: remove unused codeJaben Carsey2018-08-201-5/+1
* BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] sectionYunhua Feng2018-07-231-5/+15
* BaseTools: Use absolute import in WorkspaceGary Lin2018-07-161-1/+2
* BaseTools: Refactor python except statementsGary Lin2018-06-271-1/+1
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-041-6/+6
* BaseTools: remove redundant if comparisonCarsey, Jaben2018-05-021-1/+1
* 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-13/+13
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-021-1/+1
* BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben2018-05-021-1/+1
* BaseTools: Share a dictionary instead of keeping multiplesCarsey, Jaben2018-05-021-22/+2
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-24/+24
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-4/+1
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-3/+3
* BaseTools: Fix one or more multiply defined symbols found issueFeng, YunhuaX2018-04-151-2/+3
* BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu2018-04-101-0/+1
* BaseTools: Workspace - use built in OrderedDict instead of custom version.Carsey, Jaben2018-04-081-29/+23
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-95/+95
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-271-0/+7
* BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py fileYonghong Zhu2017-12-271-1/+1
* BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao2017-12-251-0/+1212