Skip to content
Snippets Groups Projects
  1. Oct 31, 2021
  2. Oct 11, 2021
  3. Oct 10, 2021
  4. Oct 06, 2021
  5. Aug 30, 2021
  6. Aug 27, 2021
  7. Jul 28, 2021
  8. Jun 15, 2021
  9. Jun 14, 2021
  10. 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
  11. May 17, 2021
  12. May 12, 2021
  13. Apr 06, 2021
  14. Apr 04, 2021
  15. Mar 18, 2021
  16. Mar 16, 2021
  17. Mar 14, 2021
  18. Mar 08, 2021
  19. Mar 02, 2021
  20. Feb 15, 2021
  21. Feb 09, 2021
  22. Jan 29, 2021
  23. Jan 19, 2021
  24. Jan 16, 2021
    • Dmitri Naumov's avatar
      [MaL] Use old-style target link libs for MKL. · 1b3b0b62
      Dmitri Naumov authored
      This is partially reverting 071c19a9
      "[CMake] Use generator expression for target_link_libraries()".
      
      For the ninja build system when using shared libraries the
      generator expressions produce erroneous build.ninja file, and
      ninja generates an error:
      
      ```
      CMake Error:
        Running
      
         '/usr/bin/ninja' '-C' '/home/naumov/w/ogs/r' '-t' 'recompact'
      
        failed with:
      
         ninja: error: build.ninja:8128: bad $-escape (literal $ must be written as $$)
      ```
      
      Reason unknown.
      1b3b0b62
  25. Jan 11, 2021
Loading