Skip to content
Snippets Groups Projects
  1. Jul 26, 2021
  2. Jul 25, 2021
  3. Jul 24, 2021
  4. Jul 23, 2021
  5. Jul 22, 2021
  6. Jul 21, 2021
  7. Jul 20, 2021
    • Brad King's avatar
    • Brad King's avatar
      cmMessenger: Revert to non-color messages on Windows · c7a8c9c8
      Brad King authored
      Since commit 0a0a0f8a (cmMessenger: Color messages to terminal by
      type, 2021-05-18, v3.21.0-rc1~146^2) the message output no longer goes
      through our custom streambuf on Windows that converts output encoding.
      This can cause messages to be printed with the wrong encoding in a
      Windows Console.  It also causes messages to have a mix of LF and CRLF
      newlines because `stderr` converts LF to CRLF but our custom streambuf
      does not.
      
      Revert to using just `cerr` for messages on Windows.  Another approach
      will be needed to achieve color output on Windows later.
      
      Fixes: #22444
      c7a8c9c8
Loading