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