| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | BaseTools/build: Expand PREBUILD/POSTBUILD DSC actions | Michael D Kinney | 2017-08-11 | 1 | -28/+80 |
* | BaseTools: Fix the bug that warn() function with only 1 argument | Yonghong Zhu | 2017-07-26 | 1 | -1/+1 |
* | BaseTools: add some comment for .PrebuildEnv file's usage | Yonghong Zhu | 2017-07-26 | 1 | -0/+5 |
* | BaseTools/Build: Support python scripts in PREBUILD/POSTBUILD | Michael Kinney | 2017-07-13 | 1 | -2/+2 |
* | BaseTools/build: register MM module types with build tools. | Supreeth Venkatesh | 2017-07-07 | 1 | -1/+1 |
* | BaseTools: support building the same INF more than once with -m option | Yonghong Zhu | 2017-06-24 | 1 | -6/+9 |
* | BaseTools: Fix incremental build bug on DynamicPcd Token Generation | Yonghong Zhu | 2017-05-24 | 1 | -2/+2 |
* | BaseTools: remove the hardcoded /bin/bash for PreBuild/PostBuild | Yonghong Zhu | 2017-05-05 | 1 | -2/+2 |
* | BaseTools: fix the typo in function name LanuchPostbuild | Nikolai SAOUKH | 2017-04-27 | 1 | -3/+2 |
* | BaseTools: Fix a bug for tooldef class not include the newly Env | Yonghong Zhu | 2016-11-02 | 1 | -0/+2 |
* | BaseTools Build: Fix build break for clean target in Linux | Hao Wu | 2016-09-30 | 1 | -3/+3 |
* | BaseTools: Update python tool to call external tools with shell true mode | Liming Gao | 2016-09-21 | 1 | -1/+2 |
* | BaseTools: check CONF_PATH env to get the configure files | Yonghong Zhu | 2016-08-19 | 1 | -3/+6 |
* | BaseTools: Add support for $(FAMILY) macro | Yonghong Zhu | 2016-07-05 | 1 | -0/+23 |
* | BaseTools: Add error condition for the path in PACKAGES_PATH env | Zhu, Yonghong | 2016-05-23 | 1 | -0/+6 |
* | BaseTools: enhance error handling for DSC file | Yonghong Zhu | 2016-04-19 | 1 | -0/+3 |
* | BaseTools: generate hash value in build report for each output EFI image | Yonghong Zhu | 2016-04-12 | 1 | -2/+2 |