Skip to Content

mman vgit-f5ff813

Created
Updated

A light implementation of the mmap functions for MinGW.

# Usage

The mman.h header deployed by mman is placed in mman/sys/mman.h to avoid accidental inclusion.

find_path(MMAN_DIR NAMES sys/mman.h PATH_SUFFIXES mman)
target_include_directories(main PRIVATE ${MMAN_DIR}) 

# License

Unknown

# Supported Platforms

windows

  • windows
  • linux
  • osx
  • uwp

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Ivy Snow's avatar Ivy Snow
  • Robert Schumacher's avatar Robert Schumacher
  • pravic's avatar pravic
  • Stefano Sinigardi's avatar Stefano Sinigardi
  • Billy O'Neal's avatar Billy O'Neal
  • autoantwort's avatar autoantwort

# Changelog

  • 0e96f76 [mman] only windows (#22453)
  • b295670 Bulk convert control files. (#19986)
  • 09a647a Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • 726c111 [vcpkg] fatal_error when patch fails to apply (#8087)
  • 18b029a [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
  • 3b56fc7 [mman] Fix static build
  • b5ddd44 [mman] Move header to mman/sys/mman.h to avoid tricking other libraries
  • 1f9c734 [mman] Fix static linkage. Fixes #2856.
  • 89b2fe6 [mman] git-f5ff813 initial.

# Source