| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Remove the logic SourceOverridePath | Feng, Bob C | 2019-03-24 | 1 | -12/+1 |
* | BaseTool/Build: Add --disable-include-path-check. | Jiewen Yao | 2019-03-15 | 1 | -7/+8 |
* | BaseTools:Build fail if define [DEPEX] in library inf | Fan, ZhijuX | 2019-02-22 | 1 | -2/+8 |
* | BaseTools:Fixed build failure when specifying multiple BUILDTARGET | Fan, ZhijuX | 2019-02-20 | 1 | -1/+1 |
* | BaseTools: Fixed a bug in Vpd handling | Feng, Bob C | 2019-02-19 | 1 | -1/+1 |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 1 | -19/+19 |
* | BaseTools: Fix build failure when specifying multiple BUILDTARGET | Philippe Mathieu-Daud? | 2019-02-06 | 1 | -1/+1 |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 1 | -22/+20 |
* | BaseTools: the list and iterator translation | Feng, Bob C | 2019-02-01 | 1 | -13/+13 |
* | BaseTools: change the Division Operator | Zhijux Fan | 2019-02-01 | 1 | -1/+1 |
* | BaseTools: Make sure AllPcdList valid. | Feng, Bob C | 2019-02-01 | 1 | -2/+3 |
* | Basetools: It went wrong when use os.linesep | Zhijux Fan | 2019-02-01 | 1 | -5/+5 |
* | BaseTools: Remove unnecessary super function | Yunhua Feng | 2019-02-01 | 1 | -5/+0 |
* | BaseTools/AutoGen: move functions | Carsey, Jaben | 2019-01-21 | 1 | -5/+72 |
* | BaseTools:build break if the Path contains SingleFile.Ext | Fan, ZhijuX | 2019-01-21 | 1 | -1/+1 |
* | BaseTools: Fix incorrect formatting of GenFds command dictionary | Felix Polyudov | 2019-01-21 | 1 | -1/+51 |
* | BaseTools:Build fail when PCD use in the [DEPEX] section of INF files | Fan, ZhijuX | 2019-01-21 | 1 | -2/+2 |
* | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 2019-01-14 | 1 | -81/+12 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -4/+2 |
* | BaseTools: Fix PcdNvStoreDefaultValueBuffer Value. | Feng, Bob C | 2018-12-15 | 1 | -4/+12 |
* | BaseTools: AutoGen and GenFds share the parser data. | Zhao, ZhiqiangX | 2018-12-07 | 1 | -0/+4 |
* | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 2018-12-06 | 1 | -27/+27 |
* | BaseTools: Check the max size for string PCD. | Zhao, ZhiqiangX | 2018-11-02 | 1 | -0/+7 |
* | BaseTools: Add checking to EFI variable attribute. | Feng, Bob C | 2018-11-02 | 1 | -0/+2 |
* | BaseTools: Fix the bug for Pcd used in command line's override | Yonghong Zhu | 2018-10-25 | 1 | -0/+7 |
* | BaseTools: Not convert the void* pcd string in command line to array. | Zhaozh1x | 2018-10-24 | 1 | -1/+1 |
* | BaseTools: Fix the crash issue when Dynamic structure Pcd use in FDF | Yonghong Zhu | 2018-10-21 | 1 | -4/+4 |
* | BaseTools: increment build generate inf file lost .depex file | Yunhua Feng | 2018-10-15 | 1 | -0/+4 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -55/+52 |
* | BaseTools: increment build generate inf file lost .depex file | Yunhua Feng | 2018-10-13 | 1 | -0/+4 |
* | BaseTools: Fix some build and report file issue | Yunhua Feng | 2018-10-13 | 1 | -11/+14 |
* | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -16/+16 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -16/+14 |
* | BaseTools: remove the super() function argument | Yunhua Feng | 2018-10-13 | 1 | -6/+6 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -2/+0 |
* | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 2018-09-26 | 1 | -1/+2 |
* | BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen code | Liming Gao | 2018-09-26 | 1 | -1/+1 |
* | BaseTools: refactor to not overcreate ModuleAutoGen objects | Carsey, Jaben | 2018-09-20 | 1 | -33/+25 |
* | BaseTools: AutoGen refactor WorkspaceAutoGen class | Carsey, Jaben | 2018-09-20 | 1 | -41/+28 |
* | BaseTools: Refactor PlatformAutoGen | Carsey, Jaben | 2018-09-20 | 1 | -331/+272 |
* | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -1/+6 |
* | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 2018-09-12 | 1 | -0/+1 |
* | BaseTools: Refactor to remove functionally equivalent functions | Carsey, Jaben | 2018-08-30 | 1 | -2/+2 |
* | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 2018-08-30 | 1 | -4/+4 |
* | BaseTools: AutoGen.py remove unused import | Carsey, Jaben | 2018-08-29 | 1 | -1/+0 |
* | BaseTools: remove cmp due to deprecated in python3 | Feng, YunhuaX | 2018-08-23 | 1 | -3/+3 |
* | BaseTools: Fix regression issue by b23414f6540d | Feng, YunhuaX | 2018-08-21 | 1 | -1/+1 |
* | BaseTools: AutoGen refactor to iterate less | Jaben Carsey | 2018-08-20 | 1 | -62/+56 |
* | BaseTools: AutoGen - tag a function as cachable | Jaben Carsey | 2018-08-20 | 1 | -24/+22 |