summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace/DscBuildData.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools: Rollback Filter out unused structure pcdsFeng, Bob C2018-10-271-19/+0
* BaseTools:Not miss the full assign value of FixedAtBuild structure PCDZhaozh1x2018-10-261-12/+16
* BaseTools: Fix the bug for Pcd used in command line's overrideYonghong Zhu2018-10-251-0/+5
* BaseTools: Move PcdValueInit to platform build folderBobCF2018-10-251-8/+17
* BaseTool: Filter out unused structure pcdsBobCF2018-10-251-0/+19
* BaseTools: Remove Arch specific build options for PcdValueInit tool.BobCF2018-10-241-1/+1
* BaseTools:Translate the StructurePCD value in field to correct format.Zhaozh1x2018-10-241-5/+2
* BaseTools: Not convert the void* pcd string in command line to array.Zhaozh1x2018-10-241-30/+8
* BaseTools: add ASSERT checker for array buffer in fdf and command lineZhaozh1x2018-10-241-0/+8
* BaseTools: Convert "Unicode string" to "byte array" if value type diffZhaozh1x2018-10-221-0/+9
* BaseTools: Fix the bug that PcdValueFromComm is not setYonghong Zhu2018-10-211-0/+1
* BaseTools: Fix a bug --pcd option enable and use the pcd in expressionYonghong Zhu2018-10-181-0/+1
* BaseTools: Fix bugs use special character in the --pcd optionYonghong Zhu2018-10-161-0/+2
* BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1Zhaozh1x2018-10-161-0/+1
* BaseTools: Convert string value of void* pcd in command line to array.Zhaozh1x2018-10-161-8/+30
* BaseTools: Code should not update the variable that save the raw data.Zhaozh1x2018-10-161-2/+5
* BaseTools: add ASSERT checker for array buffer value assignment.Zhaozh1x2018-10-161-0/+8
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-20/+14
* BaseTools: Not compare the VOID* difference in the DSC and DEC fileYonghong Zhu2018-10-131-1/+2
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-131-1/+1
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-6/+6