summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Enable Module Scope Structure PcdBob Feng2020-11-051-17/+227
* 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: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:Add [packages] section in dsc fileFan, ZhijuX2019-11-201-1/+22
* BaseTools: Fix a bug for Hii Pcd overrideBob Feng2019-09-101-2/+2
* BaseTools: Fixed an issue that build raise exceptionFeng, Bob C2019-08-121-5/+2
* BaseTools: Decouple AutoGen ObjectsFeng, Bob C2019-08-091-5/+5
* BaseTools: Add functions to get platform scope build optionsFeng, Bob C2019-08-091-0/+20
* 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: 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-101-48/+165
* 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-091-7/+1
* BaseTool: Fixed an issue of Structure PCDFeng, Bob C2019-03-271-7/+7
* BaseTools: Remove the logic SourceOverridePathFeng, Bob C2019-03-241-19/+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: Fixed a code bug for Pcd Array.Feng, Bob C2019-02-191-7/+5
* BaseTools: Various typoAntoine Coeur2019-02-141-1/+1
* BaseTools:StructurePCD value display incorrect in "Not used" section.Fan, ZhijuX2019-02-021-2/+2
* BaseTools: Enable CODE format in DEC fileFeng, Bob C2019-02-021-17/+21
* 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-011-3/+10
* BaseTools: the list and iterator translationFeng, Bob C2019-02-011-8/+8
* BaseTools:Similar to octal data rectificationZhijux Fan2019-02-011-1/+2
* BaseTools: Rename iteritems to itemsZhijux Fan2019-02-011-1/+1
* BaseTools/DscBuildData: move functionCarsey, Jaben2019-01-211-17/+33
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-141-1/+0
* BaseTools: Enable component override functionalityFeng, Bob C2019-01-141-9/+15
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-141-3/+0
* BaseTools: fix importsCarsey, Jaben2019-01-101-2/+2
* BaseTools: Correct PcdArray value assigment statementFeng, Bob C2019-01-041-44/+73
* BaseTools: Fixed metafile parser issuesFeng, Bob C2018-12-181-1/+1
* BaseTools: Fix PcdArray issueFeng, Bob C2018-12-181-22/+37
* BaseTools: Fixed bugs in CopyDict functionFeng, Bob C2018-12-151-2/+2
* BaseTools: Correct CCFLAG for PcdValueInitBobCF2018-12-071-12/+12
* BaseTools: Customize deepcopy function.BobCF2018-12-071-3/+3
* BaseTool: Filter out unused structure pcdsFeng, Bob C2018-12-071-0/+22
* BaseTools: Enable Pcd Array support.bob.c.feng@intel.com2018-12-071-118/+266
* BaseTools: create and use a standard shared variable for '*'Jaben Carsey2018-12-061-3/+3
* BaseTools: Use common cc flag for building PcdValueInit.BobCF2018-11-051-24/+31