1. 01 Mar, 2016 3 commits
  2. 29 Feb, 2016 1 commit
  3. 27 Feb, 2016 1 commit
  4. 30 Jan, 2016 1 commit
  5. 05 Nov, 2015 1 commit
  6. 03 Apr, 2015 1 commit
    • Andreas Schuh's avatar
      #113 Require CMake >= 2.8.12 · 58345b18
      Andreas Schuh authored
      Earlier version, such as CMake 2.8.11.2 in particular, have incomplete or faulty support of target_include_directories generator expressions. Moreover, this allows us to assume that the command target_include_directories is available.
      58345b18
  7. 25 Mar, 2015 1 commit
  8. 24 Mar, 2015 9 commits
  9. 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
  10. 02 May, 2014 2 commits
  11. 01 May, 2014 4 commits
  12. 30 Mar, 2014 2 commits
  13. 27 Mar, 2014 3 commits
  14. 25 Mar, 2014 2 commits
  15. 20 Mar, 2014 7 commits