Age | Commit message (Expand) | Author | Files | Lines |
2018-04-03 | BaseTools: make static functions when self is not needed | Carsey, Jaben | 1 | -12/+10 |
2018-04-03 | BaseTools: remove uncalled function | Carsey, Jaben | 1 | -15/+0 |
2018-04-03 | BaseTools: change hex parsing to use built in | Carsey, Jaben | 1 | -22/+4 |
2018-04-03 | BaseTools: use single RegExp for token matching | Carsey, Jaben | 1 | -9/+7 |
2018-03-30 | BaseTools: cleanup class heirarchy | Carsey, Jaben | 4 | -47/+4 |
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 | 1 | -2/+2 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 15 | -105/+105 |
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 | 2 | -3/+3 |
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 new shared GUID regular expressions | Carsey, Jaben | 3 | -10/+8 |
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 | 1 | -2/+3 |
2018-03-21 | BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDs | Carsey, Jaben | 1 | -3/+3 |
2018-03-19 | BaseTools: RangeExpression - remove unused variable | Carsey, Jaben | 1 | -8/+1 |
2018-03-19 | BaseTools: Expression - remove variable | Carsey, Jaben | 1 | -3/+0 |
2018-03-19 | BaseTools: Expression - change from series of if to elif | Carsey, Jaben | 1 | -4/+4 |
2018-03-19 | BaseTools: Expression refactor function | Carsey, Jaben | 1 | -6/+5 |
2018-03-19 | BaseTools: Expression - remove redundant variable | Carsey, Jaben | 1 | -6/+4 |
2018-03-18 | BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible format | Yonghong Zhu | 1 | -8/+0 |
2018-03-09 | BaseTools: GlobalData remove unused variable | Carsey, Jaben | 1 | -2/+1 |
2018-03-09 | BaseTools: Fix parse OFFSET_OF get wrong offset | Feng, YunhuaX | 1 | -1/+2 |
2018-03-09 | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 2 | -26/+36 |
2018-03-02 | BaseTools: report error if flag in LABEL() invalid | Feng, YunhuaX | 1 | -4/+10 |
2018-03-02 | BaseTools: Fix the bug for display incorrect *M flag in report | Yonghong Zhu | 1 | -10/+10 |
2018-03-02 | BaseTools: Fix eval parse string issue | Feng, YunhuaX | 1 | -4/+26 |
2018-02-28 | BaseTools: Fix flexible PCD single quote and double quote bugs | Feng, YunhuaX | 3 | -47/+90 |
2018-02-25 | BaseTools: Update ValueExpressionEx for flexible PCD | Feng, YunhuaX | 1 | -75/+130 |
2018-02-25 | BaseTools/Expression: Use 2nd passes on PCD values | Kinney, Michael D | 1 | -1/+25 |
2018-02-23 | BaseTools: Fix the bug to display the single SKUID info | Yonghong Zhu | 1 | -0/+4 |
2018-02-10 | BaseTools: Fix VOID* type bug | Feng, YunhuaX | 1 | -0/+2 |
2018-02-09 | BaseTools: Update Expression.py for string comparison and MACRO replace issue | Yunhua Feng | 1 | -30/+11 |
2018-02-07 | BaseTools: Report error when GUID format is incorrect | Feng, YunhuaX | 1 | -10/+4 |
2018-02-07 | BaseTools: Fix flexible PCD DEVICE_PATH parse issue | Feng, YunhuaX | 1 | -1/+2 |
2018-02-07 | BaseTools: Fix build argument --pcd for flexible format bugs | Feng, YunhuaX | 1 | -2/+2 |
2018-02-04 | BaseTools: Update Expression.py for VOID* to support L'a' and 'a' | Feng, YunhuaX | 2 | -3/+20 |
2018-02-01 | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 2 | -2/+2 |
2018-01-31 | BaseTools: Update BPDG to support L'' and '' format as VPD Pcd Value | Yonghong Zhu | 1 | -3/+3 |
2018-01-30 | BaseTools: Enhance parse performance by optimize ValueExpressionEx | Yunhua Feng | 1 | -143/+162 |
2018-01-08 | BaseTools: Fix Sku inherit issue. | BobCF | 1 | -0/+2 |
2017-12-31 | BaseTools: Add DevicePath support for PCD values | Yonghong Zhu | 1 | -2/+32 |
2017-12-29 | BaseTools: Fix the bug for QuarkPlatformPkg build failure | Zhu, Yonghong | 1 | -1/+1 |