aboutsummaryrefslogtreecommitdiff
path: root/lib/std/coff.zig
AgeCommit message (Expand)Author
2024-08-15std.coff: Capitalize MachineType.{Unknown,Thumb} for consistency.Alex Rønne Petersen
2024-08-15std.coff: Remove MachineType.fromTargetCpuArch().Alex Rønne Petersen
2024-07-24std.coff: Add missing entries to MachineType.Alex Rønne Petersen
2024-07-12std: Add loongarch support for coff. (#20583)YANG Xudong
2024-07-09std: fix typos (#20560)Jora Troosh
2024-07-07std.coff: fix setAlignmentKrzysztof Wolicki
2024-03-29lib/std/coff: add ImportNameType.NAME_EXPORTAS variantJakub Konka
2024-03-22lib/std/coff: add ImportHeader, and Relocation metadataJakub Konka
2024-03-22lib/std/coff: add undocumented machine type ARM64ECJakub Konka
2024-03-22lib/std/coff: allow for unhandled enum valuesJakub Konka
2024-03-14coff: only store PDB basenameElaine Gibson
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-09-02std.coff: Fixed compile error.Michal Ziulek
2023-08-15coff: handle the case of there being no PDB pathkcbanner
2023-08-15debug: support looking up debug symbols in both PDB and DWARF debug info, ins...kcbanner
2023-08-06std: remove some unused imports (#16710)Zachary Raineri
2023-07-27`std.coff`: check strtab lengths against `data` lengthRohlem
2023-07-20dwarf: fixup integer overflow in readEhPointerkcbanner
2023-07-20debug: fix reading -gdwarf generated debug sections in COFF fileskcbanner
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-08windows: rework DebugInfo to use less file operations and fix some memory man...kcbanner
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-04all: rename i386 to x86Ali Chraghi
2022-08-31coff: add import table definitionsJakub Konka
2022-08-30coff: add base relocation related typesJakub Konka
2022-08-30coff: move Symtab and Strtab out of coff.CoffJakub Konka
2022-08-30Merge pull request #12677 from ziglang/coff-linkerJakub Konka
2022-08-30coff: write headers to fileJakub Konka
2022-08-30coff: reorganize the linkerJakub Konka
2022-08-28coff: publicize and flesh out more image constantsWilliam Sengir
2022-08-28coff: fix reading COFF header offsetWilliam Sengir
2022-08-26coff: do not pull in std.log into coff.zig definitionsJakub Konka
2022-08-24fix coff.zig with const qualifier convert problemmax
2022-08-23coff: improve default COFF/PE object parserJakub Konka
2022-08-19coff: change improperly used packed struct into extern structJakub Konka
2022-04-28std.coff: parse out codebase and entrypoint from optionalheaderErik Hugne
2022-04-21debug: fix resource (de)allocation for Elf and Coff targetsJakub Konka
2022-03-15std: Add elf.EM, coff.MachineType to Target.CPU.Arch conversionsTom Maenan Read Cutting
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-01Update ensureTotalCapacity to ensureTotalCapacityPrecise where it makes senseRyan Liptak
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-18Add support for reading DWARF debug information from COFF filesMatt Chudleigh
2021-06-18Support long section names in COFF filesMatt Chudleigh
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley