Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vixcpp/process
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: vixcpp/process
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 2 commits
  • 38 files changed
  • 1 contributor

Commits on Apr 19, 2026

  1. process: production-ready backend + pipeline + async + tests

    - implement full POSIX backend (fork/exec, pipes, wait, status, kill, terminate, output)
    - implement Windows backend (CreateProcess, pipes, wait, status, kill, terminate, output)
    - add real pipeline support (POSIX + Windows) with pipe wiring between processes
    - integrate pipeline into public API (pipeline::spawn / wait)
    - add async wrappers for process and pipeline (spawn, wait, output)
    - improve error handling (consistent ProcessErrorCode mapping)
    - add robust examples:
      - pipeline_basic.cpp
      - pipeline_output.cpp
      - output_large.cpp
    - add async examples for pipeline usage
    - add comprehensive tests:
      - sync tests (invalid cases + real execution)
      - async tests (spawn, wait, output, cancellation)
    - fix includes and linkage issues in async tests
    - improve module README (production positioning, pipeline, async, examples)
    
    process module is now fully usable in real-world workloads
    GaspardKirira committed Apr 19, 2026
    Configuration menu
    Copy the full SHA
    b236001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    286174d View commit details
    Browse the repository at this point in the history
Loading