summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Correct report the line number in INF file issueYunhua Feng2020-12-221-1/+1
* BaseTools: Enable Module Scope Structure PcdBob Feng2020-11-052-17/+239
* BaseTools: Move C tool flags before the common flagsgaoliming2020-10-101-1/+1
* BaseTools: Sort the Pcd set when generating the VPD binaryBob Feng2020-09-081-1/+1
* BaseTools: Remove the file timestamp checking during parsingBob Feng2020-07-212-26/+2
* BaseTools/Python: Allow HOST_APPLICATION to use NULL librariesMichael D Kinney2020-07-151-2/+2
* BaseTools:fix issue for decode the stdout/stderr byte arraysFan, ZhijuX2020-03-241-1/+1
* BaseTools:copy the common PcdValueCommon.c to output directoryFan, ZhijuX2020-03-121-2/+11
* BaseTools/Build: Do not use Common.lib in Structured PCD appKinney, Michael D2020-02-071-19/+23
* BaseTools/DscBuildData: Fix PCD autogen include file conflictMichael D Kinney2020-02-041-1/+17
* BaseTools:Fix GenFds issue for BuildOption replace GenFdsOptionFan, ZhijuX2020-01-131-3/+6
* BaseTools:Enhance the way to handling included dsc fileFan, ZhijuX2019-12-041-39/+40
* BaseTools:Add [packages] section in dsc fileFan, ZhijuX2019-11-204-1/+42
* BaseTools: Enable MACRO for DSC Components section tagFeng, Bob C2019-11-131-0/+1
* BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C2019-09-101-0/+10
* BaseTools: Fix a bug for Hii Pcd overrideBob Feng2019-09-101-2/+2
* BaseTools: Fixed regression issue for building !x86 buildsedk2-stable201908Feng, Bob C2019-08-291-13/+16
* BaseTools: Incorrect error message for library instance not foundFeng, Bob C2019-08-231-6/+7
* BaseTools: Fixed an issue that build raise exceptionFeng, Bob C2019-08-121-5/+2
* BaseTools: Decouple AutoGen ObjectsFeng, Bob C2019-08-094-5/+41
* BaseTools: Add functions to get platform scope build optionsFeng, Bob C2019-08-092-1/+31
* BaseTools: Singleton the object to handle build conf fileFeng, Bob C2019-08-091-6/+2
* BaseTools:Updata the output encoding of the Popen functionBob Feng2019-08-011-1/+1
* BaseTools: Add HOST_APPLICATION module type.Jiewen Yao2019-07-122-3/+4
* BaseTools: Fixed the issue of the CFlag for compile PcdValueInit.cFeng, Bob C2019-07-101-1/+2
* BaseTools: Correct the value assignment for StructurePcdFan, ZhijuX2019-05-103-75/+218
* BaseTools:corrected error message for the DatumType errorFan, ZhijuX2019-05-081-3/+7
* BaseTools:Fixed an issue where the order of GuidS changed in guid.xrefFan, ZhijuX2019-05-011-10/+10
* BaseTools: Fixed issue in MultiThread Genfds functionFeng, Bob C2019-04-101-0/+3
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0911-77/+11
* BaseTool: Fixed an issue of Structure PCDFeng, Bob C2019-03-271-7/+7
* BaseTools: Remove the logic SourceOverridePathFeng, Bob C2019-03-244-38/+1
* BaseTools: Explicitly close files after readlinesmjohn42019-03-151-4/+12
* Revert "BaseTools:BaseTools supports to the driver combination."Liming Gao2019-02-281-8/+0
* BaseTools: Fix a bug about Structure PCDFeng, Bob C2019-02-221-1/+1
* BaseTool: Fixed incremental rebuild issue.Feng, Bob C2019-02-221-9/+8
* BaseTools:PCD value error in structure pcd sku case.Fan, ZhijuX2019-02-201-0/+3
* BaseTools:BaseTools supports to the driver combination.Fan, ZhijuX2019-02-201-0/+8
* BaseTools: Fixed a code bug for Pcd Array.Feng, Bob C2019-02-191-7/+5
* 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-147-14/+14
* BaseTools:StructurePCD value display incorrect in "Not used" section.Fan, ZhijuX2019-02-021-2/+2
* BaseTools: Fixed incorrect line number in PcdValueInit.cFeng, Bob C2019-02-021-1/+1
* BaseTools: Enable CODE format in DEC fileFeng, Bob C2019-02-022-52/+85
* BaseTools: PCD value incorrect in structure pcd sku case.Fan, ZhijuX2019-02-021-1/+1
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-013-7/+14
* BaseTools: the list and iterator translationFeng, Bob C2019-02-013-11/+11
* BaseTools:Similar to octal data rectificationZhijux Fan2019-02-011-1/+2
* BaseTools: nametuple not have verbose parameter in python3Yunhua Feng2019-02-011-1/+1