summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Workspace/WorkspaceDatabase.py
AgeCommit message (Expand)AuthorFilesLines
2025-07-01BaseTools: WorkSpace: Remove unnecessary codePierre Gondois1-10/+0
2020-07-21BaseTools: Remove the file timestamp checking during parsingBob Feng1-16/+0
2019-11-20BaseTools:Add [packages] section in dsc fileFan, ZhijuX1-0/+4
2019-08-09BaseTools: Decouple AutoGen ObjectsFeng, Bob C1-0/+3
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-14BaseTools: Various typoAntoine Coeur1-4/+4
2018-12-18BaseTools: Fixed metafile parser issuesFeng, Bob C1-2/+2
2018-12-07BaseTools: Replace the sqlite database with listBobCF1-121/+10
2018-12-07BaseTool: Filter out unused structure pcdsFeng, Bob C1-1/+4
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-1/+2
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng1-1/+1
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-1/+0
2018-09-20BaseTools: Workspace classes refactor propertiesCarsey, Jaben1-10/+6
2018-07-16BaseTools: Use absolute import in WorkspaceGary Lin1-3/+4
2018-07-09BaseTools: Clean up source filesLiming Gao1-12/+12
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben1-2/+2
2018-04-10BaseTools: Parse PCD GUID name in FILE statement issueYunhua Feng1-2/+2
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-3/+3
2017-12-25BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao1-2831/+3
2017-10-11BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF valueYonghong Zhu1-10/+9
2017-09-09BaseTools: correct to use specific arch to generate DSC databaseYonghong Zhu1-1/+1
2017-08-11BaseTools/build: Expand PREBUILD/POSTBUILD DSC actionsMichael D Kinney1-2/+2
2017-07-07BaseTools/Workspace: check MM module type compatibility with PI version.Supreeth Venkatesh1-0/+5
2017-02-23BaseTools: Fix the regression issue caused by commit dc4c77Yonghong Zhu1-2/+2
2017-02-22BaseTools: add error check for Macro usage in the INF fileYonghong Zhu1-1/+3
2016-12-02BaseTools: Support QuotedString for PREBUILD/POSTBUILD in DSC fileYonghong Zhu1-2/+14
2016-11-23BaseTools: report error for same Guid's Private definition conflictYonghong Zhu1-0/+33
2016-08-19BaseTools: Fix a bug use 'COMMON' as CodeBase in BuildOptions sectionYonghong Zhu1-1/+2
2016-06-04BaseTools: fix the bug to build a compressed ROM image via .INF fileYonghong Zhu1-1/+5
2016-05-18BaseTools: support private package definitionYonghong Zhu1-12/+47
2016-04-29BaseTools/Build: Better DSC arch filteringThomas Palmer1-6/+1
2016-04-20BaseTools: Add mixed PCD support featureYonghong Zhu1-7/+50
2016-04-19BaseTools: enhance error handling for DSC fileYonghong Zhu1-4/+3
2016-04-19BaseTools/Build: Consider only build-specified architecturesThomas Palmer1-0/+8
2016-04-07BaseTools: Add support to merge Prebuild and Postbuild into build ProcessYonghong Zhu1-1/+32
2015-12-01BaseTools: Clean some coding style issuesYonghong Zhu1-17/+17
2015-11-09BaseTools: Allow decimal values in the EDK II meta-data fileYonghong Zhu1-1/+7
2015-10-08BaseTools: Update Build tool to support multiple workspacesLi YangX1-4/+19
2015-07-02BaseTools: Fixed BuildOptions bug.Yingke Liu1-10/+4
2015-06-23BaseTools: Fixed a bug that Build Report always uses DEC default value for VP...Yingke Liu1-1/+1
2015-06-19BaseTools: Fixed Build Option override bugs.Yingke Liu1-12/+24
2015-06-11BaseTools: Support build options for specific module type in DSC.Yingke Liu1-0/+14
2015-04-10BaseTools/Build: Add all support skuid to the Pcd DB system skuid tableBob Feng1-1/+7
2015-04-10BaseTools/Build: Add SDL supportBob Feng1-6/+46
2014-08-28License header updated to match correct format.Yingke Liu1-17/+66
2014-08-26This patch is going to:Hess Chen1-0/+5
2014-08-26This patch is going to correct the external PCD database generation rule to s...Feng, Bob C1-1/+16
2014-08-15There is a limitation on WINDOWS OS for the length of entire file path can’...Hess Chen1-2/+1
2014-07-01Sync BaseTool trunk (version r2670) into EDKII BaseTools. Gao, Liming1-0/+11