| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools/AutoGen: GenMake response file quotes strings | Michael D Kinney | 2025-02-02 | 1 | -3/+14 |
* | BaseTools: GenMake: FIx missing logs from GenMake.py | Ken Lautner | 2024-09-02 | 1 | -0/+1 |
* | BaseTools: Fix raw strings containing valid escape characters | Joey Vagedes | 2024-01-10 | 1 | -1/+1 |
* | BaseTools: Resolve regex syntax warnings | Joey Vagedes via groups.io | 2023-12-21 | 1 | -1/+1 |
* | BaseTools: add '-p' for Linux 'cp' command. | Chen, Christine | 2022-07-17 | 1 | -1/+1 |
* | BaseTools: Fix the GenMake bug for .cpp source file | Feng, Bob C | 2022-06-28 | 1 | -1/+2 |
* | BaseTools: Remove RVCT supportedk2-stable202205-rc1 | Rebecca Cran | 2022-05-13 | 1 | -1/+1 |
* | BaseTools/GenMake: Use ToolDefinition as fallback option | Pierre Gondois | 2021-09-29 | 1 | -4/+4 |
* | BaseTools/GenMake: Sort generated makefile tool definitions | Michael D Kinney | 2021-04-27 | 1 | -4/+8 |
* | BaseTools: Limit command line length. | Mingyue Liang | 2020-11-10 | 1 | -8/+33 |
* | BaseTools: Normalize case of pathname when evaluating Macros. | Mingyue Liang | 2020-09-25 | 1 | -2/+4 |
* | BaseTools: Generate multiple rules when multiple output files | Pierre Gondois | 2020-07-02 | 1 | -0/+6 |
* | BaseTools: Remove caret in NASM_INC macro | Pierre Gondois | 2020-02-12 | 1 | -3/+4 |
* | BaseTools: Rationalise makefile generation | Pierre Gondois | 2020-02-12 | 1 | -64/+74 |
* | BaseTools: Fixed a Incremental build issue | Bob Feng | 2020-02-09 | 1 | -1/+1 |
* | 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 |