summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/GenC.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Add EDKII_DSC_PLATFORM_GUID MACROfengyunhua2020-10-131-0/+3
* BaseTools: remove unnecessary calls of os.existFeng, Bob C2019-09-171-49/+50
* BaseTools: Improve the file saving and copying reliabilityShi, Steven2019-08-201-0/+0
* BaseTools: Enable Multiple Process AutoGenFeng, Bob C2019-08-091-2/+2
* BaseTools: Decouple AutoGen ObjectsFeng, Bob C2019-08-091-1/+1
* BaseTools: Add HOST_APPLICATION module type.Jiewen Yao2019-07-121-11/+12
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* Revert "BaseTools:BaseTools supports to the driver combination."Liming Gao2019-02-281-27/+5
* BaseTool/GenC: Fix build error when type is BASE or USER_DEFINED.Jiewen Yao2019-02-221-27/+29
* BaseTools:BaseTools supports to the driver combination.Fan, ZhijuX2019-02-201-5/+27
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-3/+3
* BaseTools: the list and iterator translationFeng, Bob C2019-02-011-1/+1
* BaseTools: Similar to octal data rectificationZhijux Fan2019-02-011-1/+1
* BaseTools: change the Division OperatorZhijux Fan2019-02-011-4/+4
* BaseTools:Similar to octal data rectificationZhijux Fan2019-02-011-0/+2
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-141-56/+34
* BaseTools: fix importsCarsey, Jaben2019-01-101-1/+1
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-14/+12
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-131-1/+4
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-131-4/+4
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-3/+3
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-3/+3
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-1/+0
* BaseTools: refactor the error for PCD value is negative or exceed maxzhijufan2018-09-301-44/+13
* BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey2018-08-201-1/+1
* BaseTools: Fix the different token with the same PCDYunhua Feng2018-07-241-1/+1
* BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's valueYonghong Zhu2018-07-241-2/+1
* BaseTools/AutoGen: Update header file for MM modules.Supreeth Venkatesh2018-07-231-8/+8
* BaseTools: Use absolute import in AutoGenGary Lin2018-07-161-3/+4
* BaseTools: Enable structure pcd in FDF fileBobCF2018-07-131-0/+4
* BaseTools: Clean up source filesLiming Gao2018-07-091-37/+37
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-36/+36
* BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR fileYonghong Zhu2018-06-221-2/+3
* BaseTools: remove including Base.h if the module type is not BASEYonghong Zhu2018-06-141-3/+1
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-1/+1
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: Remove the redundant codeYonghong Zhu2018-05-101-10/+0
* BaseTools: Fix generating array's size is incorrect in AutoGen.cYunhua Feng2018-05-101-12/+13
* BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben2018-05-041-31/+6
* BaseTools: remove redundant if comparisonCarsey, Jaben2018-05-021-1/+1
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-4/+4
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-021-2/+2
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-021-20/+15
* BaseTools: Define and use a set for common listCarsey, Jaben2018-05-021-4/+4
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-60/+60
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-48/+46
* BaseTools: fix None comparisonsCarsey, Jaben2018-04-171-1/+1
* BaseTools: reduce list usage when not neededCarsey, Jaben2018-04-171-21/+27
* BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu2018-04-101-1/+6
* BaseTools: Fix size override issue for Void* Patchable pcdYonghong Zhu2018-04-101-8/+12