| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-02-12 | BaseTools: Remove caret in NASM_INC macro | Pierre Gondois | 1 | -3/+4 |
| 2020-02-12 | BaseTools: Rationalise makefile generation | Pierre Gondois | 1 | -64/+74 |
| 2020-02-09 | BaseTools: Fixed a Incremental build issue | Bob Feng | 1 | -1/+1 |
| 2020-01-19 | BaseTools: Fixed a incremental build bug | Bob Feng | 1 | -2/+7 |
| 2019-12-10 | BaseTools: Enhance Basetool for incremental build | Bob Feng | 1 | -59/+24 |
| 2019-10-18 | BaseTools: Fix an incremental build issue caused by macro in #include | Lin, Derek (HPS SW) | 1 | -7/+11 |
| 2019-10-04 | BaseTools: Fix GenMake multi-workspace failure | Kubacki, Michael A | 1 | -3/+1 |
| 2019-09-24 | BaseTools: init DependencyHeaderFileSet for each MakeFile class | Feng, Bob C | 1 | -1/+5 |
| 2019-09-20 | Revert "BaseTools: Improve GetDependencyList function" | Liming Gao | 1 | -16/+13 |
| 2019-09-17 | BaseTools: remove unnecessary calls of os.exist | Feng, Bob C | 1 | -1/+3 |
| 2019-09-17 | BaseTools: Improve GetDependencyList function | Feng, Bob C | 1 | -13/+16 |
| 2019-09-17 | BaseTools:change some incorrect parameter defaults | Fan, ZhijuX | 1 | -2/+4 |
| 2019-09-11 | BaseTools: Enable --genfds-multi-thread to default build | Feng, Bob C | 1 | -2/+2 |
| 2019-08-20 | BaseTools: Change the [Arch][Name] module key in Build cache | Shi, Steven | 1 | -5/+1 |
| 2019-08-20 | BaseTools: Improve the cache hit in the edk2 build cache | Shi, Steven | 1 | -111/+116 |
| 2019-08-14 | BaseTools: Fix checking for Sources section in INF file | Rodriguez, Christian | 1 | -3/+22 |
| 2019-07-25 | BaseTools: Sort file list in Makefile | Feng, Bob C | 1 | -1/+2 |
| 2019-07-22 | BaseTools: Fixed the mis-using strip() function issue. | Feng, Bob C | 1 | -1/+1 |
| 2019-06-10 | BaseTools: Refactor hash tracking after checking for Sources section | Rodriguez, Christian | 1 | -0/+6 |
| 2019-06-10 | BaseTools: Add a checking for Sources section in INF file | Rodriguez, Christian | 1 | -0/+38 |
| 2019-04-28 | BaseTools: Support customized compiling command | Bob Feng | 1 | -1/+6 |
| 2019-04-22 | BaseTools:fixed the incorrect autogen makefile which cause build failure. | Fan, ZhijuX | 1 | -8/+7 |
| 2019-04-16 | BaseTools:Enable the /MP option of MSVC compiler | Fan, ZhijuX | 1 | -7/+77 |
| 2019-04-10 | BaseTools: Fix corner-cases of --hash feature | Christian Rodriguez | 1 | -3/+3 |
| 2019-04-10 | BaseTools: Fixed issue in MultiThread Genfds function | Feng, Bob C | 1 | -1/+1 |
| 2019-04-09 | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 1 | -7/+1 |
| 2019-02-22 | BaseTool: Fixed incremental rebuild issue. | Feng, Bob C | 1 | -8/+8 |
| 2019-02-14 | BaseTools: Various typo | Antoine Coeur | 1 | -2/+2 |
| 2019-02-01 | BaseTools: Handle the bytes and str difference | Feng, Bob C | 1 | -5/+9 |
| 2019-02-01 | BaseTools: the list and iterator translation | Feng, Bob C | 1 | -8/+8 |
| 2019-02-01 | Basetools: It went wrong when use os.linesep | Zhijux Fan | 1 | -2/+2 |
| 2019-02-01 | BaseTools: Rename iteritems to items | Zhijux Fan | 1 | -3/+3 |
| 2019-01-14 | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 1 | -17/+1 |
| 2018-12-19 | BaseTools: Add $(INC)-like support when compiling .nasm files | Zhiju.Fan | 1 | -1/+19 |
| 2018-10-25 | BaseTools: list .nasm include inc files as its dependency | zhijufan | 1 | -1/+1 |
| 2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 1 | -24/+19 |
| 2018-10-13 | BaseTools: Fix some build and report file issue | Yunhua Feng | 1 | -4/+4 |
| 2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 1 | -8/+8 |
| 2018-10-13 | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 1 | -3/+9 |
| 2018-10-13 | BaseTools: replace the list iteritems by items | Yunhua Feng | 1 | -3/+3 |
| 2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 1 | -1/+0 |
| 2018-09-20 | BaseTools: AutoGen - refactor class properties | Carsey, Jaben | 1 | -12/+8 |
| 2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 1 | -1/+2 |
| 2018-08-20 | BaseTools: AutoGen refactor ModuleAutoGen caching | Jaben Carsey | 1 | -6/+6 |
| 2018-07-25 | BaseTools: AutoGen - change class variable to funciton variable | Jaben Carsey | 1 | -13/+12 |
| 2018-07-16 | BaseTools: Use absolute import in AutoGen | Gary Lin | 1 | -1/+2 |
| 2018-06-29 | BaseTools: AutoGen - clean up access | Jaben Carsey | 1 | -118/+120 |
| 2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 1 | -2/+2 |
| 2018-06-27 | BaseTools: Remove the old python "not-equal" | Gary Lin | 1 | -1/+1 |
| 2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 1 | -1/+1 |