1. 24 Mar, 2015 35 commits
  2. 17 Jul, 2014 3 commits
  3. 02 May, 2014 2 commits
    • Andreas Schuh's avatar
      Support alternative namespaces in GFLAGS_NAMESPACE CMake variable. · 659b440f
      Andreas Schuh authored
      The first element in the GFLAGS_NAMESPACE list is used as primary/default namespace. The symbols are then imported from this primary namespace into each of the other alternative namespaces with the using keyword. This is in particular used to maintain backwards compatibility with previous gflags library versions that used the "google" namespace instead of the new default "gflags" namespace.
      659b440f
    • Andreas Schuh's avatar
      Define GFLAGS_NAMESPACE in public headers. · a93de007
      Andreas Schuh authored
      This avoids any mistakes where once @GFLAGS_NAMESPACE@ was used in public .h.in files, or the #define GFLAGS_NAMESPACE in internal source files.
      a93de007