gflags v2.2.1 Release Notes

Release Date: 2017-07-11 // almost 7 years ago
  • ๐Ÿš€ Maintenance release with mainly Windows build fixes.

    • ๐Ÿ”— Link to online documentation in README
    • #194: Include utils by file instead of CMAKE_MODULE_PATH search
    • ๐Ÿšš #195: Remove unused program_name variable
    • #196: Enable language C for older CMake versions when needed
    • ๐Ÿ— #202: Changed include directory in bazel build
    • #207: Mark single argument constructors in mutex.h as explicit
    • #209: Use inttypes.h on VC++ 2013 and later
    • #212: Fix statically linked gflags library with MSVC
    • ๐Ÿ #213: Modify installation paths on Windows for vcpkg
    • ๐Ÿ”’ #215: Fix static initialization order fiasco caused by global registry lock
    • #216: Fix use of ARGC in CMake macros
    • #222: Static code analyzer error regarding strncmp with empty kRootDir
    • #224: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions