summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/AutoGen.py
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDFYonghong Zhu2018-10-211-4/+4
* BaseTools: increment build generate inf file lost .depex fileYunhua Feng2018-10-151-0/+4
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-55/+52
* BaseTools: increment build generate inf file lost .depex fileYunhua Feng2018-10-131-0/+4
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-131-11/+14
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-131-1/+1
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-16/+16
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-16/+14
* BaseTools: remove the super() function argumentYunhua Feng2018-10-131-6/+6
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-2/+0
* BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com2018-09-261-1/+2
* BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen codeLiming Gao2018-09-261-1/+1
* BaseTools: refactor to not overcreate ModuleAutoGen objectsCarsey, Jaben2018-09-201-33/+25
* BaseTools: AutoGen refactor WorkspaceAutoGen classCarsey, Jaben2018-09-201-41/+28
* BaseTools: Refactor PlatformAutoGenCarsey, Jaben2018-09-201-331/+272
* BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX2018-09-121-1/+6
* BaseTools: Structure Pcd value override incorrect.Feng, Bob C2018-09-121-0/+1
* BaseTools: Refactor to remove functionally equivalent functionsCarsey, Jaben2018-08-301-2/+2
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-301-4/+4
* BaseTools: AutoGen.py remove unused importCarsey, Jaben2018-08-291-1/+0
* BaseTools: remove cmp due to deprecated in python3Feng, YunhuaX2018-08-231-3/+3
* BaseTools: Fix regression issue by b23414f6540dFeng, YunhuaX2018-08-211-1/+1
* BaseTools: AutoGen refactor to iterate lessJaben Carsey2018-08-201-62/+56
* BaseTools: AutoGen - tag a function as cachableJaben Carsey2018-08-201-24/+22
* BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey2018-08-201-657/+506
* BaseTools: Remove a unused function.Feng, Bob C2018-08-161-128/+0
* BaseTools: Debug message make confusedYunhua Feng2018-08-081-1/+1
* BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] sectionYunhua Feng2018-07-231-2/+30
* BaseTools: Remove the duplicate Pcd itemsYonghong Zhu2018-07-181-1/+1
* BaseTools: Use absolute import in AutoGenGary Lin2018-07-161-8/+9
* BaseTools: Enable structure pcd in FDF fileBobCF2018-07-131-2/+1
* BaseTool: Fixed the incorrect cache key.bob.c.feng@intel.com2018-07-121-2/+2
* BaseTools: Fix the bug that incorrect size info in the Lib autogenYonghong Zhu2018-07-101-2/+7
* BaseTool: Add cache for the result of SkipAutogen.Feng, Bob C2018-07-091-0/+4
* BaseTools: Clean up source filesLiming Gao2018-07-091-93/+93
* BaseTools: AutoGen - move constructor out of loopJaben Carsey2018-06-291-2/+4
* BaseTools: AutoGen - clean up accessJaben Carsey2018-06-291-1/+2
* BaseTools: AutoGen - Remove unused variables.Jaben Carsey2018-06-271-10/+0
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-271-5/+5
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-27/+27
* BaseTools: Remove the deprecated hash_key()Gary Lin2018-06-271-2/+2
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-271-1/+1
* BaseTools: Refactor python print statementsGary Lin2018-06-271-2/+3
* BaseTools: Refactor python except statementsGary Lin2018-06-271-1/+1
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-184/+150
* BaseTools: refactor to remove functionsJaben Carsey2018-06-131-156/+9
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: Report more clear error message when PCD type mismatchYunhua Feng2018-05-221-8/+12
* BaseTools: Library PCD type will inherit from the driverYunhua Feng2018-05-221-0/+16
* BaseTools: Fix bug PCD type in component is not same with Pcd sectionYunhua Feng2018-05-221-0/+2