Skip to content
Snippets Groups Projects
  1. Sep 13, 2024
    • Joscha Schmiedt's avatar
      Move static singletons to namespace level · fbbef962
      Joscha Schmiedt authored
      The singleton instances of ConfigurationManager and ConnectionManager
      were stored as static variables in the static GetInstance methods.
      
      This causes weird errors on Windows where the singleton instance is not
      initialized in time and remains empty. This could be due to
      undefined behavior?
      
      Moving them to the namespace level fixes the unit test errors.
      fbbef962
  2. Sep 09, 2024
  3. Sep 06, 2024
  4. Sep 05, 2024
  5. Sep 04, 2024
  6. Sep 03, 2024
  7. Aug 31, 2024
Loading