• Home
  • Raw
  • Download

Lines Matching full:fixed

4 Fixed 267: Support build with GCC option "-fvisibility=hidden".
5 Fixed 262: Declare FALGS_no##name variables as static to avoid "previous extern" warning.
6 Fixed 261: Declare FlagRegisterer c’tor explicit template instanations as extern in header
7 Fixed 257: Build with _UNICODE support on Windows.
8 Fixed 233/234/235: Move CMake defines that are unused by Bazel to separate header; makes config.h p…
9 Fixed 228: Build with recent MinGW versions that define setenv.
10 Fixed 226: Remove obsolete and unused CleanFileName code
48 - Fixed issue 127: snprintf already defined when building with MSVC 2015
49 - Fixed issue 51/138: Memory leaks reported by valgrind
50 - Fixed issue 173: Validate flags only once
51 - Fixed issue 168: Unsigned and signed comparison in gflags_reporting.cc
52 - Fixed issues 176/153: Add -lpthread link argument to Bazel build, refactor BUILD rules
53 - Fixed issue 89: Add GFLAGS_IS_A_DLL to imported CMake target INTERFACE_COMPILE_DEFINITIONS
54 - Fixed issue 104: Set INTERFACE_INCLUDE_DIRECTORIES of exported CMake targets
55 - Fixed issue 174: Missing gflags-targets.cmake file after installation
56 - Fixed issue 186: Error linking to gflags IMPLIB with MSVC using CMake
64 - Fixed issue 94: Keep "google" as primary namespace and import symbols into "gflags" namespace
65 - Fixed issue 96: Fix binary ABI compatibility with gflags 2.0 using "google" as primary namespace
66 - Fixed issue 97/101: Removed (patched) CMake modules and enabled C language instead
67 - Fixed issue 103: Set CMake policy CMP0042 to silence warning regarding MACOS_RPATH setting
72 - Fixed issue 77: GFLAGS_IS_A_DLL expands to empty string in gflags_declare.h
73 - Fixed issue 79: GFLAGS_NAMESPACE not expanded to actual namespace in gflags_declare.h
74 - Fixed issue 80: Allow include path to differ from GFLAGS_NAMESPACE
81 - Fixed issue 54: Fix "invalid suffix on literal" (C++11)
82 - Fixed issue 57: Use _strdup instead of strdup on Windows
83 - Fixed issue 62: Change all preprocessor include guards to start with GFLAGS_
84 - Fixed issue 64: Add DEFINE_validator macro
85 - Fixed issue 73: Warnings in Visual Studio 2010 and unable to compile unit test