| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: refactor to cache InfBuildData data | Carsey, Jaben | 2018-09-20 | 1 | -459/+397 |
* | BaseTools: refactor to not overcreate ModuleAutoGen objects | Carsey, Jaben | 2018-09-20 | 1 | -33/+25 |
* | BaseTools: Don't save unused workspace data | Carsey, Jaben | 2018-09-20 | 2 | -10/+4 |
* | BaseTools: refactor Build Database objects | Carsey, Jaben | 2018-09-20 | 1 | -23/+9 |
* | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 2018-09-20 | 7 | -235/+228 |
* | BaseTools: refactor class properties | Carsey, Jaben | 2018-09-20 | 1 | -52/+38 |
* | BaseTools: AutoGen - refactor class properties | Carsey, Jaben | 2018-09-20 | 1 | -12/+8 |
* | 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: Fix a bug for Unused PCDs section display in the report | zhijufan | 2018-09-18 | 1 | -1/+11 |
* | BaseTools: Regression bug Linux script used windows format | Yunhua Feng | 2018-09-18 | 2 | -2/+2 |
* | BaseTools: Check GUID C structure format | Feng, YunhuaX | 2018-09-14 | 2 | -1/+10 |
* | BaseTools: Align the boolean type PCD value's display in the report | zhijufan | 2018-09-13 | 1 | -2/+17 |
* | BaseTools\GenFds: remove extra content | Carsey, Jaben | 2018-09-13 | 1 | -56/+0 |
* | BaseTools: Fix the RaiseError variable issue caused by 855698fb69f | Yonghong Zhu | 2018-09-12 | 1 | -2/+2 |
* | BaseTools: Support multi thread build Basetool on Windows | Dongao Guo | 2018-09-12 | 3 | -13/+182 |
* | BaseTools: SKU inheritance. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -3/+2 |
* | BaseTools: Correct DXE_PCD_DATABASE_INIT. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -1/+1 |
* | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 2018-09-12 | 3 | -3/+17 |
* | BaseTools: Involve Dec default value to calculate Maxsize | Feng, Bob C | 2018-09-12 | 1 | -17/+17 |
* | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 2018-09-12 | 3 | -26/+31 |
* | BaseTools: Report error for incorrect hex value format | zhijufan | 2018-09-12 | 1 | -1/+4 |
* | BaseTools/GenFds: delete unused file | Carsey, Jaben | 2018-09-11 | 1 | -28/+0 |
* | BaseTools/GenFds: remove function without callers | Carsey, Jaben | 2018-09-07 | 1 | -17/+0 |
* | BaseTools: refactor to remove duplicate functions | Carsey, Jaben | 2018-09-07 | 2 | -25/+7 |
* | BaseTools/PatchCheck.py: Fix error when run with Python3 | Dandan Bi | 2018-09-06 | 1 | -1/+1 |
* | BaseTools: Report more clear error message for PCD used in expression | zhijufan | 2018-09-06 | 2 | -2/+2 |
* | BaseTools: Fix a bug about list the PCD in "not used" section | zhijufan | 2018-09-06 | 1 | -0/+3 |
* | BaseTools: Extend the keyword "!include"/"!if" to case-insensitive | zhijufan | 2018-09-05 | 1 | -0/+2 |
* | BaseTools: Fixed the PcdValue trailing zero issue. | Feng, Bob C | 2018-09-03 | 2 | -6/+7 |
* | BaseTools: Dynamic Pcd value override from command line. | Feng, Bob C | 2018-09-03 | 1 | -1/+6 |
* | BaseTools: Check pcd DefaultValue and SkuId EBNF. | Zhaozh1x | 2018-09-03 | 2 | -4/+6 |
* | BaseTools: Clarify a DSC parsing error about PCDs | Carsey, Jaben | 2018-08-31 | 1 | -1/+1 |
* | BaseTools: minimize assignment processing | Carsey, Jaben | 2018-08-30 | 1 | -7/+8 |
* | BaseTools: Refactor to remove functionally equivalent functions | Carsey, Jaben | 2018-08-30 | 2 | -9/+3 |
* | BaseTools: include variable namespace GUIDs of HII PCDs in Guid.xref | zhijufan | 2018-08-30 | 1 | -0/+11 |
* | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 2018-08-30 | 9 | -22/+25 |
* | BaseTools: AutoGen.py remove unused import | Carsey, Jaben | 2018-08-29 | 1 | -1/+0 |
* | BaseTools: Fix one expression bug to support ~ operate | Yonghong Zhu | 2018-08-28 | 1 | -1/+1 |
* | BaseTools: Add check only VOID* type Pcd need the maxsize info | zhijufan | 2018-08-28 | 3 | -36/+23 |
* | BaseTools: Use hashlib instead of md5 | Feng, YunhuaX | 2018-08-23 | 6 | -17/+17 |
* | BaseTools: remove cmp due to deprecated in python3 | Feng, YunhuaX | 2018-08-23 | 2 | -5/+5 |
* | BaseTools: Modify class OrderedListDict | Feng, YunhuaX | 2018-08-23 | 1 | -1/+5 |
* | BaseTools: Update Makefile for ECC tool | Yonghong Zhu | 2018-08-23 | 1 | -3/+3 |
* | BaseTools/VfrCompile: honor EXTRA_LDFLAGS | Laszlo Ersek | 2018-08-22 | 1 | -1/+4 |
* | BaseTools: Fix regression issue by b23414f6540d | Feng, YunhuaX | 2018-08-21 | 1 | -1/+1 |
* | BaseTools: remove unused setter functions | Jaben Carsey | 2018-08-20 | 3 | -60/+4 |
* | BaseTools: remove unused code | Jaben Carsey | 2018-08-20 | 1 | -5/+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 |