summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2026-04-28BaseTools: Add GENFWHII_FLAGS to fix VS2026 GenFw build issueYang Gang1-0/+1
2026-04-27BaseTools/PatchCheck.py: Skip length check for Co-authored-by lineYang Gang1-0/+1
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-15BaseTools: tools_def: Align X64 CLANGDWARF and CLANGPDB DefsOliver Smith-Denny1-2/+2
2026-04-15BaseTools: tools_def: Canonicalize CLANGDWARF DefsOliver Smith-Denny1-120/+123
2026-04-11BaseTools/Conf: Add missing CLANGDWARF OBJCOPY_FLAGSMichael D Kinney1-0/+2
2026-04-10BaseTools: add --apply-dynamic-relocs option for AARCH64 CLAGNDWARFYeoreum Yun1-3/+3
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-04-03BaseTools: Only check for GCC prefixes when targetingAaron Pop1-13/+16
2026-04-02BaseTools: Enable 4k alignment for tool chainsAaron Pop2-27/+32
2026-04-01BaseTools/Plugin: Add lcov error tolerance for vendored source treesDoug Flick1-2/+7
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-07BaseTools/WindowsVsToolChain.py: Minor code style updatesMike Beaton1-2/+2
2026-03-06BaseTools/Source/Python/Trim: Add -f/--source-code-format optionMichael D Kinney2-4/+12
2026-03-05BaseTools: fix mdlint issuesSherry Fan3-152/+234
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-27BaseTools: Remove no longer needed warning suppressionMike Beaton1-17/+17
2026-02-26BaseTools: Remove GCC5 support from LinuxGccToolChain.pyMike Beaton1-37/+27
2026-02-26BaseTools: Remove previously deprecated GCC48, GCC49 and GCC5Mike Beaton1-638/+184
2026-02-26BaseTools: Remove period in v3.00 comment to standardize punctuationMike Beaton1-1/+1
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 Kinney11-116/+64
2026-02-12Revert "BaseTools/Source/C/Makefile: Update OBJECTS using OS specific SEP"Michael D Kinney1-2/+1
2026-02-10BaseTools: Update wiki linksMichael Kubacki1-1/+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 Tymoshenko11-64/+116
2026-02-02BaseTools: Refactor shell BinWrappers/PosixLike wrappersOleksandr Tymoshenko13-306/+34
2026-02-02BaseTools: Remove unused rules and dependenciesOleksandr Tymoshenko1-5/+1
2026-02-02BaseTools/Tests: Generate interim files in temp directoryOleksandr Tymoshenko2-7/+6
2026-02-02BaseTools/Tests: Fix clean targetOleksandr Tymoshenko1-4/+8
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-29BaseTools/Plugin/WindowsVsToolChain: Add WindowsSDKLibVersionMichael D Kinney1-1/+1
2026-01-29BaseTools/Plugin/WindowsVsToolChain: CLANGPDB add IA32 DLLs to PathMichael D Kinney1-0/+9
2026-01-23BaseTools/Conf: CLANGDWARF remove -mno-sse -mno-mmxMichael D Kinney1-1/+1
2026-01-20BaseTools: use double hyphens for CLANGPDB llvm-rcAlexander Gryanko1-0/+1
2026-01-15BaseTools: tools_def: Add support for CLANGPDB with AARCH64Oliver Smith-Denny2-1/+47