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