1. 23 Jun, 2016 1 commit
    • Peter Collingbourne's avatar
      Fix autotools build. · 8e98eb2a
      Peter Collingbourne authored
      It looks like commit 3c49b932 modified the auto-generated file src/config.h.in
      to add a definition of macro GOOGLE_GLOG_DLL_DECL. One of the autotools
      reverts this change upon running "make", causing the build to fail when a
      source file includes demangle.h.
      
      To fix the problem, revert the change to src/config.h.in and include
      glog/logging.h from demangle.h which provides a definition of that macro.
      8e98eb2a
  2. 15 Apr, 2016 1 commit
  3. 13 Apr, 2016 2 commits
  4. 11 Apr, 2016 1 commit
  5. 31 Mar, 2016 2 commits
  6. 21 Mar, 2016 1 commit
  7. 08 Jan, 2016 2 commits
  8. 17 Dec, 2015 4 commits
  9. 27 Nov, 2015 1 commit
  10. 26 Nov, 2015 1 commit
  11. 10 Nov, 2015 3 commits
  12. 08 Sep, 2015 1 commit
    • Ruslan Baratov's avatar
      Fix missing public include directory · ccacef43
      Ruslan Baratov authored
      Path "<prefix>/include" will not be added to the headers search of dependent
      targets without specifying INSTALL_INTERFACE, i.e. compilation
      will fail with error:
      
        "fatal error: 'glog/logging.h' file not found".
      ccacef43
  13. 06 Sep, 2015 2 commits
  14. 12 Aug, 2015 4 commits
  15. 11 Aug, 2015 1 commit
  16. 10 Aug, 2015 1 commit
  17. 08 Aug, 2015 1 commit
  18. 06 Aug, 2015 8 commits
  19. 15 Jul, 2015 3 commits