summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/GenC.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild PcdYonghong Zhu2018-04-101-1/+3
* BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in LibraryYonghong Zhu2018-04-101-5/+17
* BaseTools: GenC - move content from both parts of if/elseCarsey, Jaben2018-04-101-4/+2
* BaseTools: Use local variable for list of constants.Carsey, Jaben2018-04-081-14/+16
* BaseTools: no need to do int() API work for itCarsey, Jaben2018-03-301-4/+1
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-2/+2
* BaseTools: Fixed Pcd from command line issue.BobCF2018-03-091-11/+4
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-271-0/+2
* BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao2017-12-251-0/+5
* BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao2017-12-251-33/+39