Skip to content
Snippets Groups Projects
  1. Feb 12, 2025
  2. Feb 10, 2025
  3. Jan 29, 2025
  4. Jan 16, 2025
    • Martin Killenberg's avatar
      fix(test): try to improve data race · 8e8c966a
      Martin Killenberg authored
      As the race condition only occurs on jenkins and is not reproducible, this is the attempt to improve something. The change should not make any difference, but the test should not hang in the first place, but does.
      8e8c966a
    • fiveisgreen's avatar
      parent d75118a18e60f49ddd994dfc881cef124e10b12d · b26b7fb7
      fiveisgreen authored
      author fiveisgreen <4203265+fiveisgreen@users.noreply.github.com> 1733927785 +0100
      committer fiveisgreen <4203265+fiveisgreen@users.noreply.github.com> 1737058259 +0100
      
      refactor: Formal code cleaning
      
      Implement linter suggestions
      Both manual and automatic (fix-linter) alterations addressing linter
      warnings.
      Reverted fix-linter's renaming of getRegisterAccessor_impl to getRegisterAccessorImpl
      back to getRegisterAccessor_impl, since the alteration won't compile,
      and corresponding linter warnings are suppressed.
      In SerialPort.cc, bit operations now only occur with uints
      Change to size_t in SerialPort::send()
      Eliminates C-style array in SerialPort::readline()
      Satisfies the linter for the move semantics of the DummyServer::LockingString
      constructor.
      b26b7fb7
    • fiveisgreen's avatar
      chore: Linter enabled · 10cceb6d
      fiveisgreen authored
      10cceb6d
    • fiveisgreen's avatar
      chore: rename source code · 3b1f51ba
      fiveisgreen authored
      All .cpp files renamed to .cc
      Consistent naming convention used.
      3b1f51ba
    • Martin Killenberg's avatar
  5. Jan 10, 2025
  6. Dec 19, 2024
    • Martin Killenberg's avatar
      fix(test): try to improve data race · cff8b300
      Martin Killenberg authored
      As the race condition only occurs on jenkins and is not reproducible, this is the attempt to improve something. The change should not make any difference, but the test should not hang in the first place, but does.
      cff8b300
  7. Dec 11, 2024
  8. Dec 09, 2024
  9. Dec 06, 2024
  10. Dec 04, 2024
  11. Nov 28, 2024
  12. Nov 25, 2024
    • fiveisgreen's avatar
      feat: Support Void type · b4eae0a3
      fiveisgreen authored
      test: Has a dedicated test: testVoidWrite
      test: Also has a 'hack' counter VoidType test in testCommandBasedBackendUnified
      b4eae0a3
  13. Nov 22, 2024
  14. Nov 21, 2024
  15. Nov 19, 2024
  16. Nov 18, 2024
  17. Nov 12, 2024
    • Martin Killenberg's avatar
      fix: exceptions · 448d49b0
      Martin Killenberg authored
      - always throw ChimeraTK::runtime_error instead of std::runtime_error
      - catch the correct error
      448d49b0
  18. Nov 11, 2024
Loading