UnixMmap.jl

A Julia package that exposes the Unix mmap interfaces

MIT License

Stars
8
Committers
1

Bot releases are visible (Hide)

UnixMmap.jl - v1.0.2 Latest Release

Published by github-actions[bot] 5 months ago

UnixMmap v1.0.2

Diff since v1.0.1

Merged pull requests:

  • Set finalizer on underlying Memory object in Julia 1.11+ (#11) (@jmert)
  • Upgrade to Documenter v1.3+ to produce link inventories (#12) (@jmert)
UnixMmap.jl - v1.0.1

Published by jmert 12 months ago

What's Changed

Full Changelog: https://github.com/jmert/UnixMmap.jl/compare/v1.0.0...v1.0.1

UnixMmap.jl - v1.0.0

Published by github-actions[bot] almost 3 years ago

UnixMmap v1.0.0

Diff since v0.1.1

Merged pull requests:

  • Update CI with changes from PkgTemplates.jl (#5) (@jmert)
  • Add binding for msync and associated constants (#6) (@jmert)
  • Prepare for registration (#7) (@jmert)
UnixMmap.jl - v0.1.1

Published by jmert over 3 years ago

First semi-public release.

Basic functionality was established in v0.1.0, but there were missing doc strings and no documentation. This patch release adds doc strings to the flag constant types and establishes very basic documentation of the API.