| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 2018-12-06 | 1 | -27/+27 |
* | BaseTools: Check the max size for string PCD. | Zhao, ZhiqiangX | 2018-11-02 | 1 | -0/+7 |
* | BaseTools: Add checking to EFI variable attribute. | Feng, Bob C | 2018-11-02 | 1 | -0/+2 |
* | BaseTools: Fix the bug for Pcd used in command line's override | Yonghong Zhu | 2018-10-25 | 1 | -0/+7 |
* | BaseTools: Not convert the void* pcd string in command line to array. | Zhaozh1x | 2018-10-24 | 1 | -1/+1 |
* | BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDF | Yonghong Zhu | 2018-10-21 | 1 | -4/+4 |
* | BaseTools: increment build generate inf file lost .depex file | Yunhua Feng | 2018-10-15 | 1 | -0/+4 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -55/+52 |
* | BaseTools: increment build generate inf file lost .depex file | Yunhua Feng | 2018-10-13 | 1 | -0/+4 |
* | BaseTools: Fix some build and report file issue | Yunhua Feng | 2018-10-13 | 1 | -11/+14 |
* | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -16/+16 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -16/+14 |
* | BaseTools: remove the super() function argument | Yunhua Feng | 2018-10-13 | 1 | -6/+6 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -2/+0 |
* | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 2018-09-26 | 1 | -1/+2 |
* | BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen code | Liming Gao | 2018-09-26 | 1 | -1/+1 |
* | BaseTools: refactor to not overcreate ModuleAutoGen objects | Carsey, Jaben | 2018-09-20 | 1 | -33/+25 |
* | BaseTools: AutoGen refactor WorkspaceAutoGen class | Carsey, Jaben | 2018-09-20 | 1 | -41/+28 |
* | BaseTools: Refactor PlatformAutoGen | Carsey, Jaben | 2018-09-20 | 1 | -331/+272 |
* | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -1/+6 |
* | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 2018-09-12 | 1 | -0/+1 |
* | BaseTools: Refactor to remove functionally equivalent functions | Carsey, Jaben | 2018-08-30 | 1 | -2/+2 |
* | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 2018-08-30 | 1 | -4/+4 |
* | BaseTools: AutoGen.py remove unused import | Carsey, Jaben | 2018-08-29 | 1 | -1/+0 |
* | BaseTools: remove cmp due to deprecated in python3 | Feng, YunhuaX | 2018-08-23 | 1 | -3/+3 |
* | BaseTools: Fix regression issue by b23414f6540d | Feng, YunhuaX | 2018-08-21 | 1 | -1/+1 |
* | BaseTools: AutoGen refactor to iterate less | Jaben Carsey | 2018-08-20 | 1 | -62/+56 |
* | BaseTools: AutoGen - tag a function as cachable | Jaben Carsey | 2018-08-20 | 1 | -24/+22 |
* | BaseTools: AutoGen refactor ModuleAutoGen caching | Jaben Carsey | 2018-08-20 | 1 | -657/+506 |
* | BaseTools: Remove a unused function. | Feng, Bob C | 2018-08-16 | 1 | -128/+0 |
* | BaseTools: Debug message make confused | Yunhua Feng | 2018-08-08 | 1 | -1/+1 |
* | BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section | Yunhua Feng | 2018-07-23 | 1 | -2/+30 |
* | BaseTools: Remove the duplicate Pcd items | Yonghong Zhu | 2018-07-18 | 1 | -1/+1 |
* | BaseTools: Use absolute import in AutoGen | Gary Lin | 2018-07-16 | 1 | -8/+9 |
* | BaseTools: Enable structure pcd in FDF file | BobCF | 2018-07-13 | 1 | -2/+1 |
* | BaseTool: Fixed the incorrect cache key. | bob.c.feng@intel.com | 2018-07-12 | 1 | -2/+2 |
* | BaseTools: Fix the bug that incorrect size info in the Lib autogen | Yonghong Zhu | 2018-07-10 | 1 | -2/+7 |
* | BaseTool: Add cache for the result of SkipAutogen. | Feng, Bob C | 2018-07-09 | 1 | -0/+4 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -93/+93 |
* | BaseTools: AutoGen - move constructor out of loop | Jaben Carsey | 2018-06-29 | 1 | -2/+4 |
* | BaseTools: AutoGen - clean up access | Jaben Carsey | 2018-06-29 | 1 | -1/+2 |
* | BaseTools: AutoGen - Remove unused variables. | Jaben Carsey | 2018-06-27 | 1 | -10/+0 |
* | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 2018-06-27 | 1 | -5/+5 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 1 | -27/+27 |
* | BaseTools: Remove the deprecated hash_key() | Gary Lin | 2018-06-27 | 1 | -2/+2 |
* | BaseTools: Remove the old python "not-equal" | Gary Lin | 2018-06-27 | 1 | -1/+1 |
* | BaseTools: Refactor python print statements | Gary Lin | 2018-06-27 | 1 | -2/+3 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 1 | -1/+1 |
* | BaseTools: Cleanup unneeded code | Jaben Carsey | 2018-06-13 | 1 | -184/+150 |