- Feb 09, 2017
-
-
Vassil Vassilev authored
This reverts commit 04178a28. This is not needed anymore because cling can bridge well compiled and interpreted worlds.
-
- Jan 28, 2017
-
-
Mattias Ellert authored
-
Mattias Ellert authored
This reverts commit 5c076c6c.
-
- Jan 26, 2017
-
-
Vassil Vassilev authored
This reverts commit b406328d, reversing changes made to 318c7a47.
-
- Jan 17, 2017
-
-
Brian Bockelman authored
Replaces if(builtin_foo) statements with explicit support in the various ROOT macros.
-
Brian Bockelman authored
This removes ROOT_ADD_BUILTIN_DEPENDENCIES and adds BUILD_BYPRODUCTS for the external projects. This way, the build system can explicitly depend on the output file of the external project instead of introducing a hidden dependency..
-
- Dec 17, 2016
-
-
Vassil Vassilev authored
Make cannot deal with 'export *', they have to be escaped and fixed later on.
-
- Dec 14, 2016
-
-
Vassil Vassilev authored
This is the recommended way of using the modules feature and should pave our way of enabling -fmodules-local-submodules-visibility mode.
-
Vassil Vassilev authored
Use the standard #include <typeinfo> and #include <iosfwd> instead.
-
Vassil Vassilev authored
-
Vassil Vassilev authored
This remove duplicate definitions and duplicate default argument errors when building modules for proof.
-
Vassil Vassilev authored
Our two build systems can generate almost entirely a modulemap file laying out one module per library. Due to some non-modular implementation in ROOT's core we still need to treat some header files specially. This patch appends modular header files to the modulemap while skipping the predefined ones. Configure-make relates all headers that are installed in $ROOTSYS/include to their library whereas relates only headers which are part of library's dictionary.
-
- Dec 02, 2016
-
-
Axel Naumann authored
-
- Nov 25, 2016
-
-
Axel Naumann authored
-
Axel Naumann authored
-
Gerardo Ganis authored
rpdutils is under net, not proof
-
Gerardo Ganis authored
-
Axel Naumann authored
-
Axel Naumann authored
rpdp headers are not part of the ROOT public API and thus should not be visible in include/. They were simply because multiple ROOT modules were including them, and we had no way to specify that other than publishing them. Now we have a new directory next to src/ and inc/: res/ (as in "reserved" or "restricted"), signalling that these headers are not public but used by other ROOT modules. Update the Moduke.mk-s accordingly. Move a few really private headers into their src/ directories.
-
- Nov 22, 2016
-
-
Gerardo Ganis authored
Remove residual symlink creation (after optimization introduced in 0a976f4a). For PROOF-Lite, make sure that all the relevant files (including .pcm) are present in the cache.
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
- Nov 17, 2016
-
-
Gerardo Ganis authored
-
- Oct 20, 2016
-
-
Gerardo Ganis authored
Information was not always transmitted
-
- Oct 10, 2016
-
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
Gerardo Ganis authored
-
- Sep 29, 2016
-
-
Axel Naumann authored
-
- Sep 22, 2016
- Sep 20, 2016
-
-
Berserker authored
-
- Sep 13, 2016
-
-
Danilo Piparo authored
-
Danilo Piparo authored
-
- Sep 06, 2016
-
-
Axel Naumann authored
-
- Aug 30, 2016
-
-
Pere Mato Vila authored
-
- Aug 24, 2016
-
-
Gerardo Ganis authored
-
- Aug 18, 2016
-
-
Gerardo Ganis authored
-
- Jun 29, 2016
-
-
Gerardo Ganis authored
For setups having limitations with open ports, such as in some cases PoD, xproofd provides the possibility to serve the files produced during running via the same port. This was implemented by starting a rootd process upon an incoming request for a file. The use of xrootd for this purpose was not possible with earlier versions of XRootD (up to 3) because the file serving protocol was not available as separate plug-in. This patch enables the use of xrootd for this purpose and deprecates the use of rootd .
-