Age | Commit message (Expand) | Author | Files | Lines |
2024-02-29 | BaseTools/AutoGen: declare ProcessLibraryConstructorList() for SEC modules | Laszlo Ersek | 1 | -0/+8 |
2024-02-08 | BaseTools: Remove Duplicate sets of SkuName and SkuId from allskuset | Ashraf Ali S | 1 | -0/+2 |
2024-02-08 | BaseTools: Optimize GenerateByteArrayValue and CollectPlatformGuids APIs | devel@edk2.groups.io | 1 | -10/+6 |
2024-01-31 | Basetools: Include PCD declarations from Library Instance | levi.yun | 1 | -1/+4 |
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 | 7 | -8/+8 |
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 | 3 | -15/+6 |
2022-04-22 | BaseTools: Move gPlatformFinalPcd to Datapipe and optimize size | Li, Yi1 | 2 | -0/+3 |
2022-01-13 | BaseTools: Fix wrong variable header size | Chen, Lin Z | 1 | -1/+5 |
2021-12-28 | BaseTools: Fix the bug of --cmd-len build option | Bob Feng | 2 | -0/+3 |
2021-11-11 | BaseTools: Add authenticated variable store support | Chen, Lin Z | 1 | -3/+54 |
2021-09-29 | BaseTools: Remove Makefile/MakefileName fields | Pierre Gondois | 1 | -1/+0 |
2021-09-29 | BaseTools/GenMake: Use ToolDefinition as fallback option | Pierre Gondois | 1 | -4/+4 |
2021-08-02 | python: Replace distutils.utils.split_quotes with shlex.split | Cole | 1 | -2/+2 |
2021-05-10 | BaseTools: Fix DSC override of Guided tool | Michael D Kinney | 1 | -4/+3 |
2021-05-03 | BaseTools: Fix New Target/ToolChain/Arch in DSC [BuildOptions] issues | Michael D Kinney | 2 | -30/+24 |
2021-04-29 | BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions] | Michael D Kinney | 2 | -36/+129 |
2021-04-27 | BaseTools/GenMake: Sort generated makefile tool definitions | Michael D Kinney | 1 | -4/+8 |
2021-04-23 | BaseTools/Source/Python: Verify TAB_TOD_DEFINES_FAMILY key present | Michael D Kinney | 2 | -5/+15 |
2021-04-14 | BaseTools/PlatformAutoGen: MAKE_FLAGS and MAKE_PATH fixes | Michael D Kinney | 1 | -15/+21 |
2021-01-06 | BaseTools: Fix the improper error logging | Irene Park | 1 | -1/+1 |
2020-12-23 | BaseTools: Should always define PCD TOKEN value as Zero for static PCD | Yunhua Feng | 1 | -2/+1 |
2020-11-19 | BaseTools: Resolve index out of range errors. | Mingyue Liang | 1 | -1/+2 |
2020-11-10 | BaseTools: Limit command line length. | Mingyue Liang | 2 | -9/+44 |
2020-11-05 | BaseTools: Enable Module Scope Structure Pcd | Bob Feng | 4 | -8/+19 |
2020-10-13 | BaseTools: Add EDKII_DSC_PLATFORM_GUID MACRO | fengyunhua | 1 | -0/+3 |
2020-09-25 | BaseTools: Remove CanSkip calling for incremental build | Bob Feng | 1 | -3/+0 |
2020-09-25 | BaseTools: Normalize case of pathname when evaluating Macros. | Mingyue Liang | 1 | -2/+4 |
2020-09-25 | BaseTools: Add included files to deps_target file. | Mingyue Liang | 1 | -3/+1 |
2020-09-08 | BaseTools: Sort the Pcd set when generating the VPD binary | Bob Feng | 1 | -1/+1 |
2020-08-14 | BaseTools: fix ucs-2 lookup on python 3.9 | Cole Robinson | 1 | -1/+1 |
2020-08-14 | BaseTools: Move CreateAsBuiltInf into AutoGenWorker for parallel | Bob Feng | 1 | -1/+1 |
2020-08-07 | BaseTools: Improve the method of checking queue empty | Feng, Bob C | 1 | -6/+20 |
2020-07-17 | BaseTools: Add Guid name support in GenFfs. | Yuwei Chen | 1 | -0/+24 |
2020-07-02 | BaseTools: Fix string concatenation | Pierre Gondois | 1 | -1/+1 |
2020-07-02 | BaseTools: Generate multiple rules when multiple output files | Pierre Gondois | 2 | -17/+27 |
2020-03-31 | BaseTools:GuidedSectionTools.txt is not generated correctly | Fan, ZhijuX | 1 | -1/+2 |
2020-03-24 | BaseTools:Fix build tools print traceback info issue | Fan, ZhijuX | 1 | -3/+0 |
2020-03-02 | BaseTools: Remove invalid leading space before !INCLUDE in Makefile | Bob Feng | 1 | -8/+8 |
2020-02-13 | BaseTools:build failure in CLANGPDB tool chain | Fan, ZhijuX | 1 | -0/+2 |
2020-02-12 | BaseTools: Remove caret in NASM_INC macro | Pierre Gondois | 1 | -3/+4 |
2020-02-12 | BaseTools: Rationalise makefile generation | Pierre Gondois | 3 | -84/+101 |
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 | 2 | -3/+11 |
2020-01-13 | BaseTools:Fix GenFds issue for BuildOption replace GenFdsOption | Fan, ZhijuX | 1 | -19/+37 |
2019-12-18 | BaseTools: Fix build failure when multiple build targets given | Bob Feng | 2 | -2/+2 |
2019-12-10 | BaseTools: Remove redundant binary cache file | Steven Shi | 1 | -29/+0 |
2019-12-10 | BaseTools: Leverage compiler output to optimize binary cache | Steven Shi | 4 | -644/+581 |