Skip to content
Snippets Groups Projects
  1. Mar 17, 2023
    • Administrator's avatar
      Remove usage of sprintf · 982c4b76
      Administrator authored
      The function sprintf is marked deprecated with the latest Clang version.
      Move from sprintf to snprintf. Define and use buffer size.
      Check the return value in a function where this is important.
      dev_2023_12
      982c4b76
  2. Mar 15, 2023
  3. Mar 14, 2023
  4. Mar 08, 2023
  5. Mar 02, 2023
  6. Mar 01, 2023
  7. Feb 28, 2023
  8. Feb 27, 2023
  9. Feb 24, 2023
  10. Feb 23, 2023
  11. Feb 22, 2023
    • Administrator's avatar
      Improve build system · 9c38dcb8
      Administrator authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      Remove obsolete files containing macros which were needed before the build
      system was moderinsed. The only macro which is still needed was added in
      the file CbmMacros.cmake.
      9c38dcb8
  12. Feb 21, 2023
  13. Feb 20, 2023
  14. Feb 15, 2023
Loading