mpc icon indicating copy to clipboard operation
mpc copied to clipboard

Refactor: Namespace cleansing ⚠️

Open Shdorsh opened this issue 8 months ago • 0 comments

🔲Depends on #173

⚠️Might break projects that rely on standard libraries linked via mpc.h

Cleans the headspace by:

  1. Creating a private header internals/mpc_internal.h, which integrates mpc.h.
  2. Hides dependencies in mpc_internal.h.
  3. Removes unused dependencies.

This here also tags the release as "v0.10". Starting now, releases should be tagged.

Shdorsh avatar May 07 '25 00:05 Shdorsh