Skip to content
Snippets Groups Projects
  1. Mar 19, 2017
  2. Mar 08, 2017
  3. Feb 09, 2017
    • Axel Naumann's avatar
      Do not link libCling against Core and RIO. Fixes ROOT-8109, ROOT-8514. · 55ba4f90
      Axel Naumann authored
      The JIT was resolving some symbols in libCore through dlsym(libCling), even
      though the dynamic linker uses these symbols through dlsym(process). This meant
      the JIT and the process were using different addresses for symbols, causing
      failures in JITted code.
      
      By not linking libCling against libCore and libRIO, dlsym(libCling) cannot find
      symbols in libCore and libRIO anymore.
      
      We still need to expose libCling as a symbol source to the JIT to export llvm
      and clang symbols from libCling to the JIT (they are hidden from the process).
      
      As libCling now depends on libRIO implicitly (instead of linking against it),
      libRIO must be dlopened before dlopening libCling.
      55ba4f90
  4. Feb 08, 2017
  5. Feb 02, 2017
  6. Jan 28, 2017
  7. Jan 26, 2017
  8. Jan 25, 2017
  9. Jan 17, 2017
  10. Dec 22, 2016
  11. Dec 15, 2016
  12. Dec 12, 2016
  13. Nov 25, 2016
  14. Sep 30, 2016
  15. Sep 29, 2016
  16. Sep 12, 2016
  17. Jul 15, 2016
  18. Jul 06, 2016
  19. Jun 21, 2016
  20. Jun 09, 2016
  21. Apr 29, 2016
  22. Apr 27, 2016
  23. Feb 24, 2016
  24. Jan 09, 2016
  25. Dec 26, 2015
  26. Dec 17, 2015
    • Fons Rademakers's avatar
      add support for tbb and imt in the old configure;make system. · dae4322f
      Fons Rademakers authored
      Although it is not anymore the base build system, adding tbb support was
      not too complicated and allows still easy testing of this new feature.
      Use ./configure --enable-tbb. TBB needs to be preinstalled, there is no
      support for the on the fly TBB installation featured supported by cmake.
      dae4322f
  27. Dec 16, 2015
  28. Dec 10, 2015
Loading