1. 01 Jun, 2018 4 commits
  2. 26 Apr, 2018 1 commit
  3. 18 Apr, 2018 2 commits
  4. 21 Mar, 2018 4 commits
  5. 20 Mar, 2018 3 commits
    • Sergey Sharybin's avatar
      Fix redefined warnings from config.h · 418f9020
      Sergey Sharybin authored
      The issue was caused by config.h header being included from both
      header files and implementation files.
      
      Proposed solution is to have regular header guard in the generated
      config.h. Benefit of this solution is that it's least intrusive.
      Downside is that it only solves issue for CMake build system, and
      autoconf one is not fixed since header template is automatically
      generated by autoheader who does not add header guard.
      418f9020
    • Shinichiro Hamaji's avatar
      Merge pull request #304 from Nazg-Gul/terminfo-konsole · 1fe7e94a
      Shinichiro Hamaji authored
      konsole family of terminfo supports colored output
      1fe7e94a
    • Sergey Sharybin's avatar
      konsole family of terminfo supports colored output · e35bb111
      Sergey Sharybin authored
      Glog was missing colored output when running in terminal
      who is set to konsole* TERM, even though the terminal
      itself supports colored output.
      
      Add extra terminfo to the check function, so now output
      from Glog is properly colored.
      e35bb111
  6. 18 Mar, 2018 1 commit
  7. 27 Feb, 2018 1 commit
  8. 23 Feb, 2018 1 commit
  9. 10 Feb, 2018 1 commit
  10. 06 Feb, 2018 3 commits
  11. 01 Feb, 2018 2 commits
  12. 16 Jan, 2018 1 commit
  13. 04 Jan, 2018 7 commits
  14. 02 Jan, 2018 5 commits
  15. 21 Dec, 2017 1 commit
  16. 20 Dec, 2017 1 commit
  17. 19 Dec, 2017 1 commit
    • Rodrigo Queiro's avatar
      Update gflags to latest master · 2a593235
      Rodrigo Queiro authored
      This means that gflags no longer leaks config.h, so I had to fix a bug
      in glog.bzl where config.h is generated at the wrong path.
      
      I also switched to the best-practice for depending on git repositories,
      ie using http_archive with a mirror.
      2a593235
  18. 18 Dec, 2017 1 commit