Age | Commit message (Expand) | Author | Files | Lines |
2024-07-04 | BaseTools: InfBuildData: Fix Private value retrieval | Joey Vagedes | 1 | -7/+7 |
2022-07-24 | BaseTools: INF should use latest Pcd value instead of default value | Li, Yi1 | 1 | -1/+3 |
2022-04-22 | BaseTools: Move gPlatformFinalPcd to Datapipe and optimize size | Li, Yi1 | 1 | -6/+9 |
2022-03-26 | BaseTools: Add the FeatureFlagExpression usage to the Source Section | Yi Li | 1 | -4/+48 |
2021-07-12 | BaseTools: Enable the flag to treat dynamic pcd as dynamicEx | Bob Feng | 1 | -14/+1 |
2019-08-29 | BaseTools: Fixed regression issue for building !x86 buildsedk2-stable201908 | Feng, Bob C | 1 | -13/+16 |
2019-08-09 | BaseTools: Decouple AutoGen Objects | Feng, Bob C | 1 | -0/+29 |
2019-08-09 | BaseTools: Add functions to get platform scope build options | Feng, Bob C | 1 | -1/+11 |
2019-07-12 | BaseTools: Add HOST_APPLICATION module type. | Jiewen Yao | 1 | -1/+1 |
2019-04-09 | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 1 | -7/+1 |
2019-03-24 | BaseTools: Remove the logic SourceOverridePath | Feng, Bob C | 1 | -10/+1 |
2019-02-14 | BaseTools: Various typo | Antoine Coeur | 1 | -2/+2 |
2019-02-01 | BaseTools: the list and iterator translation | Feng, Bob C | 1 | -2/+2 |
2019-01-21 | BaseTools/Workspace/InfBuildData: move functions | Carsey, Jaben | 1 | -4/+42 |
2019-01-17 | BaseTools: Remove EDK_SOURCE keyword from Inf Parser. | Feng, Bob C | 1 | -27/+7 |
2019-01-14 | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 1 | -142/+49 |
2018-12-07 | BaseTools: Optimize string concatenation | BobCF | 1 | -1/+3 |
2018-12-07 | BaseTool: Filter out unused structure pcds | Feng, Bob C | 1 | -0/+9 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 1 | -0/+1 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 1 | -1/+0 |
2018-09-20 | BaseTools: refactor to cache InfBuildData data | Carsey, Jaben | 1 | -459/+397 |
2018-09-20 | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 1 | -108/+104 |
2018-08-30 | BaseTools: Refactor to remove functionally equivalent functions | Carsey, Jaben | 1 | -7/+1 |
2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 1 | -7/+7 |
2018-08-20 | BaseTools: remove unused setter functions | Jaben Carsey | 1 | -28/+2 |
2018-08-20 | BaseTools: remove unused code | Jaben Carsey | 1 | -5/+1 |
2018-07-23 | BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section | Yunhua Feng | 1 | -5/+15 |
2018-07-16 | BaseTools: Use absolute import in Workspace | Gary Lin | 1 | -1/+2 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 1 | -1/+1 |
2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 1 | -1/+1 |
2018-05-04 | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 1 | -6/+6 |
2018-05-02 | BaseTools: remove redundant if comparison | Carsey, Jaben | 1 | -1/+1 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 1 | -1/+1 |
2018-05-02 | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 1 | -13/+13 |
2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 1 | -1/+1 |
2018-05-02 | BaseTools: Replace EDK Component strings with predefined constant | Carsey, Jaben | 1 | -1/+1 |
2018-05-02 | BaseTools: Share a dictionary instead of keeping multiples | Carsey, Jaben | 1 | -22/+2 |
2018-05-02 | BaseTools: replace string constants used for module types | Carsey, Jaben | 1 | -24/+24 |
2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 1 | -4/+1 |
2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 1 | -3/+3 |
2018-04-15 | BaseTools: Fix one or more multiply defined symbols found issue | Feng, YunhuaX | 1 | -2/+3 |
2018-04-10 | BaseTools: Fix two cases that use GUID CName as PCD Value | Yonghong Zhu | 1 | -0/+1 |
2018-04-08 | BaseTools: Workspace - use built in OrderedDict instead of custom version. | Carsey, Jaben | 1 | -29/+23 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 1 | -95/+95 |
2017-12-27 | BaseTools: Support PCD flexible values format | Yonghong Zhu | 1 | -0/+7 |
2017-12-27 | BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py file | Yonghong Zhu | 1 | -1/+1 |
2017-12-25 | BaseTools: Support Structure PCD value assignment in DEC/DSC | Liming Gao | 1 | -0/+1212 |