summaryrefslogtreecommitdiff
path: root/libc/utils/hdrgen
AgeCommit message (Expand)Author
2025-11-19[Clang] Gut the libc wrapper headers and simplify (#168438)Joseph Huber
2025-10-30[libc][hdrgen] Sort identifiers with leading underscores specially (#165745)Roland McGrath
2025-10-30[libc][hdrgen] Add extra_standards and license_text (#165459)Roland McGrath
2025-10-28[libc][hdrgen] Fix `includes` sorting in JSON emission (#165460)Roland McGrath
2025-08-08[libc][hdrgen] Fix hdrgen when using macros as guards in stdlib.yaml. (#152732)Muhammad Bassiouni
2025-03-18[libc] Define (stub) dl_iterate_phdr (#131436)Roland McGrath
2025-03-14[libc] init uefi (#131246)Tristan Ross
2025-02-26[libc][hdrgen] Allow to treat hdrgen Python code as a Python module. (#128955)Alexey Samsonov
2025-02-19[libc] Add --json mode for hdrgen (#127847)Roland McGrath
2025-02-15[libc] Produce standard-compliant header guard macros in hdrgen (#127356)Roland McGrath
2025-02-14[libc] Elide extra space in hdrgen function declarations (#127287)Roland McGrath
2025-02-14[libc] Add merge_yaml_files feature to hdrgen (#127269)Roland McGrath
2025-02-14[libc] Make template_header optional for hdrgen (#127259)Roland McGrath
2025-02-14[libc] Fix hdrgen to be compatible with Python 3.8 (#127265)Roland McGrath
2025-02-14[libc] Make hdrgen deduce header type lists from function signatures (#127251)Roland McGrath
2025-02-14[libc] Make hdrgen emit correct relative paths for llvm-libc-types (#127150)Roland McGrath
2025-02-13[libc] Make hdrgen support macro_header YAML field. (#123265)Roland McGrath
2025-01-16[libc] Fix hdrgen output for no-argument functions (#123245)Roland McGrath
2025-01-08[libc] Add --write-if-changed switch to hdrgen/main.py (#122037)Roland McGrath
2025-01-07[libc] clean up the hdrgen docs a bit (#121974)Michael Jones
2025-01-07[libc] Revamp hdrgen command line and build integration (#121522)Roland McGrath
2025-01-01[libc] Make GpuHeaderFile a subclass (#121445)Roland McGrath
2025-01-01[libc] Move hdrgen yaml files into include/ (#121443)Roland McGrath
2024-12-30[libc] Remove unnecessary subdirectory layers in utils/hdrgen (#121363)Roland McGrath
2024-12-30[libc] Move hdrgen into utils/ subdirectory (#121256)Roland McGrath