summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace
AgeCommit message (Expand)AuthorFilesLines
2024-07-04BaseTools: InfBuildData: Fix Private value retrievalJoey Vagedes1-7/+7
2024-04-15BaseTools: Use Stronger Matching for NULL Linked LibrariesTaylor Beebe1-4/+4
2024-04-15BaseTools: Don't Recurse NULL Includes Not Linked to ModuleTaylor Beebe1-0/+2
2024-02-28BaseTools: Syntax warning invalid escape sequence \CJayaprakash, N1-1/+1
2024-02-08BaseTools: Optimize GenerateByteArrayValue and CollectPlatformGuids APIsdevel@edk2.groups.io1-48/+133
2024-01-10BaseTools: Fix raw strings containing valid escape charactersJoey Vagedes1-2/+2
2023-12-21BaseTools: Resolve regex syntax warningsJoey Vagedes via groups.io2-5/+5
2023-04-05BaseTools: Allow users to specify compiler to use with make CC= CXX=Rebecca Cran1-1/+1
2022-10-19BaseTools: Correct initialization data size check for array PCDsKonstantin Aladyshev1-8/+8
2022-08-28Revert "BaseTools: Fix DSC LibraryClass precedence rule"Liming Gao1-2/+2
2022-07-24BaseTools: INF should use latest Pcd value instead of default valueLi, Yi11-1/+3
2022-07-17BaseTools: Fix DSC LibraryClass precedence ruleChen, Christine1-2/+2
2022-07-17BaseTools: add '-p' for Linux 'cp' command.Chen, Christine1-2/+2
2022-06-16BaseTools: output the intermediate library instance when error occursNi, Ray1-1/+3
2022-06-06BaseTools: Fix dependency issue in PcdValueInitJake Garver1-1/+2
2022-04-22BaseTools: Move gPlatformFinalPcd to Datapipe and optimize sizeLi, Yi13-11/+10
2022-03-26BaseTools: Remove the redundant __FLEXIBLE_SIZE from PcdValueInit.cBob Feng1-0/+5
2022-03-26BaseTools: Add the FeatureFlagExpression usage to the Source SectionYi Li3-4/+57
2022-02-07BaseTools: Fix error leg in DscBuildData.pyJake Garver via groups.io1-1/+1
2021-11-11BaseTools: Add authenticated variable store supportChen, Lin Z1-0/+4
2021-09-29BaseTools: Remove hard-coded strings for target and tools_defPierre Gondois1-5/+4
2021-09-29BaseTools: Remove Makefile/MakefileName fieldsPierre Gondois1-2/+0
2021-07-12BaseTools: Enable the flag to treat dynamic pcd as dynamicExBob Feng4-131/+72
2020-12-22BaseTools: Correct report the line number in INF file issueYunhua Feng1-1/+1
2020-11-05BaseTools: Enable Module Scope Structure PcdBob Feng2-17/+239
2020-10-10BaseTools: Move C tool flags before the common flagsgaoliming1-1/+1
2020-09-08BaseTools: Sort the Pcd set when generating the VPD binaryBob Feng1-1/+1
2020-07-21BaseTools: Remove the file timestamp checking during parsingBob Feng2-26/+2
2020-07-15BaseTools/Python: Allow HOST_APPLICATION to use NULL librariesMichael D Kinney1-2/+2
2020-03-24BaseTools:fix issue for decode the stdout/stderr byte arraysFan, ZhijuX1-1/+1
2020-03-12BaseTools:copy the common PcdValueCommon.c to output directoryFan, ZhijuX1-2/+11
2020-02-07BaseTools/Build: Do not use Common.lib in Structured PCD appKinney, Michael D1-19/+23
2020-02-04BaseTools/DscBuildData: Fix PCD autogen include file conflictMichael D Kinney1-1/+17
2020-01-13BaseTools:Fix GenFds issue for BuildOption replace GenFdsOptionFan, ZhijuX1-3/+6
2019-12-04BaseTools:Enhance the way to handling included dsc fileFan, ZhijuX1-39/+40
2019-11-20BaseTools:Add [packages] section in dsc fileFan, ZhijuX4-1/+42
2019-11-13BaseTools: Enable MACRO for DSC Components section tagFeng, Bob C1-0/+1
2019-09-10BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C1-0/+10
2019-09-10BaseTools: Fix a bug for Hii Pcd overrideBob Feng1-2/+2
2019-08-29BaseTools: Fixed regression issue for building !x86 buildsedk2-stable201908Feng, Bob C1-13/+16
2019-08-23BaseTools: Incorrect error message for library instance not foundFeng, Bob C1-6/+7
2019-08-12BaseTools: Fixed an issue that build raise exceptionFeng, Bob C1-5/+2
2019-08-09BaseTools: Decouple AutoGen ObjectsFeng, Bob C4-5/+41
2019-08-09BaseTools: Add functions to get platform scope build optionsFeng, Bob C2-1/+31
2019-08-09BaseTools: Singleton the object to handle build conf fileFeng, Bob C1-6/+2
2019-08-01BaseTools:Updata the output encoding of the Popen functionBob Feng1-1/+1
2019-07-12BaseTools: Add HOST_APPLICATION module type.Jiewen Yao2-3/+4
2019-07-10BaseTools: Fixed the issue of the CFlag for compile PcdValueInit.cFeng, Bob C1-1/+2
2019-05-10BaseTools: Correct the value assignment for StructurePcdFan, ZhijuX3-75/+218
2019-05-08BaseTools:corrected error message for the DatumType errorFan, ZhijuX1-3/+7