summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Workspace
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools: Rename iteritems to itemsZhijux Fan2019-02-011-1/+1
* BaseTools:Define Macro in Inf file, the pcdvalue Can't convertFan, ZhijuX2019-01-281-2/+6
* BaseTools/DscBuildData: move functionCarsey, Jaben2019-01-211-17/+33
* BaseTools/Workspace/InfBuildData: move functionsCarsey, Jaben2019-01-211-4/+42
* BaseTools: Remove EDK_SOURCE keyword from Inf Parser.Feng, Bob C2019-01-171-27/+7
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-141-1/+0
* BaseTools: Enable component override functionalityFeng, Bob C2019-01-143-11/+25
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-145-197/+51
* BaseTools: Report Error if use SET in DscFeng, Bob C2019-01-111-0/+5
* BaseTools: fix importsCarsey, Jaben2019-01-103-9/+13
* BaseTools: Correct PcdArray value assigment statementFeng, Bob C2019-01-042-45/+73
* BaseTools: Fixed metafile parser issuesFeng, Bob C2018-12-184-31/+34
* BaseTools: Fix PcdArray issueFeng, Bob C2018-12-182-23/+39
* BaseTools: Fixed the build fail issue for casesFeng, Bob C2018-12-152-2/+2
* 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-072-3/+55
* BaseTools: Optimize string concatenationBobCF2018-12-072-8/+7
* BaseTools: Replace the sqlite database with listBobCF2018-12-074-297/+180
* BaseTool: Filter out unused structure pcdsFeng, Bob C2018-12-073-1/+35
* BaseTools: Enable Pcd Array support.bob.c.feng@intel.com2018-12-074-139/+445
* 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: Support to use struct name as datum type before max sizeYonghong Zhu2018-10-161-3/+3
* 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-158-28/+28
* 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-132-2/+2
* BaseTools: do the list and iterator translationYunhua Feng2018-10-132-7/+7
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-132-5/+12
* BaseTools: remove the super() function argumentYunhua Feng2018-10-133-3/+3
* BaseTools: replace the list iteritems by itemsYunhua Feng2018-10-131-1/+1
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-136-8/+0
* BaseTools: Remove the outdated verbose parameter of namedtupleYunhua Feng2018-10-131-1/+1