- Mar 20, 2017
-
-
Raphael Isemann authored
-
- Mar 17, 2017
-
-
Raphael Isemann authored
The current builds fail because without a valid modulemap the setresuid test failed during configuration time.
-
- Mar 16, 2017
-
-
Martin Storø Nyfløtt authored
-
- Mar 15, 2017
-
-
Martin Storø Nyfløtt authored
-
- Mar 14, 2017
-
-
Vassil Vassilev authored
-
- Mar 11, 2017
-
-
Raphael Isemann authored
Signed-off-by:
Vassil Vassilev <vvasilev@cern.ch>
-
- Mar 07, 2017
-
-
Raphael Isemann authored
The old contents still had the escaped newlines for the bash command in it. This also fixes the formatting of the modulemap. Signed-off-by:
Vassil Vassilev <vvasilev@cern.ch>
-
- Mar 06, 2017
-
-
Raphael Isemann authored
It seems that execvp can't handle such longs args on the build nodes and fails when we call `echo $ARGS >> modulemap`. We now first write this to a file and then append it to the actual modulemap. Signed-off-by:
Vassil Vassilev <vvasilev@cern.ch>
-
- Feb 22, 2017
-
-
Pere Mato Vila authored
-
- Feb 07, 2017
-
-
Raphael Isemann authored
We use a dummy map during configuration to pass the CMake compiler steps with the enabled modulemap overlay. We later configure this overlay file correctly to actually use the STL modulemap.
-
- Feb 06, 2017
-
-
Vassil Vassilev authored
-
- Feb 03, 2017
-
-
Raphael Isemann authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
Vassil Vassilev authored
-
- Jan 31, 2017
-
-
Pere Mato Vila authored
-
- 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
-
-
Vassil Vassilev authored
-
- Jan 16, 2017
-
-
Vassil Vassilev authored
-
- Dec 20, 2016
-
-
Axel Naumann authored
rootcling now links against libRIO, libCore, libCling. Any symbol from llvm/clang must now be resolved from within libCling. libCling thus exports only ROOT_rootcling_Driver and CreateInterpreter(). This will allow to fix the symbol visibility inconsistency. And it reduces link time.
-
- Dec 19, 2016
-
-
Vassil Vassilev authored
-
- Dec 17, 2016
-
-
Vassil Vassilev authored
-
- Dec 14, 2016
-
-
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.
-
- Nov 24, 2016
-
-
Pere Mato Vila authored
-
- Nov 07, 2016
-
-
Axel Naumann authored
-
- Sep 27, 2016
-
-
Axel Naumann authored
-
Axel Naumann authored
-
- Sep 21, 2016
-
-
Vassil Vassilev authored
-
- Sep 15, 2016
-
-
Vassil Vassilev authored
-
Vassil Vassilev authored
This reverts commit cb662602. rootcling version is tied to our internal version of clang. Passing in -fmodules would use the modules already built from the outside compiler, whose version might differ. The module files are not compatible among the clang versions.
-
- Sep 13, 2016
-
-
Vassil Vassilev authored
Allow rootcling to use the modules-specific build flags.
-
- Aug 31, 2016
-
-
Pere Mato Vila authored
Do not install etc/cmake when building with CMake. The user needs to use the generated ROOTConfig.cmake.
-
- Jun 21, 2016
-
-
Mattias Ellert authored
- bin/pq2 - bin/rootd - bin/xpdtest - initd and xinitd start-up scripts - don't install some private headers
-
- Jun 17, 2016
-
-
Pere Mato Vila authored
-
- Jun 15, 2016
-
-
Pere Mato Vila authored
-
- Mar 04, 2016
-
-
Pere Mato Vila authored
Improved the FindPCRE.cmake to not rely on pare-config command and looking for directly the header and library.
-
- Jan 31, 2016
-
-
Pere Mato Vila authored
-
- Jan 29, 2016
-
-
Pere Mato Vila authored
-