zig/lib/std/Build
Andrew Kelley 517cfb0dd1 fuzzing: progress towards web UI
* libfuzzer: close file after mmap
* fuzzer/main.js: connect with EventSource and debug dump the messages.
  currently this prints how many fuzzer runs have been attempted to
  console.log.
* extract some `std.debug.Info` logic into `std.debug.Coverage`.
  Prepares for consolidation across multiple different executables which
  share source files, and makes it possible to send all the
  PC/SourceLocation mapping data with 4 memcpy'd arrays.
* std.Build.Fuzz:
  - spawn a thread to watch the message queue and signal event
    subscribers.
  - track coverage map data
  - respond to /events URL with EventSource messages on a timer
2024-08-07 00:48:32 -07:00
..
Cache introduce tool for dumping coverage file 2024-08-07 00:48:32 -07:00
Step fuzzing: progress towards web UI 2024-08-07 00:48:32 -07:00
Cache.zig add sub-compilation cache inputs to parents in whole mode 2024-07-24 19:40:54 -07:00
Fuzz.zig fuzzing: progress towards web UI 2024-08-07 00:48:32 -07:00
Module.zig add the build system API for enabling fuzzing 2024-07-22 13:07:02 -07:00
Step.zig introduce a web interface for fuzzing 2024-08-07 00:48:32 -07:00
Watch.zig Watch.zig: add initial windows implementation 2024-07-27 11:32:43 -04:00