| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Remove unused logic for IPF | Feng, Bob C | 2019-01-14 | 1 | -17/+3 |
* | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 2019-01-14 | 1 | -65/+0 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -8/+8 |
* | BaseTools: Fix GenFds error doesn't break build. | Derek Lin | 2018-12-19 | 1 | -2/+5 |
* | BaseTools: Replace the sqlite database with list | BobCF | 2018-12-07 | 1 | -22/+5 |
* | BaseTools: AutoGen and GenFds share the parser data. | Zhao, ZhiqiangX | 2018-12-07 | 1 | -3/+3 |
* | BaseTools: cleanup LongFilePathSupport usage | Jaben Carsey | 2018-12-06 | 1 | -1/+0 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -21/+23 |
* | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2018-10-13 | 1 | -10/+10 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -6/+6 |
* | BaseTools: use map and filter to replace the itertools function | Yunhua Feng | 2018-10-13 | 1 | -4/+3 |
* | BaseTools: replace the list iteritems by items | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -1/+0 |
* | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 2018-09-20 | 1 | -2/+2 |
* | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 2018-08-30 | 1 | -1/+1 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -8/+8 |
* | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 2018-06-27 | 1 | -4/+4 |
* | BaseTools: Fix old python2 idioms | Gary Lin | 2018-06-27 | 1 | -2/+2 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 1 | -6/+6 |
* | BaseTools: Remove the deprecated hash_key() | Gary Lin | 2018-06-27 | 1 | -1/+1 |
* | BaseTools: Refactor python print statements | Gary Lin | 2018-06-27 | 1 | -1/+2 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 1 | -5/+5 |
* | BaseTools: Cleanup unneeded code | Jaben Carsey | 2018-06-13 | 1 | -3/+3 |
* | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 2018-05-04 | 1 | -1/+1 |
* | BaseTools: check before accessing members in __eq__ | Carsey, Jaben | 2018-05-04 | 1 | -1/+2 |
* | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 2018-05-02 | 1 | -2/+2 |
* | BaseTools: Replace EDK Component strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -3/+3 |
* | BaseTools: replace string constants used for module types | Carsey, Jaben | 2018-05-02 | 1 | -5/+5 |
* | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2018-04-18 | 1 | -12/+10 |
* | BaseTools: use dictionary.get() when we have value if not found | Carsey, Jaben | 2018-04-17 | 1 | -3/+1 |
* | BaseTools: refactor and remove out of date use of .keys() | Carsey, Jaben | 2018-04-10 | 1 | -3/+1 |
* | BaseTools: use built in OrderedDict instead of custom version. | Carsey, Jaben | 2018-04-08 | 1 | -4/+6 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -41/+41 |
* | BaseTools: Fixed Pcd value override issue. | BobCF | 2018-03-03 | 1 | -1/+1 |
* | BaseTools: Fix the bug for single module build with GenC/GenMake | Yonghong Zhu | 2018-03-02 | 1 | -0/+8 |
* | BaseTools: not specified value of MAX_CONCURRENT_THREAD_NUMBER | Yonghong Zhu | 2018-02-09 | 1 | -1/+2 |
* | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 2018-02-01 | 1 | -1/+1 |
* | BaseTools: enhance error handling for option --binary-source | Yonghong Zhu | 2018-01-19 | 1 | -0/+6 |
* | BaseTools: Enable MAX_CONCURRENT_THREAD_NUMBER = 0 feature | Yunhua Feng | 2018-01-15 | 1 | -2/+6 |
* | BaseTools: Report Structure PCD value and SKU, DefaultStore info | Liming Gao | 2017-12-25 | 1 | -0/+2 |
* | BaseTools: enable hash value check for single module build | Yonghong Zhu | 2017-12-13 | 1 | -1/+4 |
* | BaseTools: back up the binary files when hash value is same | Yonghong Zhu | 2017-12-13 | 1 | -0/+5 |
* | BaseTools: Update Makefile to support FFS file generation | Yonghong Zhu | 2017-12-05 | 1 | -6/+42 |
* | BaseTools: Fix a bug for single module build with GenC/GenMake option | Yonghong Zhu | 2017-11-20 | 1 | -5/+0 |
* | BaseTools: Fix a bug to use module's Name attribute as compare | Yonghong Zhu | 2017-10-10 | 1 | -1/+1 |
* | BaseTools: Fix the regression bug to build single module | Yonghong Zhu | 2017-09-28 | 1 | -0/+12 |
* | BaseTools: add support for BIOS build with binary cache | Yonghong Zhu | 2017-09-27 | 1 | -0/+30 |
* | BaseTools: report build time measured by module of EDKII Build | Yonghong Zhu | 2017-09-26 | 1 | -7/+66 |
* | BaseTools: update help info for -Y option to include 'HASH' | Yonghong Zhu | 2017-09-05 | 1 | -1/+1 |