Age | Commit message (Expand) | Author | Files | Lines |
2019-02-14 | BaseTools: Various typo | Antoine Coeur | 6 | -37/+37 |
2019-02-06 | BaseTools: Fix build failure when specifying multiple BUILDTARGET | Philippe Mathieu-Daud? | 1 | -1/+1 |
2019-02-01 | BaseTools: Handle the bytes and str difference | Feng, Bob C | 9 | -65/+73 |
2019-02-01 | BaseTools: the list and iterator translation | Feng, Bob C | 5 | -26/+26 |
2019-02-01 | BaseTools: Similar to octal data rectification | Zhijux Fan | 1 | -1/+1 |
2019-02-01 | BaseTools: change the Division Operator | Zhijux Fan | 2 | -5/+5 |
2019-02-01 | BaseTools: Make sure AllPcdList valid. | Feng, Bob C | 1 | -2/+3 |
2019-02-01 | Basetools: It went wrong when use os.linesep | Zhijux Fan | 2 | -7/+7 |
2019-02-01 | BaseTools:Similar to octal data rectification | Zhijux Fan | 1 | -0/+2 |
2019-02-01 | BaseTools: replace long by int | Yunhua Feng | 1 | -2/+2 |
2019-02-01 | BaseTools: Remove unnecessary super function | Yunhua Feng | 1 | -5/+0 |
2019-02-01 | BaseTools: Rename iteritems to items | Zhijux Fan | 1 | -3/+3 |
2019-02-01 | BaseTool:Rename xrange() to range() | Zhijux Fan | 1 | -11/+11 |
2019-01-21 | BaseTools/AutoGen: move functions | Carsey, Jaben | 1 | -5/+72 |
2019-01-21 | BaseTools:build break if the Path contains SingleFile.Ext | Fan, ZhijuX | 1 | -1/+1 |
2019-01-21 | BaseTools: Fix incorrect formatting of GenFds command dictionary | Felix Polyudov | 1 | -1/+51 |
2019-01-21 | BaseTools:Build fail when PCD use in the [DEPEX] section of INF files | Fan, ZhijuX | 1 | -2/+2 |
2019-01-14 | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 3 | -154/+47 |
2019-01-10 | BaseTools: fix imports | Carsey, Jaben | 3 | -5/+6 |
2018-12-19 | BaseTools: Add $(INC)-like support when compiling .nasm files | Zhiju.Fan | 1 | -1/+19 |
2018-12-15 | BaseTools: Fix PcdNvStoreDefaultValueBuffer Value. | Feng, Bob C | 1 | -4/+12 |
2018-12-07 | BaseTools: Optimize string concatenation | BobCF | 1 | -11/+28 |
2018-12-07 | BaseTools: AutoGen and GenFds share the parser data. | Zhao, ZhiqiangX | 1 | -0/+4 |
2018-12-06 | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 2 | -32/+32 |
2018-12-06 | BaseTools: cleanup LongFilePathSupport usage | Jaben Carsey | 1 | -13/+1 |
2018-11-02 | BaseTools: Check the max size for string PCD. | Zhao, ZhiqiangX | 1 | -0/+7 |
2018-11-02 | BaseTools: Add checking to EFI variable attribute. | Feng, Bob C | 1 | -0/+2 |
2018-10-25 | BaseTools: list .nasm include inc files as its dependency | zhijufan | 1 | -1/+1 |
2018-10-25 | BaseTools: Fix the bug for Pcd used in command line's override | Yonghong Zhu | 1 | -0/+7 |
2018-10-24 | BaseTools: Not convert the void* pcd string in command line to array. | Zhaozh1x | 1 | -1/+1 |
2018-10-22 | BaseTool: Support different PCDs that refers to the same EFI variable. | Zhaozh1x | 1 | -67/+30 |
2018-10-21 | BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDF | Yonghong Zhu | 1 | -4/+4 |
2018-10-15 | BaseTools: increment build generate inf file lost .depex file | Yunhua Feng | 1 | -0/+4 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 11 | -143/+148 |
2018-10-13 | BaseTools: increment build generate inf file lost .depex file | Yunhua Feng | 1 | -0/+4 |
2018-10-13 | BaseTools: Fix some build and report file issue | Yunhua Feng | 4 | -18/+24 |
2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2 | -5/+5 |
2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 5 | -31/+31 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 7 | -55/+43 |
2018-10-13 | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 2 | -4/+10 |
2018-10-13 | BaseTools: remove the super() function argument | Yunhua Feng | 2 | -8/+8 |
2018-10-13 | BaseTools: replace the list iteritems by items | Yunhua Feng | 1 | -3/+3 |
2018-10-13 | BaseTools: Rename long() to int() | Yunhua Feng | 1 | -2/+2 |
2018-10-13 | BaseTools: Rename xrange() to range() | Yunhua Feng | 2 | -13/+13 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 8 | -9/+0 |
2018-09-30 | BaseTools: refactor the error for PCD value is negative or exceed max | zhijufan | 1 | -44/+13 |
2018-09-26 | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 2 | -18/+56 |
2018-09-26 | BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen code | Liming Gao | 1 | -1/+1 |
2018-09-20 | BaseTools: refactor to not overcreate ModuleAutoGen objects | Carsey, Jaben | 1 | -33/+25 |
2018-09-20 | BaseTools: AutoGen - refactor class properties | Carsey, Jaben | 1 | -12/+8 |