| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BaseTools: replace a dict with a set | Carsey, Jaben | 2018-04-10 | 1 | -2/+2 |
* | BaseTools: sets are faster to check via "in" due to hashing | Carsey, Jaben | 2018-04-10 | 1 | -6/+6 |
* | BaseTools: defaultdict(set) allows us to just add to the set | Carsey, Jaben | 2018-04-10 | 1 | -8/+5 |
* | BaseTools: remove uncalled functions | Carsey, Jaben | 2018-04-10 | 1 | -27/+0 |
* | BaseTools: remove unused file | Carsey, Jaben | 2018-04-10 | 3 | -79/+5 |
* | BaseTools: Pcds in [Components] are not display correct in the report | Yonghong Zhu | 2018-04-09 | 1 | -0/+1 |
* | BaseTools: Pcd not used info should not in Module PCD section | Yonghong Zhu | 2018-04-09 | 1 | -5/+6 |
* | BaseTools: dont make temporary dict | Carsey, Jaben | 2018-04-09 | 1 | -3/+3 |
* | BaseTools: Remove FdfParserLite.py from source since it is not used | Feng, YunhuaX | 2018-04-09 | 4 | -3643/+4 |
* | BaseTools: small cleanup | Carsey, Jaben | 2018-04-08 | 1 | -15/+0 |
* | BaseTools: Autogen - change from list to set | Carsey, Jaben | 2018-04-08 | 1 | -21/+15 |
* | BaseTools: move RegEx to root of file and share it | Carsey, Jaben | 2018-04-08 | 2 | -5/+4 |
* | BaseTools: remove redundant check | Carsey, Jaben | 2018-04-08 | 2 | -3/+3 |
* | BaseTools: AutoGen - use the new shared RegEx | Carsey, Jaben | 2018-04-08 | 2 | -3/+4 |
* | BaseTools: Add new RegEx pattern to GlobalData | Carsey, Jaben | 2018-04-08 | 1 | -0/+3 |
* | BaseTools: GenFds - move RegEx compile | Carsey, Jaben | 2018-04-08 | 1 | -3/+2 |
* | BaseTools: Autogen - move RegEx compile | Carsey, Jaben | 2018-04-08 | 1 | -7/+15 |
* | BaseTools: Remove unused code from Misc | Carsey, Jaben | 2018-04-08 | 2 | -280/+1 |
* | BaseTools: Workspace - use built in OrderedDict instead of custom version. | Carsey, Jaben | 2018-04-08 | 3 | -43/+36 |
* | BaseTools: use combined version of OrderedDict | Carsey, Jaben | 2018-04-08 | 1 | -7/+11 |
* | BaseTools: use built in OrderedDict instead of custom version. | Carsey, Jaben | 2018-04-08 | 8 | -34/+35 |
* | BaseTools: Eot remove unused code | Carsey, Jaben | 2018-04-08 | 1 | -21/+0 |
* | BaseTools - AutoGen - replace custom dictionary class with python standard one | Carsey, Jaben | 2018-04-08 | 2 | -16/+18 |
* | BaseTools: remove unused import statement | Carsey, Jaben | 2018-04-08 | 1 | -1/+0 |
* | BaseTools: Eot tool never populates this dictionary | Carsey, Jaben | 2018-04-08 | 2 | -12/+0 |
* | BaseTools: use built in dict instead of custom version. | Carsey, Jaben | 2018-04-08 | 1 | -1/+1 |
* | BaseTools: Use local variable for list of constants. | Carsey, Jaben | 2018-04-08 | 1 | -14/+16 |
* | BaseTools: remove uncalled functions | Carsey, Jaben | 2018-04-03 | 2 | -38/+0 |
* | BaseTools: make static functions when self is not needed | Carsey, Jaben | 2018-04-03 | 2 | -25/+22 |
* | BaseTools: remove uncalled function | Carsey, Jaben | 2018-04-03 | 4 | -62/+2 |
* | BaseTools: change hex parsing to use built in | Carsey, Jaben | 2018-04-03 | 2 | -44/+8 |
* | BaseTools: use new RegEx from FdfParserLite | Carsey, Jaben | 2018-04-03 | 1 | -7/+5 |
* | BaseTools: use single RegExp for token matching | Carsey, Jaben | 2018-04-03 | 1 | -9/+7 |
* | BaseTools: cleanup class heirarchy | Carsey, Jaben | 2018-03-30 | 5 | -59/+5 |
* | BaseTools: remove loop and variables. | Carsey, Jaben | 2018-03-30 | 1 | -13/+0 |
* | BaseTools: use in to compare single chars | Carsey, Jaben | 2018-03-30 | 1 | -1/+1 |
* | BaseTools: no need to do int() API work for it | Carsey, Jaben | 2018-03-30 | 4 | -18/+6 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 131 | -1142/+1142 |
* | BaseTools: compare GUID value should not case-sensitive | Bin Wang | 2018-03-29 | 1 | -1/+1 |
* | BaseTools: refactor repeated RegExp when no special searching is needed. | Carsey, Jaben | 2018-03-29 | 1 | -4/+5 |
* | BaseTools: dont use enumerate when un-needed | Carsey, Jaben | 2018-03-29 | 3 | -5/+5 |
* | BaseTools: move regular expression compile out of function call. | Carsey, Jaben | 2018-03-29 | 1 | -6/+6 |
* | BaseTools: expression can use single in instead of 3 API calls. | Carsey, Jaben | 2018-03-29 | 1 | -1/+1 |
* | BaseTools: remove local hex number regular expression | Carsey, Jaben | 2018-03-29 | 2 | -5/+3 |
* | BaseTools: Use precompiled RegExp | Carsey, Jaben | 2018-03-29 | 1 | -3/+4 |
* | BaseTools: use new shared GUID regular expressions | Carsey, Jaben | 2018-03-29 | 4 | -11/+9 |
* | BaseTools: GlobalData Add a regular expression for a hex number | Carsey, Jaben | 2018-03-29 | 1 | -0/+2 |
* | BaseTools: Add new RegExp for future use | Carsey, Jaben | 2018-03-29 | 1 | -0/+2 |
* | BaseTools: Regular Expressions refactor out the hex char for later reuse | Carsey, Jaben | 2018-03-29 | 1 | -1/+2 |
* | BaseTools: add GUID pattern to global data | Carsey, Jaben | 2018-03-29 | 1 | -0/+7 |