Age | Commit message (Expand) | Author | Files | Lines |
2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2 | -5/+5 |
2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 5 | -31/+31 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 7 | -55/+43 |
2018-10-13 | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 2 | -4/+10 |
2018-10-13 | BaseTools: remove the super() function argument | Yunhua Feng | 2 | -8/+8 |
2018-10-13 | BaseTools: replace the list iteritems by items | Yunhua Feng | 1 | -3/+3 |
2018-10-13 | BaseTools: Rename long() to int() | Yunhua Feng | 1 | -2/+2 |
2018-10-13 | BaseTools: Rename xrange() to range() | Yunhua Feng | 2 | -13/+13 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 8 | -9/+0 |
2018-09-30 | BaseTools: refactor the error for PCD value is negative or exceed max | zhijufan | 1 | -44/+13 |
2018-09-26 | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 2 | -18/+56 |
2018-09-26 | BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen code | Liming Gao | 1 | -1/+1 |
2018-09-20 | BaseTools: refactor to not overcreate ModuleAutoGen objects | Carsey, Jaben | 1 | -33/+25 |
2018-09-20 | BaseTools: AutoGen - refactor class properties | Carsey, Jaben | 1 | -12/+8 |
2018-09-20 | BaseTools: AutoGen refactor WorkspaceAutoGen class | Carsey, Jaben | 1 | -41/+28 |
2018-09-20 | BaseTools: Refactor PlatformAutoGen | Carsey, Jaben | 1 | -331/+272 |
2018-09-12 | BaseTools: Correct DXE_PCD_DATABASE_INIT. | Zhao, ZhiqiangX | 1 | -1/+1 |
2018-09-12 | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 1 | -1/+6 |
2018-09-12 | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 1 | -0/+1 |
2018-09-03 | BaseTools: Fixed the PcdValue trailing zero issue. | Feng, Bob C | 1 | -0/+6 |
2018-08-30 | BaseTools: Refactor to remove functionally equivalent functions | Carsey, Jaben | 1 | -2/+2 |
2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 3 | -9/+10 |
2018-08-29 | BaseTools: AutoGen.py remove unused import | Carsey, Jaben | 1 | -1/+0 |
2018-08-23 | BaseTools: remove cmp due to deprecated in python3 | Feng, YunhuaX | 1 | -3/+3 |
2018-08-21 | BaseTools: Fix regression issue by b23414f6540d | Feng, YunhuaX | 1 | -1/+1 |
2018-08-20 | BaseTools: AutoGen refactor to iterate less | Jaben Carsey | 1 | -62/+56 |
2018-08-20 | BaseTools: AutoGen - tag a function as cachable | Jaben Carsey | 1 | -24/+22 |
2018-08-20 | BaseTools: AutoGen refactor ModuleAutoGen caching | Jaben Carsey | 3 | -664/+513 |
2018-08-16 | BaseTools: Optimizing code for function doesn't match | Yunhua Feng | 1 | -16/+14 |
2018-08-16 | BaseTools: Remove a unused function. | Feng, Bob C | 1 | -128/+0 |
2018-08-16 | BaseTool: Fixed the bug of Boolean Hii Pcd packing. | Liming Gao | 1 | -1/+1 |
2018-08-08 | BaseTools: Debug message make confused | Yunhua Feng | 1 | -1/+1 |
2018-07-25 | BaseTools: AutoGen - change class variable to funciton variable | Jaben Carsey | 1 | -13/+12 |
2018-07-24 | BaseTools: Fix the different token with the same PCD | Yunhua Feng | 1 | -1/+1 |
2018-07-24 | BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's value | Yonghong Zhu | 1 | -2/+1 |
2018-07-23 | BaseTools/AutoGen: Update header file for MM modules. | Supreeth Venkatesh | 1 | -8/+8 |
2018-07-23 | BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section | Yunhua Feng | 2 | -2/+36 |
2018-07-18 | BaseTools: Remove the duplicate Pcd items | Yonghong Zhu | 1 | -1/+1 |
2018-07-16 | BaseTools: Use absolute import in AutoGen | Gary Lin | 6 | -17/+23 |
2018-07-13 | BaseTools: Enable structure pcd in FDF file | BobCF | 2 | -2/+5 |
2018-07-12 | BaseTool: Fixed the incorrect cache key. | bob.c.feng@intel.com | 1 | -2/+2 |
2018-07-10 | BaseTools: Fix the bug that incorrect size info in the Lib autogen | Yonghong Zhu | 1 | -2/+7 |
2018-07-09 | BaseTool: Add cache for the result of SkipAutogen. | Feng, Bob C | 1 | -0/+4 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 8 | -277/+277 |
2018-06-29 | BaseTools: AutoGen - move constructor out of loop | Jaben Carsey | 1 | -2/+4 |
2018-06-29 | BaseTools: AutoGen - clean up access | Jaben Carsey | 2 | -119/+122 |
2018-06-27 | BaseTools: AutoGen - Remove unused variables. | Jaben Carsey | 1 | -10/+0 |
2018-06-27 | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 7 | -17/+16 |
2018-06-27 | BaseTools: Fix old python2 idioms | Gary Lin | 2 | -2/+2 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 6 | -204/+204 |