Age | Commit message (Expand) | Author | Files | Lines |
2019-04-22 | BaseTools: Enhance Bin Cache database to support save the cache | Rodriguez, Christian | 1 | -8/+7 |
2019-04-10 | BaseTools: Fix corner-cases of --hash feature | Rodriguez, Christian | 1 | -3/+13 |
2019-04-10 | BaseTools: Fix corner-cases of --hash feature | Rodriguez, Christian | 1 | -8/+9 |
2019-04-10 | BaseTools: Fix corner-cases of --hash feature | Rodriguez, Christian | 1 | -0/+14 |
2019-04-09 | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 1 | -7/+1 |
2019-03-24 | BaseTools: Remove the logic SourceOverridePath | Feng, Bob C | 1 | -12/+1 |
2019-03-15 | BaseTool/Build: Add --disable-include-path-check. | Jiewen Yao | 1 | -7/+8 |
2019-02-22 | BaseTools:Build fail if define [DEPEX] in library inf | Fan, ZhijuX | 1 | -2/+8 |
2019-02-20 | BaseTools:Fixed build failure when specifying multiple BUILDTARGET | Fan, ZhijuX | 1 | -1/+1 |
2019-02-19 | BaseTools: Fixed a bug in Vpd handling | Feng, Bob C | 1 | -1/+1 |
2019-02-14 | BaseTools: Various typo | Antoine Coeur | 1 | -19/+19 |
2019-02-07 | 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 | 1 | -22/+20 |
2019-02-01 | BaseTools: the list and iterator translation | Feng, Bob C | 1 | -13/+13 |
2019-02-01 | BaseTools: change the Division Operator | Zhijux Fan | 1 | -1/+1 |
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 | 1 | -5/+5 |
2019-02-01 | BaseTools: Remove unnecessary super function | Yunhua Feng | 1 | -5/+0 |
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 | 1 | -81/+12 |
2019-01-10 | BaseTools: fix imports | Carsey, Jaben | 1 | -4/+2 |
2018-12-15 | BaseTools: Fix PcdNvStoreDefaultValueBuffer Value. | Feng, Bob C | 1 | -4/+12 |
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 | 1 | -27/+27 |
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: 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-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 | 1 | -55/+52 |
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 | 1 | -11/+14 |
2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 1 | -16/+16 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 1 | -16/+14 |
2018-10-13 | BaseTools: remove the super() function argument | Yunhua Feng | 1 | -6/+6 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 1 | -2/+0 |
2018-09-26 | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 1 | -1/+2 |
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 WorkspaceAutoGen class | Carsey, Jaben | 1 | -41/+28 |
2018-09-20 | BaseTools: Refactor PlatformAutoGen | Carsey, Jaben | 1 | -331/+272 |
2018-09-12 | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 1 | -1/+6 |
2018-09-12 | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 1 | -0/+1 |
2018-08-30 | BaseTools: Refactor to remove functionally equivalent functions | Carsey, Jaben | 1 | -2/+2 |
2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 1 | -4/+4 |