summaryrefslogtreecommitdiff
path: root/BaseTools/Source
AgeCommit message (Expand)AuthorFilesLines
2026-07-22BaseTools: Add support for preserving build IDChris Fernald4-8/+110
2026-07-18BaseTools/Trim.py: Strip "#pragma once" from inlined ASL contentMichael Kubacki1-0/+4
2026-07-17BaseTools/build.py: Use full source file path for dependency generationkowsiks1-3/+26
2026-07-16BaseTools/GenFv: Preserve legacy rebase behavior when Xip is unusedMichael D Kinney2-2/+6
2026-07-09BaseTools/GenFds: Print INF name on Depex eval failureChristopher Zurcher1-1/+5
2026-06-26BaseTools/Ecc: Add check for traditional include guardsMichael Kubacki4-0/+76
2026-06-26BaseTools: Fix MODEL_IDENTIFIER_MACRO_PROGMA typoMichael Kubacki4-5/+5
2026-06-23BaseTools/Build: Fix arch macro expansion scope in DSC parserKirk Chou1-1/+11
2026-06-22BaseTools/GenFds: Fix FV attribute parser to allow any keyword orderMichael D Kinney1-2/+2
2026-06-22BaseTools/GenFds: Allow PE32 section keywords in any orderMichael D Kinney1-25/+26
2026-06-22BaseTools/GenFv: Parse ,XIP suffix for per-file rebase controlMichael D Kinney2-2/+24
2026-06-22BaseTools/GenFds: Propagate Xip flag to FV INF via ,XIP suffixMichael D Kinney4-0/+44
2026-06-22BaseTools/GenFw: Fix LoongArch ELF-to-PE RVA conversionDongyan Qian1-17/+31
2026-05-26BaseTools: Adjust the LoongArch PC related static relocationChao Li1-60/+85
2026-05-26BaseTools/Capsule: Prevent to Read the STDOUT Content as SignatureJason1 Lin1-6/+30
2026-04-23BaseTools: Add missing machine types while dumping Option RomQihang Gao1-0/+2
2026-04-21BaseTools: Reject Inline Comments in tools_defOliver Smith-Denny1-0/+4
2026-04-09BaseTools: Ecc: Update to ANTLR 4.13.2Oliver Smith-Denny5-1407/+857
2026-04-09BaseTools: Ecc: Use SPDX in AutoGen TemplateOliver Smith-Denny1-10/+2
2026-04-09BaseTools: Ecc: Drop ANTLR 3 SupportOliver Smith-Denny4-24447/+0
2026-03-26BaseTools: Enable control flow guard for Windows buildsKun Qin2-6/+6
2026-03-26BaseTools: Suppress C4028 warning to support older VS toolchain buildsKun Qin1-0/+6
2026-03-13BaseTools: GenFfs/GenFv/GenSec: Fixing Warning 4319 from MSVCKun Qin3-3/+3
2026-03-06BaseTools/Source/Python/Trim: Add -f/--source-code-format optionMichael D Kinney1-2/+10
2026-03-05BaseTools: fix mdlint issuesSherry Fan2-139/+215
2026-02-28BaseTools/Eot: Apply CParser4 ANTLR 4.9 regeneration whitespace changesMichael Kubacki3-16/+21
2026-02-28BaseTools/Eot: Regenerate CParser4 files with ANTLR 4.9Michael Kubacki3-900/+929
2026-02-28BaseTools/Ecc: Apply CParser4 ANTLR 4.9 regeneration whitespace changesMichael Kubacki3-16/+21
2026-02-28BaseTools/Ecc: Regenerate CParser4 files with ANTLR 4.9Michael Kubacki3-895/+924
2026-02-27BaseTools/Source/C/Include/Common: Add back include guardMichael D Kinney6-0/+30
2026-02-27BaseTools/Source/C/VfrCompile: Fix parallel make failuresMichael D Kinney1-3/+4
2026-02-24BaseTools: Replace include guards with #pragma onceMichael Kubacki49-337/+187
2026-02-24BaseTools/Ecc: Remove #ifndef include guard checksMichael Kubacki5-92/+0
2026-02-24BaseTools/VfrCompile: Add #pragma once supportMichael Kubacki1-9/+13
2026-02-12Revert "BaseTools: Add support for out-of-tree builds"Michael D Kinney9-102/+62
2026-02-12Revert "BaseTools/Source/C/Makefile: Update OBJECTS using OS specific SEP"Michael D Kinney1-2/+1
2026-02-06BaseTools/Source/C/Makefile: Update OBJECTS using OS specific SEPMichael D Kinney1-1/+2
2026-02-02BaseTools: Add support for out-of-tree buildsOleksandr Tymoshenko9-62/+102
2026-02-02BaseTools: Remove unused rules and dependenciesOleksandr Tymoshenko1-5/+1
2026-02-01BaseTools/EfiRom: fix compiler warningGerd Hoffmann1-2/+1
2026-02-01BaseTools/StringFuncs: fix gcc 16 warningGerd Hoffmann1-2/+1
2026-01-30BaseTools: Prevent Subsection PCDs from polluting global expressionsPaddyDeng1-2/+3
2026-01-06BaseTools/Source/C/Makefiles: Detect cycle in pidsMichael D Kinney1-0/+4
2026-01-06BaseTools/build: Add defines for Windows build environmentsMichael D Kinney1-0/+5
2025-12-24BaseTools/GenFw: Ignore R_*_NONE relocations on all architecturesArd Biesheuvel1-10/+9
2025-12-24BaseTools,UefiPayloadPkg: Replace deprecated R_AARCH64_NONE valueArd Biesheuvel1-1/+1
2025-12-24BaseTools: GNUMakefiles must use CMD.EXE in WindowsMichael D Kinney8-16/+24
2025-12-22BaseTools: Fix multiple security vulnerabilities (Defense in Depth)200004198-126/+173
2025-12-03BaseTools: Cap AutoGen thread count to avoid file descriptor exhaustionAyden Meng1-1/+10
2025-12-03BaseTools: Handle file descriptor exhaustion during parallel buildAyden Meng1-0/+7