Skip to content

gflagsv2.3.0

Updated

A C++ library that implements commandline flags processing

#Usage

gflags provides CMake targets:

set(GFLAGS_USE_TARGET_NAMESPACE ON)
find_package(gflags CONFIG REQUIRED)
target_link_libraries(main PRIVATE gflags::gflags)

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Host Tool For

No ports use this.

#Contributors

  • Arkady Shapkin's avatarArkady Shapkin
  • Robert Schumacher's avatarRobert Schumacher
  • Alexander Karatarakis's avatarAlexander Karatarakis
  • Charles Barto's avatarCharles Barto
  • Guillaume Dumont's avatarGuillaume Dumont
  • Koby Kahane's avatarKoby Kahane
  • Stefano Sinigardi's avatarStefano Sinigardi
  • Yury Bura's avatarYury Bura
  • Ivy Snow's avatarIvy Snow
  • Phil Christensen's avatarPhil Christensen
  • pravic's avatarpravic
  • Billy O'Neal's avatarBilly O'Neal
  • bucurb's avatarbucurb
  • Jafar Abdi's avatarJafar Abdi
  • autoantwort's avatarautoantwort
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • Kai Pastor's avatarKai Pastor
  • toge's avatartoge

#Changelog

  • 0ee2258[gflags] update to 2.3.0 (#48733)
  • 2e70255[gflags] Fix release-only build (#35373)
  • a44d019[gflags] Cleanup, fix usage (#35188)
  • 7cfd63d[many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882)
  • 5b11232[many-ports] Don't use deprecated functions (autogenerated) (#26981)
  • e7e328c[many ports] call vcpkg_fixup_pkgconfig() (#20953)
  • b7aa438[gflags]: Fix targets gflags::* not being globally visible (#20011)
  • b295670Bulk convert control files. (#19986)
  • 3582b8a[glog] Fixed gflags dependency (#18739)
  • 09a647aDelete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
Show 30 earlier changes
  • e62d136[vcpkg] Add Supports: field. Use contents of triplets instead of names for dependency resolution. (#8601)
  • 18b029a[WIP] Add a Homepage URL entry for vcpkg ports (#2933)
  • 8b46548patch missing @ in cmake config
  • b79ad15[gflags] Update to version 2.2.2.
  • ffb7725Update versions
  • cc3d12b[rocksdb] Fix build and use debug suffix 'd' [gtest] Fix issue #2373
  • 9f9778c[many ports] Improve behavior on Linux and general cleanup
  • 9c10548[gflags] remove old patch, fixed upstream, introduce a new patch to fix wrong config path (#2917)
  • 76c28ad[gflags] Fix regression in previous gflags update for existing users.
  • d4cf299[gflags] Use vcpkg_fixup_cmake_targets() instead of patching
  • 8c09cad[gflags] update to 2.2.1
  • 7938006[ports] Mark several ports as unbuildable on UWP
  • 26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
  • ecf671b[gflags] Rebuild required because of changes vcpkg_fixup_cmake_targets()
  • 5bcd47a[gflags] Bump CONTROL file version
  • 1b3aa5a[gflags] Simplified portfile
  • 2b56171[gflags] Fix bug with static linking
  • f8c119dFixed wrong location of gflags license file
  • dd7c39f[gflags] Lowercase install directories. Bump version to account for this and c0c2135.
  • c0c2135[gflags] Add quotes to avoid stripping semicolons from the config module.
  • 33d5ff4[gflags] Switch to using zip files -- this makes the download faster and easier to upgrade. Remove gflags_nothreads to avoid choices at link time.
  • 8b558dbUpdated gflags to v2.2.0
  • 1808d46triplet is now automatically included before portfiles.
  • cb67d45fix gflags
  • 997ef3d[gflags] Remove leftover set(F)
  • edfb6c7[gflags] Enable static building
  • 20f18f6[gflags] Fix #225
  • e58373e[gflags] Mark as not supporting static yet
  • b1fe038Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123
  • 827b514[gflags] Initial addition