summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
2019-02-06BaseTools: Fix build failure when specifying multiple BUILDTARGETPhilippe Mathieu-Daud?1-1/+1
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C9-65/+73
2019-02-01BaseTools: the list and iterator translationFeng, Bob C5-26/+26
2019-02-01BaseTools: Similar to octal data rectificationZhijux Fan1-1/+1
2019-02-01BaseTools: change the Division OperatorZhijux Fan2-5/+5
2019-02-01BaseTools: Make sure AllPcdList valid.Feng, Bob C1-2/+3
2019-02-01Basetools: It went wrong when use os.linesepZhijux Fan2-7/+7
2019-02-01BaseTools:Similar to octal data rectificationZhijux Fan1-0/+2
2019-02-01BaseTools: replace long by intYunhua Feng1-2/+2
2019-02-01BaseTools: Remove unnecessary super functionYunhua Feng1-5/+0
2019-02-01BaseTools: Rename iteritems to itemsZhijux Fan1-3/+3
2019-02-01BaseTool:Rename xrange() to range()Zhijux Fan1-11/+11
2019-01-21BaseTools/AutoGen: move functionsCarsey, Jaben1-5/+72
2019-01-21BaseTools:build break if the Path contains SingleFile.ExtFan, ZhijuX1-1/+1
2019-01-21BaseTools: Fix incorrect formatting of GenFds command dictionaryFelix Polyudov1-1/+51
2019-01-21BaseTools:Build fail when PCD use in the [DEPEX] section of INF filesFan, ZhijuX1-2/+2
2019-01-14BaseTools: Remove unused logic for EDKIFeng, Bob C3-154/+47
2019-01-10BaseTools: fix importsCarsey, Jaben3-5/+6
2018-12-19BaseTools: Add $(INC)-like support when compiling .nasm filesZhiju.Fan1-1/+19
2018-12-15BaseTools: Fix PcdNvStoreDefaultValueBuffer Value.Feng, Bob C1-4/+12
2018-12-07BaseTools: Optimize string concatenationBobCF1-11/+28
2018-12-07BaseTools: AutoGen and GenFds share the parser data.Zhao, ZhiqiangX1-0/+4
2018-12-06BaseTools: create and use a standard shared variable for '*'Jaben Carsey2-32/+32
2018-12-06BaseTools: cleanup LongFilePathSupport usageJaben Carsey1-13/+1
2018-11-02BaseTools: Check the max size for string PCD.Zhao, ZhiqiangX1-0/+7
2018-11-02BaseTools: Add checking to EFI variable attribute.Feng, Bob C1-0/+2
2018-10-25BaseTools: list .nasm include inc files as its dependencyzhijufan1-1/+1
2018-10-25BaseTools: Fix the bug for Pcd used in command line's overrideYonghong Zhu1-0/+7
2018-10-24BaseTools: Not convert the void* pcd string in command line to array.Zhaozh1x1-1/+1
2018-10-22BaseTool: Support different PCDs that refers to the same EFI variable.Zhaozh1x1-67/+30
2018-10-21BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDFYonghong Zhu1-4/+4
2018-10-15BaseTools: increment build generate inf file lost .depex fileYunhua Feng1-0/+4
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao11-143/+148
2018-10-13BaseTools: increment build generate inf file lost .depex fileYunhua Feng1-0/+4
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng4-18/+24
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng2-5/+5
2018-10-13BaseTools: do the list and iterator translationYunhua Feng5-31/+31
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng7-55/+43
2018-10-13BaseTools: fix the open file's read and write bugsYunhua Feng2-4/+10
2018-10-13BaseTools: remove the super() function argumentYunhua Feng2-8/+8
2018-10-13BaseTools: replace the list iteritems by itemsYunhua Feng1-3/+3
2018-10-13BaseTools: Rename long() to int()Yunhua Feng1-2/+2
2018-10-13BaseTools: Rename xrange() to range()Yunhua Feng2-13/+13
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng8-9/+0
2018-09-30BaseTools: refactor the error for PCD value is negative or exceed maxzhijufan1-44/+13
2018-09-26BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com2-18/+56
2018-09-26BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen codeLiming Gao1-1/+1
2018-09-20BaseTools: refactor to not overcreate ModuleAutoGen objectsCarsey, Jaben1-33/+25
2018-09-20BaseTools: AutoGen - refactor class propertiesCarsey, Jaben1-12/+8
2018-09-20BaseTools: AutoGen refactor WorkspaceAutoGen classCarsey, Jaben1-41/+28