summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/GenC.py
AgeCommit message (Expand)AuthorFilesLines
11 daysBaseTools: Remove ARM32 SupportOliver Smith-Denny1-2/+2
2024-09-13BaseTools: Update Stack Cookie LogicTaylor Beebe1-0/+31
2024-02-29BaseTools/AutoGen: declare ProcessLibraryConstructorList() for SEC modulesLaszlo Ersek1-0/+8
2020-10-13BaseTools: Add EDKII_DSC_PLATFORM_GUID MACROfengyunhua1-0/+3
2019-09-17BaseTools: remove unnecessary calls of os.existFeng, Bob C1-49/+50
2019-08-20BaseTools: Improve the file saving and copying reliabilityShi, Steven1-0/+0
2019-08-09BaseTools: Enable Multiple Process AutoGenFeng, Bob C1-2/+2
2019-08-09BaseTools: Decouple AutoGen ObjectsFeng, Bob C1-1/+1
2019-07-12BaseTools: Add HOST_APPLICATION module type.Jiewen Yao1-11/+12
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-28Revert "BaseTools:BaseTools supports to the driver combination."Liming Gao1-27/+5
2019-02-22BaseTool/GenC: Fix build error when type is BASE or USER_DEFINED.Jiewen Yao1-27/+29
2019-02-20BaseTools:BaseTools supports to the driver combination.Fan, ZhijuX1-5/+27
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C1-3/+3
2019-02-01BaseTools: the list and iterator translationFeng, Bob C1-1/+1
2019-02-01BaseTools: Similar to octal data rectificationZhijux Fan1-1/+1
2019-02-01BaseTools: change the Division OperatorZhijux Fan1-4/+4
2019-02-01BaseTools:Similar to octal data rectificationZhijux Fan1-0/+2
2019-01-14BaseTools: Remove unused logic for EDKIFeng, Bob C1-56/+34
2019-01-10BaseTools: fix importsCarsey, Jaben1-1/+1
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-14/+12
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng1-1/+4
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng1-4/+4
2018-10-13BaseTools: do the list and iterator translationYunhua Feng1-3/+3
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-3/+3
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-1/+0
2018-09-30BaseTools: refactor the error for PCD value is negative or exceed maxzhijufan1-44/+13
2018-08-20BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey1-1/+1
2018-07-24BaseTools: Fix the different token with the same PCDYunhua Feng1-1/+1
2018-07-24BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's valueYonghong Zhu1-2/+1
2018-07-23BaseTools/AutoGen: Update header file for MM modules.Supreeth Venkatesh1-8/+8
2018-07-16BaseTools: Use absolute import in AutoGenGary Lin1-3/+4
2018-07-13BaseTools: Enable structure pcd in FDF fileBobCF1-0/+4
2018-07-09BaseTools: Clean up source filesLiming Gao1-37/+37
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-36/+36
2018-06-22BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR fileYonghong Zhu1-2/+3
2018-06-14BaseTools: remove including Base.h if the module type is not BASEYonghong Zhu1-3/+1
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey1-1/+1
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-05-10BaseTools: Remove the redundant codeYonghong Zhu1-10/+0
2018-05-10BaseTools: Fix generating array's size is incorrect in AutoGen.cYunhua Feng1-12/+13
2018-05-04BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben1-31/+6
2018-05-02BaseTools: remove redundant if comparisonCarsey, Jaben1-1/+1
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-4/+4
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben1-2/+2
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben1-20/+15
2018-05-02BaseTools: Define and use a set for common listCarsey, Jaben1-4/+4
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben1-60/+60
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-48/+46
2018-04-17BaseTools: fix None comparisonsCarsey, Jaben1-1/+1