Skip to content

mmanvgit-f5ff813

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

Could not be determined

#Supported Platforms

windows

  • windows
  • linux
  • osx
  • uwp

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Ivy Snow's avatarIvy Snow
  • Robert Schumacher's avatarRobert Schumacher
  • pravic's avatarpravic
  • Stefano Sinigardi's avatarStefano Sinigardi
  • Billy O'Neal's avatarBilly O'Neal
  • autoantwort's avatarautoantwort

#Changelog

  • 0e96f76[mman] only windows (#22453)
  • b295670Bulk convert control files. (#19986)
  • 09a647aDelete 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.