1. 25 Mar, 2015 2 commits
  2. 24 Mar, 2015 36 commits
  3. 17 Jul, 2014 2 commits
    • Andreas Schuh's avatar
      cmake: Do not cache GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR. · 376ef823
      Andreas Schuh authored
      These CMake variables are now set to a default which both maintains binary backwards compatibility with previous versions of the library, but at the same time allows already the use of the new "gflags" namespace instead of "google". Users may still override the default using the -D option of cmake, for example, when they use the library directly as submodule in their own project and prefer a different namespace/installation directory.
      376ef823
    • Andreas Schuh's avatar
      Change default GFLAGS_NAMESPACE to "google;gflags" and add GFLAGS_INCLUDE_DIR… · 76cbe0d0
      Andreas Schuh authored
      Change default GFLAGS_NAMESPACE to "google;gflags" and add GFLAGS_INCLUDE_DIR with default "gflags" to cache.
      
      This ensures binary compatibility with previous 2.x release versions while allowing users to refer to the gflags library symbols using the preferred "gflags" namespace identifier.
      76cbe0d0