| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: change the Division Operator | Zhijux Fan | 2019-02-01 | 1 | -1/+8 |
* | BaseTools: Customize deepcopy function. | BobCF | 2018-12-07 | 1 | -2/+2 |
* | BaseTools: Enable Pcd Array support. | bob.c.feng@intel.com | 2018-12-07 | 1 | -199/+197 |
* | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 2018-12-06 | 1 | -2/+2 |
* | BaseTools: Add special handle for '\' use in Pcd Value | zhijufan | 2018-11-01 | 1 | -1/+13 |
* | BaseTools: Fix bug caused by 03c36c36a3 | Yonghong Zhu | 2018-10-18 | 1 | -2/+2 |
* | BaseTools: Add check for the string type whether is same | zhijufan | 2018-10-16 | 1 | -2/+4 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -11/+6 |
* | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2018-10-13 | 1 | -1/+8 |
* | BaseTools: remove the super() function argument | Yunhua Feng | 2018-10-13 | 1 | -2/+2 |
* | BaseTools: Rename raw_input() to input() | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -2/+0 |
* | BaseTools: Report more clear error message for PCD used in expression | zhijufan | 2018-09-06 | 1 | -1/+1 |
* | BaseTools: Fix one expression bug to support ~ operate | Yonghong Zhu | 2018-08-28 | 1 | -1/+1 |
* | BaseTools: Remove the redundant if statement | Yonghong Zhu | 2018-08-16 | 1 | -6/+6 |
* | BaseTools: Use absolute import in Common | Gary Lin | 2018-07-16 | 1 | -1/+2 |
* | BaseTools: Unify long and int in Expression.py | Gary Lin | 2018-07-08 | 1 | -2/+4 |
* | BaseTools: Fix old python2 idioms | Gary Lin | 2018-06-27 | 1 | -17/+17 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 1 | -5/+5 |
* | BaseTools: Refactor python print statements | Gary Lin | 2018-06-27 | 1 | -5/+6 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 1 | -11/+11 |
* | BaseTools: use set instead of list | Carsey, Jaben | 2018-05-04 | 1 | -34/+34 |
* | BaseTools: create base expression class | Carsey, Jaben | 2018-05-04 | 1 | -12/+17 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: simplify if call | Carsey, Jaben | 2018-04-26 | 1 | -1/+1 |
* | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 2018-04-23 | 1 | -30/+31 |
* | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2018-04-18 | 1 | -2/+2 |
* | BaseTools: move RegEx to root of file and share it | Carsey, Jaben | 2018-04-08 | 1 | -2/+2 |
* | 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 | 1 | -2/+2 |
* | 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 | 1 | -2/+2 |
* | 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 | 1 | -2/+1 |
* | BaseTools: use new shared GUID regular expressions | Carsey, Jaben | 2018-03-29 | 1 | -2/+1 |
* | BaseTools: Expression - remove variable | Carsey, Jaben | 2018-03-19 | 1 | -3/+0 |
* | BaseTools: Expression - change from series of if to elif | Carsey, Jaben | 2018-03-19 | 1 | -4/+4 |
* | BaseTools: Expression refactor function | Carsey, Jaben | 2018-03-19 | 1 | -6/+5 |
* | BaseTools: Expression - remove redundant variable | Carsey, Jaben | 2018-03-19 | 1 | -6/+4 |
* | BaseTools: Fix parse OFFSET_OF get wrong offset | Feng, YunhuaX | 2018-03-09 | 1 | -1/+2 |
* | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 2018-03-09 | 1 | -1/+20 |
* | BaseTools: report error if flag in LABEL() invalid | Feng, YunhuaX | 2018-03-02 | 1 | -4/+10 |
* | BaseTools: Fix flexible PCD single quote and double quote bugs | Feng, YunhuaX | 2018-02-28 | 1 | -17/+43 |
* | BaseTools: Update ValueExpressionEx for flexible PCD | Feng, YunhuaX | 2018-02-25 | 1 | -75/+130 |
* | BaseTools/Expression: Use 2nd passes on PCD values | Kinney, Michael D | 2018-02-25 | 1 | -1/+25 |
* | BaseTools: Fix VOID* type bug | Feng, YunhuaX | 2018-02-10 | 1 | -0/+2 |
* | BaseTools: Update Expression.py for string comparison and MACRO replace issue | Yunhua Feng | 2018-02-09 | 1 | -30/+11 |
* | BaseTools: Update Expression.py for VOID* to support L'a' and 'a' | Feng, YunhuaX | 2018-02-04 | 1 | -3/+16 |
* | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 2018-02-01 | 1 | -1/+1 |