| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | BaseTools: Enhance parse performance by optimize ValueExpressionEx | Yunhua Feng | 2018-01-30 | 1 | -143/+162 |
* | BaseTools: Fix the bug for QuarkPlatformPkg build failure | Zhu, Yonghong | 2017-12-29 | 1 | -1/+1 |
* | BaseTools: Support PCD flexible values format | Yonghong Zhu | 2017-12-27 | 1 | -9/+237 |
* | BaseTools: Add PCDs conditional operator function | Yunhua Feng | 2017-07-10 | 1 | -5/+17 |
* | BaseTools: Enhance expression to support some more operation | Yonghong Zhu | 2017-04-01 | 1 | -5/+23 |
* | BaseTools: Add two new sections for PCD in the build report | Yonghong Zhu | 2016-03-29 | 1 | -1/+5 |
* | Sync BaseTool trunk (version r2599) into EDKII BaseTools. | Liming Gao | 2013-08-23 | 1 | -4/+6 |
* | Sync BaseTools Trunk (version r2524) to EDKII main trunk. | lgao4 | 2012-05-23 | 1 | -3/+6 |
* | Sync BaseTools Trunk (version r2518) to EDKII main trunk. | lgao4 | 2012-04-10 | 1 | -6/+16 |
* | Sync BaseTool trunk (version r2460) into EDKII BaseTools. The change mainly ... | lgao4 | 2011-12-07 | 1 | -22/+82 |
* | Sync BaseTools Trunk (version r2387) to EDKII main trunk. | lgao4 | 2011-10-29 | 1 | -0/+555 |