gflags v2.2.2
- Created
- 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)
# License
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
- arrow
- braft
- brpc
- cachelib
- cartographer
- ceres (feature
tools
) - colmap
- fbthrift
- fizz
- flashlight-cpu (feature
asr
) - flashlight-cpu (feature
imgclass
) - flashlight-cpu (feature
lm
) - flashlight-cpu (feature
objdet
) - flashlight-cuda (feature
asr
) - flashlight-cuda (feature
imgclass
) - flashlight-cuda (feature
lm
) - flashlight-cuda (feature
objdet
) - folly
- glog
- libtorch
- opencv3 (feature
sfm
) - opencv4 (feature
sfm
) - proxygen
- rsocket
- wangle
# Host Dependents
No dependents.
# Contributors
- Arkady Shapkin
- Robert Schumacher
- Alexander Karatarakis
- Charles Barto
- Guillaume Dumont
- Koby Kahane
- Stefano Sinigardi
- Yury Bura
- Ivy Snow
- Phil Christensen
- pravic
- Billy O'Neal
- bucurb
- Jafar Abdi
- autoantwort
- Jack·Boos·Yu
- Kai Pastor
# Changelog
and 29 more commits:
8b46548
patch missing @ in cmake configb79ad15
[gflags] Update to version 2.2.2.ffb7725
Update versions9f9778c
[many ports] Improve behavior on Linux and general cleanup76c28ad
[gflags] Fix regression in previous gflags update for existing users.d4cf299
[gflags] Use vcpkg_fixup_cmake_targets() instead of patching8c09cad
[gflags] update to 2.2.17938006
[ports] Mark several ports as unbuildable on UWP26516fe
vcpkg_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 version1b3aa5a
[gflags] Simplified portfile2b56171
[gflags] Fix bug with static linkingf8c119d
Fixed wrong location of gflags license filedd7c39f
[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.8b558db
Updated gflags to v2.2.01808d46
triplet is now automatically included before portfiles.cb67d45
fix gflags997ef3d
[gflags] Remove leftover set(F)edfb6c7
[gflags] Enable static buildinge58373e
[gflags] Mark as not supporting static yet827b514
[gflags] Initial addition