| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-04-09 | BaseTools: dont make temporary dict | Carsey, Jaben | 1 | -3/+3 |
| 2018-04-09 | BaseTools: Remove FdfParserLite.py from source since it is not used | Feng, YunhuaX | 4 | -3643/+4 |
| 2018-04-08 | BaseTools: small cleanup | Carsey, Jaben | 1 | -15/+0 |
| 2018-04-08 | BaseTools: Autogen - change from list to set | Carsey, Jaben | 1 | -21/+15 |
| 2018-04-08 | BaseTools: move RegEx to root of file and share it | Carsey, Jaben | 2 | -5/+4 |
| 2018-04-08 | BaseTools: remove redundant check | Carsey, Jaben | 2 | -3/+3 |
| 2018-04-08 | BaseTools: AutoGen - use the new shared RegEx | Carsey, Jaben | 2 | -3/+4 |
| 2018-04-08 | BaseTools: Add new RegEx pattern to GlobalData | Carsey, Jaben | 1 | -0/+3 |
| 2018-04-08 | BaseTools: GenFds - move RegEx compile | Carsey, Jaben | 1 | -3/+2 |
| 2018-04-08 | BaseTools: Autogen - move RegEx compile | Carsey, Jaben | 1 | -7/+15 |
| 2018-04-08 | BaseTools: Remove unused code from Misc | Carsey, Jaben | 2 | -280/+1 |
| 2018-04-08 | BaseTools: Workspace - use built in OrderedDict instead of custom version. | Carsey, Jaben | 3 | -43/+36 |
| 2018-04-08 | BaseTools: use combined version of OrderedDict | Carsey, Jaben | 1 | -7/+11 |
| 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 | 120 | -1043/+1043 |
| 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: 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: Fixed the issue of empty PcdDB. | BobCF | 1 | -4/+5 |