Skip to Content

getopt-win32 v1.1.0.20220925

Created
Updated

An implementation of getopt.

# Usage

getopt-win32 provides CMake targets:

find_package(unofficial-getopt-win32 REQUIRED)
target_link_libraries(main PRIVATE unofficial::getopt-win32::getopt) 

# License

# Supported Platforms

windows & !mingw

  • windows
  • linux
  • osx
  • uwp

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Frederik Carlier's avatar Frederik Carlier
  • Phil Christensen's avatar Phil Christensen
  • Alexander Neumann's avatar Alexander Neumann
  • Max Khon's avatar Max Khon
  • Dimitrij Mijoski's avatar Dimitrij Mijoski
  • Zac Walker's avatar Zac Walker
  • tdcosta100's avatar tdcosta100
  • Cheney Wang's avatar Cheney Wang
  • Weihang Ding's avatar Weihang Ding

# Changelog

  • 41e2670 [getopt-win32] Bump to 1.1.0.20220925 (#33893)
  • 25663f2 [vcpkg baseline][ideviceinstaller] Fixing error LNK2005 when argtable2 installed before ideviceinstaller (#28459)
  • 5771eef [getopt-win32] Missing include directory in package (#28367)
  • cf1fda5 [getopt-win32] Allow use as a CMake package (#28192)
  • d090b93 [getopt-win32] ARM64 support (#24963)
  • 261ca0d Fix builing nuspell[tools] on Mingw (#24715)
  • c34b8fe [getopt-win32] Rename "extern C" macros as MS VC C++ headers use _END_EXTERN_C macro (#22773)
  • 71f5a6f [getopt-win32] fix static builds (#17942)
  • e62d136 [vcpkg] Add Supports: field. Use contents of triplets instead of names for dependency resolution. (#8601)
  • d962dc7 [vcpkg] Add optional 'Homepage' field to CONTROL (#6844)
  • cc00cf0 New packages: libimobiledevice, getopt, readline (#3504)

# Source