Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Jun 09, 2021
    • Dmitri Naumov's avatar
      Don't additionally link spdlog in every library. · 39728477
      Dmitri Naumov authored and Tom Fischer's avatar Tom Fischer committed
      spdlog is linked "public" in BaseLib.
      
      Reason is the violation of odr for some globals defined
      in the spdlog library.
      
      ==1540297==ERROR: AddressSanitizer: odr-violation (0x7f5ea9c9d020):
        [1] size=40 'vtable for spdlog::spdlog_ex' _deps/spdlog-src/src/spdlog.cpp
        [2] size=40 'vtable for spdlog::spdlog_ex' _deps/spdlog-src/src/spdlog.cpp
      These globals were registered at these points:
        [1]:
          #0 0x5614686e0dfa in __asan_register_globals.part.0 (/home/naumov/w/ogs/d/bin/ogs+0x1bfdfa)
          #1 0x7f5e6cdbe7eb in asan.module_ctor (/home/naumov/w/ogs/d/bin/../lib/libMeshLib.so+0x17d37eb)
      
        [2]:
          #0 0x558bd62b6dfa in __asan_register_globals.part.0 (/home/naumov/w/ogs/d/bin/ogs+0x1bfdfa)
          #1 0x7f831c7e54ab in asan.module_ctor (/home/naumov/w/ogs/d/bin/../lib/libBaseLib.so+0x89a4ab)
      39728477
    • Dmitri Naumov's avatar
      [ParL] Remove unnecessary data member and typedef. · 1231de9f
      Dmitri Naumov authored
      Data member is used only in constructor, no need to store it.
      1231de9f
  2. Apr 06, 2021
  3. Apr 04, 2021
  4. Mar 16, 2021
  5. Mar 10, 2021
  6. Mar 09, 2021
  7. Feb 16, 2021
  8. Feb 15, 2021
  9. Jan 11, 2021
  10. Jan 04, 2021
  11. Jan 01, 2021
  12. Dec 23, 2020
  13. Nov 05, 2020
  14. Aug 03, 2020
  15. Aug 01, 2020
  16. Jul 28, 2020
  17. Jul 24, 2020
  18. Jul 20, 2020
  19. Jun 05, 2020
  20. Apr 14, 2020
  21. Apr 10, 2020
  22. Mar 27, 2020
  23. Mar 24, 2020
  24. Feb 26, 2020
  25. Feb 01, 2020
  26. Jan 03, 2020
  27. Oct 15, 2019
  28. Sep 12, 2019
    • Dmitri Naumov's avatar
      Add \file for in all files w/o it. · af7e4029
      Dmitri Naumov authored
      Fixes multiple copyright messages in the doxygen docu.
      
      ag '\\file' -L --ignore=ThirdParty *Lib |xargs  sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
      af7e4029
  29. Aug 30, 2019
  30. Aug 20, 2019
Loading