summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/Makefiles
AgeCommit message (Expand)AuthorFilesLines
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-02-12Revert "BaseTools: Add support for out-of-tree builds"Michael D Kinney4-40/+15
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 Tymoshenko4-15/+40
2026-01-06BaseTools/Source/C/Makefiles: Detect cycle in pidsMichael D Kinney1-0/+4
2025-12-24BaseTools: GNUMakefiles must use CMD.EXE in WindowsMichael D Kinney2-7/+7
2025-11-21BaseTools: Fix error messages in GnuMakeUtils scriptOleksandr Tymoshenko1-9/+9
2025-10-21BaseTools: Add Quoting to Python Path on WindowsNate DeSimone1-6/+7
2025-09-26BaseTools: Remove ARM32 SupportOliver Smith-Denny3-25/+0
2025-06-07BaseTools: Add support for mingw-w64Nate DeSimone4-35/+408
2025-03-12BaseTools/Source/C: Disable VS flexible array member warningMichael D Kinney1-1/+8
2024-12-21BaseTools: Support custom library build for base tools on Linux ARMkuqin121-5/+5
2024-12-21BaseTools: Adding support of building BaseTool on Windows ARM/ARM64kuqin121-0/+17
2023-06-01BaseTools: remove duplicate includes: IndustryStandard/Acpi*.hGerd Hoffmann2-0/+2
2023-06-01BaseTools: remove duplicate includes: <arch>/ProcessorBind.hGerd Hoffmann2-8/+18
2023-05-08BaseTools: use threading.current_thread in NmakeSubdirs.pyRebecca Cran1-1/+1
2023-04-05BaseTools: Build against C++14 when building with clangRebecca Cran1-1/+1
2023-04-05BaseTools: Allow users to build with clang using CC=clang CXX=clang++Rebecca Cran1-9/+10
2023-04-05BaseTools: Allow users to specify compiler to use with make CC= CXX=Rebecca Cran3-29/+29
2022-11-08BaseTools/Source/C: Use /Z7 instead of /Zi for host toolsMichael D Kinney1-3/+2
2022-10-14BaseTools: Update GenFw/GenFv to support LoongArch platform.Chao Li1-0/+6
2020-11-06BaseTools: Fix BaseTools nmake cleanall hang issuefengyunhua1-1/+4
2020-10-10BaseTools: Move C tool flags before the common flagsgaoliming1-1/+1
2020-09-29BaseTools: Add RISCV64 bindingNikita1-0/+6
2020-07-21Using LLVM compiler set to build BaseTools in LinuxLiu, Zhiguang1-2/+20
2019-12-23edksetup.bat stuck on unicode locale WindowsPark, Aiden1-1/+1
2019-10-04BaseTools: strip trailing whitespaceLeif Lindholm5-11/+11
2019-07-08BaseTools: Fix various typosAntoine Cœur1-1/+1
2019-05-03BaseTools: support arm64 as a platform name in addition to aarch64Rebecca Cran1-2/+3
2019-05-01BaseTools: Add GCC flags to Basetool build.Feng, Bob C1-1/+2
2019-05-01BaseTools: split long line into multiple short lines.Bob Feng1-2/+5
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney10-70/+10
2019-04-01BaseTools:Coding problems caused by special charactersFan, ZhijuX1-1/+1
2019-01-14BaseTools: Remove unused logic from C toolsFeng, Bob C1-1/+0
2018-09-12BaseTools: Support multi thread build Basetool on WindowsDongao Guo1-0/+169
2018-08-16BaseTools/Source/C: take EXTRA_LDFLAGS from the callerLaszlo Ersek1-0/+3
2018-08-16BaseTools/Source/C: take EXTRA_OPTFLAGS from the callerLaszlo Ersek1-1/+4
2018-08-16BaseTools/Source/C: split "-O2" to BUILD_OPTFLAGSLaszlo Ersek1-1/+5
2018-08-16BaseTools/header.makefile: remove "-c" from BUILD_CFLAGSLaszlo Ersek1-2/+2
2018-08-16BaseTools/footer.makefile: expand BUILD_CFLAGS last for C files tooLaszlo Ersek1-1/+1
2018-07-09BaseTools: Clean up source filesLiming Gao1-2/+2
2018-03-08BaseTools/header.makefile: revert gcc-8 "-Wno-xxx" options on OSXLaszlo Ersek1-1/+1
2018-03-06BaseTools/header.makefile: add "-Wno-restrict"Laszlo Ersek1-2/+2
2018-03-06BaseTools/header.makefile: add "-Wno-stringop-truncation"Laszlo Ersek1-2/+2
2018-02-06BaseTools GNUmakefile: Move HOST_ARCH detection into common makefileLiming Gao1-2/+26
2018-01-24BaseTools: Barf on unknown HOST_ARCH in C MakefileChema Gonzalez2-8/+10
2017-12-25BaseTools: Update Makefile to work at absolute pathLiming Gao2-3/+3
2017-11-30BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflictLiming Gao3-18/+18