| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-04-08 | BaseTools: use built in OrderedDict instead of custom version. | Carsey, Jaben | 8 | -34/+35 |
| 2018-04-08 | BaseTools: Eot remove unused code | Carsey, Jaben | 1 | -21/+0 |
| 2018-04-08 | BaseTools - AutoGen - replace custom dictionary class with python standard one | Carsey, Jaben | 2 | -16/+18 |
| 2018-04-08 | BaseTools: remove unused import statement | Carsey, Jaben | 1 | -1/+0 |
| 2018-04-08 | BaseTools: Eot tool never populates this dictionary | Carsey, Jaben | 2 | -12/+0 |
| 2018-04-08 | BaseTools: use built in dict instead of custom version. | Carsey, Jaben | 1 | -1/+1 |
| 2018-04-08 | BaseTools: Use local variable for list of constants. | Carsey, Jaben | 1 | -14/+16 |
| 2018-04-03 | BaseTools: remove uncalled functions | Carsey, Jaben | 2 | -38/+0 |
| 2018-04-03 | BaseTools: make static functions when self is not needed | Carsey, Jaben | 2 | -25/+22 |
| 2018-04-03 | BaseTools: remove uncalled function | Carsey, Jaben | 4 | -62/+2 |
| 2018-04-03 | BaseTools: change hex parsing to use built in | Carsey, Jaben | 2 | -44/+8 |
| 2018-04-03 | BaseTools: use new RegEx from FdfParserLite | Carsey, Jaben | 1 | -7/+5 |
| 2018-04-03 | BaseTools: use single RegExp for token matching | Carsey, Jaben | 1 | -9/+7 |
| 2018-03-30 | BaseTools: cleanup class heirarchy | Carsey, Jaben | 5 | -59/+5 |
| 2018-03-30 | BaseTools: remove loop and variables. | Carsey, Jaben | 1 | -13/+0 |
| 2018-03-30 | BaseTools: use in to compare single chars | Carsey, Jaben | 1 | -1/+1 |
| 2018-03-30 | BaseTools: no need to do int() API work for it | Carsey, Jaben | 4 | -18/+6 |
| 2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 131 | -1142/+1142 |
| 2018-03-29 | BaseTools: compare GUID value should not case-sensitive | Bin Wang | 1 | -1/+1 |
| 2018-03-29 | BaseTools: refactor repeated RegExp when no special searching is needed. | Carsey, Jaben | 1 | -4/+5 |
| 2018-03-29 | BaseTools: dont use enumerate when un-needed | Carsey, Jaben | 3 | -5/+5 |
| 2018-03-29 | BaseTools: move regular expression compile out of function call. | Carsey, Jaben | 1 | -6/+6 |
| 2018-03-29 | BaseTools: expression can use single in instead of 3 API calls. | Carsey, Jaben | 1 | -1/+1 |
| 2018-03-29 | BaseTools: remove local hex number regular expression | Carsey, Jaben | 2 | -5/+3 |
| 2018-03-29 | BaseTools: Use precompiled RegExp | Carsey, Jaben | 1 | -3/+4 |
| 2018-03-29 | BaseTools: use new shared GUID regular expressions | Carsey, Jaben | 4 | -11/+9 |
| 2018-03-29 | BaseTools: GlobalData Add a regular expression for a hex number | Carsey, Jaben | 1 | -0/+2 |
| 2018-03-29 | BaseTools: Add new RegExp for future use | Carsey, Jaben | 1 | -0/+2 |
| 2018-03-29 | BaseTools: Regular Expressions refactor out the hex char for later reuse | Carsey, Jaben | 1 | -1/+2 |
| 2018-03-29 | BaseTools: add GUID pattern to global data | Carsey, Jaben | 1 | -0/+7 |
| 2018-03-29 | BaseTools: GlobalData share same MACRO name definition | Carsey, Jaben | 1 | -3/+6 |
| 2018-03-29 | BaseTools: FdfParser and FdfParserLite share reg exp | Carsey, Jaben | 2 | -4/+5 |
| 2018-03-28 | BaseTools/BinToPcd: Add support for multiple binary input files | Kinney, Michael D | 1 | -29/+54 |
| 2018-03-28 | BaseTools: Update Rsa2048Sha256Sign to use openssl dgst option | Liming Gao | 1 | -3/+3 |
| 2018-03-27 | BaseTools: Update Rsa2048Sha256Sign to use openssl standard options | Liming Gao | 1 | -2/+2 |
| 2018-03-27 | BaseTools: Autogen - modify to use standard parent/child class relationships | Carsey, Jaben | 1 | -39/+54 |
| 2018-03-27 | BaseTools/ECC: Add a new exception support | Hess Chen | 1 | -2/+8 |
| 2018-03-23 | BaseTool/VfrCompile: Fix potential memory leak issue | Bi, Dandan | 1 | -0/+4 |
| 2018-03-23 | BaseTool/VfrCompile: make delete[] match with new[] | Bi, Dandan | 5 | -22/+22 |
| 2018-03-23 | BaseTool: Fixed the issue of empty PcdDB. | BobCF | 1 | -4/+5 |
| 2018-03-23 | BaseTools: Add the missing package include directory in PcdValueInit Makefile | Liming Gao | 1 | -1/+3 |
| 2018-03-21 | BaseTools/PosixLike: honor pre-set PYTHONPATH | Laszlo Ersek | 13 | -13/+13 |
| 2018-03-21 | BaseTools: FdfParser remove class never used. | Carsey, Jaben | 1 | -15/+0 |
| 2018-03-21 | BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDs | Carsey, Jaben | 2 | -5/+5 |
| 2018-03-21 | BaseTools: StrGather remove functions no one calls | Carsey, Jaben | 1 | -30/+0 |
| 2018-03-21 | BaseTools: StrGather simplify string/int conversion functions | Carsey, Jaben | 1 | -14/+4 |
| 2018-03-21 | BaseTools: StrGather has redundant declaration | Carsey, Jaben | 1 | -7/+2 |
| 2018-03-21 | BaseTools: Override Max size by build Option Pcd for HII type | Yonghong Zhu | 1 | -0/+8 |
| 2018-03-20 | BaseTools: Fix bug for --pcd VOID* type when no max size is specified | Yonghong Zhu | 1 | -13/+0 |
| 2018-03-20 | BaseTools: Add Feature Flag Pcd Type into Override list | Yonghong Zhu | 1 | -1/+2 |