Age | Commit message (Expand) | Author | Files | Lines |
2018-10-21 | BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDF | Yonghong Zhu | 1 | -4/+4 |
2018-10-15 | BaseTools: increment build generate inf file lost .depex file | Yunhua Feng | 1 | -0/+4 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 1 | -55/+52 |
2018-10-13 | BaseTools: increment build generate inf file lost .depex file | Yunhua Feng | 1 | -0/+4 |
2018-10-13 | BaseTools: Fix some build and report file issue | Yunhua Feng | 1 | -11/+14 |
2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 1 | -16/+16 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 1 | -16/+14 |
2018-10-13 | BaseTools: remove the super() function argument | Yunhua Feng | 1 | -6/+6 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 1 | -2/+0 |
2018-09-26 | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 1 | -1/+2 |
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 WorkspaceAutoGen class | Carsey, Jaben | 1 | -41/+28 |
2018-09-20 | BaseTools: Refactor PlatformAutoGen | Carsey, Jaben | 1 | -331/+272 |
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-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 | 1 | -4/+4 |
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 | 1 | -657/+506 |
2018-08-16 | BaseTools: Remove a unused function. | Feng, Bob C | 1 | -128/+0 |
2018-08-08 | BaseTools: Debug message make confused | Yunhua Feng | 1 | -1/+1 |
2018-07-23 | BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section | Yunhua Feng | 1 | -2/+30 |
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 | 1 | -8/+9 |
2018-07-13 | BaseTools: Enable structure pcd in FDF file | BobCF | 1 | -2/+1 |
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 | 1 | -93/+93 |
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 | 1 | -1/+2 |
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 | 1 | -5/+5 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 1 | -27/+27 |
2018-06-27 | BaseTools: Remove the deprecated hash_key() | Gary Lin | 1 | -2/+2 |
2018-06-27 | BaseTools: Remove the old python "not-equal" | Gary Lin | 1 | -1/+1 |
2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 1 | -2/+3 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 1 | -1/+1 |
2018-06-13 | BaseTools: Cleanup unneeded code | Jaben Carsey | 1 | -184/+150 |
2018-06-13 | BaseTools: refactor to remove functions | Jaben Carsey | 1 | -156/+9 |
2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 1 | -1/+1 |
2018-05-22 | BaseTools: Report more clear error message when PCD type mismatch | Yunhua Feng | 1 | -8/+12 |
2018-05-22 | BaseTools: Library PCD type will inherit from the driver | Yunhua Feng | 1 | -0/+16 |
2018-05-22 | BaseTools: Fix bug PCD type in component is not same with Pcd section | Yunhua Feng | 1 | -0/+2 |