summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/AutoGen.py
AgeCommit message (Expand)AuthorFilesLines
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 Gao1-55/+52
2018-10-13BaseTools: increment build generate inf file lost .depex fileYunhua Feng1-0/+4
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng1-11/+14
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng1-1/+1
2018-10-13BaseTools: do the list and iterator translationYunhua Feng1-16/+16
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng1-16/+14
2018-10-13BaseTools: remove the super() function argumentYunhua Feng1-6/+6
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-2/+0
2018-09-26BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com1-1/+2
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 WorkspaceAutoGen classCarsey, Jaben1-41/+28
2018-09-20BaseTools: Refactor PlatformAutoGenCarsey, Jaben1-331/+272
2018-09-12BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX1-1/+6
2018-09-12BaseTools: Structure Pcd value override incorrect.Feng, Bob C1-0/+1
2018-08-30BaseTools: Refactor to remove functionally equivalent functionsCarsey, Jaben1-2/+2
2018-08-30BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben1-4/+4
2018-08-29BaseTools: AutoGen.py remove unused importCarsey, Jaben1-1/+0
2018-08-23BaseTools: remove cmp due to deprecated in python3Feng, YunhuaX1-3/+3
2018-08-21BaseTools: Fix regression issue by b23414f6540dFeng, YunhuaX1-1/+1
2018-08-20BaseTools: AutoGen refactor to iterate lessJaben Carsey1-62/+56
2018-08-20BaseTools: AutoGen - tag a function as cachableJaben Carsey1-24/+22
2018-08-20BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey1-657/+506
2018-08-16BaseTools: Remove a unused function.Feng, Bob C1-128/+0
2018-08-08BaseTools: Debug message make confusedYunhua Feng1-1/+1
2018-07-23BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] sectionYunhua Feng1-2/+30
2018-07-18BaseTools: Remove the duplicate Pcd itemsYonghong Zhu1-1/+1
2018-07-16BaseTools: Use absolute import in AutoGenGary Lin1-8/+9
2018-07-13BaseTools: Enable structure pcd in FDF fileBobCF1-2/+1
2018-07-12BaseTool: Fixed the incorrect cache key.bob.c.feng@intel.com1-2/+2
2018-07-10BaseTools: Fix the bug that incorrect size info in the Lib autogenYonghong Zhu1-2/+7
2018-07-09BaseTool: Add cache for the result of SkipAutogen.Feng, Bob C1-0/+4
2018-07-09BaseTools: Clean up source filesLiming Gao1-93/+93
2018-06-29BaseTools: AutoGen - move constructor out of loopJaben Carsey1-2/+4
2018-06-29BaseTools: AutoGen - clean up accessJaben Carsey1-1/+2
2018-06-27BaseTools: AutoGen - Remove unused variables.Jaben Carsey1-10/+0
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin1-5/+5
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-27/+27
2018-06-27BaseTools: Remove the deprecated hash_key()Gary Lin1-2/+2
2018-06-27BaseTools: Remove the old python "not-equal"Gary Lin1-1/+1
2018-06-27BaseTools: Refactor python print statementsGary Lin1-2/+3
2018-06-27BaseTools: Refactor python except statementsGary Lin1-1/+1
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey1-184/+150
2018-06-13BaseTools: refactor to remove functionsJaben Carsey1-156/+9
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-05-22BaseTools: Report more clear error message when PCD type mismatchYunhua Feng1-8/+12
2018-05-22BaseTools: Library PCD type will inherit from the driverYunhua Feng1-0/+16
2018-05-22BaseTools: Fix bug PCD type in component is not same with Pcd sectionYunhua Feng1-0/+2