1. 09 Jul, 2018 1 commit
  2. 06 Jul, 2018 1 commit
  3. 03 Jul, 2018 2 commits
  4. 02 Jul, 2018 2 commits
  5. 29 Jun, 2018 1 commit
  6. 21 Jun, 2018 2 commits
  7. 20 Jun, 2018 3 commits
  8. 19 Jun, 2018 1 commit
  9. 01 Jun, 2018 7 commits
  10. 26 Apr, 2018 1 commit
  11. 18 Apr, 2018 2 commits
  12. 21 Mar, 2018 4 commits
  13. 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
  14. 18 Mar, 2018 1 commit
  15. 27 Feb, 2018 1 commit
  16. 23 Feb, 2018 1 commit
  17. 10 Feb, 2018 1 commit
  18. 06 Feb, 2018 3 commits
  19. 01 Feb, 2018 2 commits
  20. 16 Jan, 2018 1 commit