1. 10 Mar, 2023 1 commit
    • Cedric Roux's avatar
      bugfix: bad usage of T() in the log module · 39c42bca
      Cedric Roux authored
      The LOG_x() and T() logic was wrong.
      
      LOG_x() goes to the terminal when T_stdout == 1 or T_stdout == 2.
      It goes to T() when T_stdout == 0 or T_stdout == 2.
      
      The call T() does the check for T_stdout == 0 or T_stdout == 2.
      So we have to call it out of the check "if (T_stdout)".
      
      So, well, let's fix that.
      
      Some spacing was fixed as well. clang-format may complain.
      39c42bca
  2. 09 Mar, 2023 2 commits
  3. 08 Mar, 2023 6 commits
  4. 07 Mar, 2023 1 commit
  5. 06 Mar, 2023 19 commits
  6. 04 Mar, 2023 2 commits
  7. 03 Mar, 2023 2 commits
  8. 02 Mar, 2023 3 commits
  9. 27 Feb, 2023 4 commits