1. 24 Dec, 2021 2 commits
  2. 23 Dec, 2021 1 commit
  3. 22 Dec, 2021 9 commits
  4. 21 Dec, 2021 4 commits
  5. 20 Dec, 2021 1 commit
  6. 19 Dec, 2021 4 commits
  7. 18 Dec, 2021 18 commits
  8. 17 Dec, 2021 1 commit
    • vperus's avatar
      [input_common] Move variable declaration closer to usage · 11f4bf8a
      vperus authored
      MSVC supplied with VS2022 generates "warning C4189: 'CALIBRATION_THRESHOLD':
      local variable is initialized but not referenced" which is treated as an
      error.
      
      Circumvent it by moving constexpr variable directly into body of lambda function.
      11f4bf8a