Age | Commit message (Expand) | Author | Files | Lines |
2018-05-02 | BaseTools: Fix regression bug by 3378782691af | Yunhua Feng | 1 | -1/+1 |
2018-04-27 | BaseTools: Fix regression issue by 1eb72acddd61 | Yunhua Feng | 1 | -1/+1 |
2018-04-26 | BaseTools: Fix one invalid change in 6be94743 | Yunhua Feng | 1 | -1/+1 |
2018-04-26 | BaseTools: CommonClass - remove unused classes | Carsey, Jaben | 1 | -396/+1 |
2018-04-26 | BaseTools: AutoGen - use defaultdict to auto initialize | Carsey, Jaben | 1 | -5/+1 |
2018-04-26 | BaseTools: GenFds - simplify testing for Hex number | Carsey, Jaben | 2 | -8/+2 |
2018-04-26 | BaseTools: AutoGen - use dafultdict instead of dict | Carsey, Jaben | 1 | -2/+1 |
2018-04-26 | BaseTools: remove duplicate variable | Carsey, Jaben | 1 | -2/+0 |
2018-04-26 | BaseTools: remove dict from DscBuildData | Carsey, Jaben | 1 | -3/+1 |
2018-04-26 | BaseTools: Remove extra .keys() | Carsey, Jaben | 1 | -1/+1 |
2018-04-26 | BaseTools: AutoGen - remove unused variables. | Carsey, Jaben | 1 | -2/+0 |
2018-04-26 | BaseTools: AutoGen - remove dictionary populated, but never accessed | Carsey, Jaben | 1 | -2/+0 |
2018-04-26 | BaseTools: Workspace - refactor GetStructurePcdInfo | Carsey, Jaben | 1 | -6/+5 |
2018-04-26 | BaseTools: simplify if call | Carsey, Jaben | 1 | -1/+1 |
2018-04-26 | BaseTools: Autogen - replace string constants with those from DataType | Carsey, Jaben | 1 | -34/+34 |
2018-04-26 | BaseTools: Workspace - refactor RegEx to minimize multiple compiling | Carsey, Jaben | 2 | -3/+9 |
2018-04-26 | BaseTools: Share RegEx between files | Carsey, Jaben | 2 | -20/+17 |
2018-04-26 | BaseTools: GenPatchPcdTable - refactor RegEx to minimize multiple compiling | Carsey, Jaben | 1 | -9/+15 |
2018-04-26 | BaseTools: Misc - refactor RegEx to minimize multiple compiling | Carsey, Jaben | 1 | -5/+11 |
2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 16 | -172/+171 |
2018-04-23 | BaseTools: remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2 | -4/+4 |
2018-04-23 | BaseTools: remove PlatformClass as it's not used | Carsey, Jaben | 2 | -457/+0 |
2018-04-23 | BaseTools: remove EdkIIWorkspace as its not used. | Carsey, Jaben | 2 | -318/+0 |
2018-04-19 | BaseTools: Support DSC component !include PCD items | Yunhua Feng | 1 | -3/+10 |
2018-04-18 | BaseTools: merge towards minimum PCD MAX <something> methods | Carsey, Jaben | 5 | -44/+31 |
2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 27 | -159/+137 |
2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 17 | -168/+177 |
2018-04-18 | BaseTools: refactor and remove more keys() usage | Carsey, Jaben | 1 | -32/+27 |
2018-04-18 | BaseTools: Eot - Remove FvImage file | Carsey, Jaben | 3 | -1437/+24 |
2018-04-18 | BaseTools: Remove un-needed list comprehension | Carsey, Jaben | 1 | -1/+1 |
2018-04-18 | BaseTools: remove duplicate function name | Carsey, Jaben | 1 | -2/+2 |
2018-04-17 | BaseTools: change DscBuildData functions without need for self to staticmethod | Carsey, Jaben | 1 | -38/+64 |
2018-04-17 | BaseTools: remove an unused file | Carsey, Jaben | 2 | -128/+0 |
2018-04-17 | BaseTools: delete an unused file | Carsey, Jaben | 2 | -486/+0 |
2018-04-17 | BaseTools: FfsInfStatement - remove unused function | Carsey, Jaben | 1 | -21/+0 |
2018-04-17 | BaseTools: FdfParser - refactor functions to make static | Carsey, Jaben | 2 | -10/+11 |
2018-04-17 | BaseTools: FdfParser refactor to remove a dictionary | Carsey, Jaben | 1 | -5/+4 |
2018-04-17 | BaseTools: refactor DepexSection.GenSection | Carsey, Jaben | 1 | -10/+4 |
2018-04-17 | BaseTools: use dictionary.get() when we have value if not found | Carsey, Jaben | 1 | -3/+1 |
2018-04-17 | BaseTools: move RegEx compile out of loops | Carsey, Jaben | 1 | -6/+5 |
2018-04-17 | BaseTools: Remove unused functions from DscBuildData | Carsey, Jaben | 1 | -31/+0 |
2018-04-17 | BaseTools: remove unused local variable. | Carsey, Jaben | 1 | -2/+0 |
2018-04-17 | BaseTools: fix None comparisons | Carsey, Jaben | 5 | -10/+9 |
2018-04-17 | BaseTools: reduce list usage when not needed | Carsey, Jaben | 1 | -21/+27 |
2018-04-17 | BaseTools: use set instead of list for a variable to be used with in | Carsey, Jaben | 1 | -5/+2 |
2018-04-17 | BaseTools: skip updating temporary variable. | Carsey, Jaben | 1 | -9/+3 |
2018-04-17 | BaseTools: no need to save the data | Carsey, Jaben | 1 | -4/+3 |
2018-04-17 | BaseTools: use existing shared variable | Carsey, Jaben | 3 | -27/+28 |
2018-04-15 | BaseTools: Fix one or more multiply defined symbols found issue | Feng, YunhuaX | 1 | -2/+3 |
2018-04-11 | BaseTools: fix --genfds-multi-thread generate makefile issue | Feng, YunhuaX | 5 | -9/+23 |