An error occurred while loading commit signatures
- Mar 19, 2017
-
-
Mattias Ellert authored
-
- Mar 08, 2017
-
-
Martin Ritter authored
-
Martin Ritter authored
when removing old paths make sure that $path:, :$path and $path are only matched at the beginning, at the end, or match the whole string.
-
- Feb 09, 2017
-
-
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.
-
- Feb 08, 2017
-
-
Philippe Canal authored
-
- Feb 02, 2017
-
-
Axel Naumann authored
-
- Jan 28, 2017
-
-
Mattias Ellert authored
This reverts commit 5c076c6c.
-
- Jan 26, 2017
-
-
Vassil Vassilev authored
This reverts commit b406328d, reversing changes made to 318c7a47.
-
- Jan 25, 2017
-
-
Philippe Canal authored
-
- Jan 17, 2017
-
-
Olivier Couet authored
anti-aliasing for filled area for the Cocoa backend. Default is `no`.
-
Georgios Bitzes authored
-
- Dec 22, 2016
-
-
Bertrand Bellenot authored
-
- Dec 15, 2016
-
-
Bertrand Bellenot authored
-
- Dec 12, 2016
-
-
Mattias Ellert authored
-
- Nov 25, 2016
-
-
Axel Naumann authored
-
- Sep 30, 2016
-
-
Fons Rademakers authored
Works for both cmake and classic builds.
-
- Sep 29, 2016
-
-
Axel Naumann authored
Subdirs / modules still add it.
-
Axel Naumann authored
-
Axel Naumann authored
-
- Sep 12, 2016
-
-
Dmitry Kalinkin authored
This allows doing source `root-config --prefix`/bin/thisroot.sh instead of cd `root-config --prefix` && source bin/thisroot.sh
-
- Jul 15, 2016
-
-
Fons Rademakers authored
-
Pere Mato Vila authored
-
- Jul 06, 2016
-
-
Pere Mato Vila authored
-
- Jun 21, 2016
-
-
Mattias Ellert authored
-
Mattias Ellert authored
-
Mattias Ellert authored
-
Mattias Ellert authored
ROOT uses builtin gl2ps sources, but has no switch to use the system library instead. This adds this missing option.
-
Mattias Ellert authored
ROOT uses builtin unuran sources, but has no switch to use the system library instead. This adds this missing option.
-
Mattias Ellert authored
It is no longer used in gcc 6
-
- Jun 09, 2016
-
-
Axel Naumann authored
-
- Apr 29, 2016
-
-
Bertrand Bellenot authored
Add an option to prevent expanding the parent directory tree in the ROOT Browser (for example on nfs)
-
- Apr 27, 2016
-
-
Georgios Bitzes authored
-
- Feb 24, 2016
-
-
Philippe Canal authored
-
- Jan 09, 2016
-
-
Mattias Ellert authored
-
- Dec 26, 2015
-
-
Paul Seyfert authored
Signed-off-by:
Fons Rademakers <Fons.Rademakers@cern.ch>
-
- Dec 17, 2015
-
-
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.
-
- Dec 16, 2015
-
-
Enric Tejedor Saavedra authored
This commit provides a task-based parallelisation of TTree::GetEntry. The approach is based on creating a task per top-level branch in order to do the reading, unzipping and deserialisation in parallel.
-
- Dec 10, 2015
-
-
Fons Rademakers authored
-
Vassil Vassilev authored
Remove the ugly cxxmodule workarounds in graf3d: they don't really work anyway. Instead, explicitly disable building with cxxmodules graf3d on macos due to glew. Disable building with cxxmodules libs which still have bugs. Improve the build system implementation scaffolding for cxxmodules. Finally, with the introduced infrastructure and workarounds, ROOT builds and runs with cxxmodules on (given one has newest clang, with my pending for mainline patch). It seems that roottest is almost happy, too.
-
Olivier Couet authored
-