1. 15 Oct, 2018 1 commit
    • NeroBurner's avatar
      ci: add appveyor and travis config · 0cf2af6e
      NeroBurner authored
      Add toolchain directory with cmake toolchain files used to find
      compilers and set C++ versions
      
      The following configurations are build on Windows using appveyor
      service:
      - enable MSVC 2015 SDK 8.1
      - enable MSVC 2015
      - enable MSVC 2017
      - enable MSVC 2017 c++17
      - enable mingw-cxx11
      - enable mingw-gnuxx11
      - enable mingw-cxx17
      
      The following configurations are build on Linux using travis service:
      - enable Ubuntu 14.04 amd64/i386, C++11
      - enable Ubuntu 16.04 amd64/i386, C++11
      - enable Ubuntu 18.04 amd64 C++98, C++11, GNU++11, C++17
      - enable mingw-w64 on Ubuntu 18.04 amd64, C++11, GNU++11, C++17
      
      The tests for cross compiled mingw windows binaries are run using wine64
      0cf2af6e
  2. 16 Jul, 2018 2 commits
  3. 09 Jul, 2018 1 commit
  4. 06 Jul, 2018 1 commit
  5. 03 Jul, 2018 2 commits
  6. 02 Jul, 2018 2 commits
  7. 29 Jun, 2018 1 commit
  8. 21 Jun, 2018 2 commits
  9. 20 Jun, 2018 3 commits
  10. 19 Jun, 2018 1 commit
  11. 01 Jun, 2018 7 commits
  12. 26 Apr, 2018 1 commit
  13. 18 Apr, 2018 2 commits
  14. 21 Mar, 2018 4 commits
  15. 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
  16. 18 Mar, 2018 1 commit
  17. 27 Feb, 2018 1 commit
  18. 23 Feb, 2018 1 commit
  19. 10 Feb, 2018 1 commit
  20. 06 Feb, 2018 3 commits