| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Move Build Cache related function out of CreateAsBuiltInf | Bob Feng | 2019-06-25 | 1 | -31/+37 |
* | BaseTools: refine CreateAsBuiltInf function | Bob Feng | 2019-06-25 | 1 | -4/+1 |
* | BaseTools:Introduce CopyFileOnChange() function to copy cache files | Shi, Steven | 2019-06-17 | 1 | -5/+5 |
* | BaseTools: Cannot store library cache of different arch together | Shi, Steven | 2019-06-17 | 1 | -0/+21 |
* | BaseTools:Build cache cannot store the cache files for library package | Shi, Steven | 2019-06-17 | 1 | -1/+4 |
* | BaseTools: Refactor hash tracking after checking for Sources section | Rodriguez, Christian | 2019-06-10 | 1 | -2/+4 |
* | BaseTools:Update binary cache restore time to current time | Steven Shi | 2019-05-31 | 1 | -2/+2 |
* | BaseTools:Extend the binary cache to support library cache | Steven Shi | 2019-05-31 | 1 | -0/+6 |
* | BaseTools:Change the path of the file that Binary Cache | Fan, ZhijuX | 2019-05-27 | 1 | -2/+2 |
* | BaseTools: Library hashing fix and optimization for --hash feature | Rodriguez, Christian | 2019-05-21 | 1 | -13/+40 |
* | BaseTools: Fix private includes for FILE_GUID override | Michael D Kinney | 2019-05-21 | 1 | -1/+1 |
* | BaseTools: Enhance Bin Cache database to support save the cache | Rodriguez, Christian | 2019-04-22 | 1 | -8/+7 |
* | BaseTools: Fix corner-cases of --hash feature | Rodriguez, Christian | 2019-04-10 | 1 | -3/+13 |
* | BaseTools: Fix corner-cases of --hash feature | Rodriguez, Christian | 2019-04-10 | 1 | -8/+9 |
* | BaseTools: Fix corner-cases of --hash feature | Rodriguez, Christian | 2019-04-10 | 1 | -0/+14 |
* | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 1 | -7/+1 |
* | 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 |