- Mar 03, 2020
-
-
Andre Sailer authored
-
vvolkl authored
Co-Authored-By:
Andre Sailer <andre.philippe.sailer@cern.ch>
-
Frank Gaede authored
-
- Mar 02, 2020
-
-
Marko Petric authored
-
- Feb 28, 2020
-
-
Frank Gaede authored
-
Andre Sailer authored
-
Andre Sailer authored
-
- Feb 26, 2020
-
-
Andre Sailer authored
-
- Feb 25, 2020
-
-
Markus Frank authored
-
Markus Frank authored
Add examples of specialized shape views for CMS. Simplyfiy grammar handling.
-
- Feb 21, 2020
-
-
Andre Sailer authored
-
Marko Petric authored
This reverts commit 32619b03.
-
Marko Petric authored
This reverts commit df0a9367.
-
Marko Petric authored
This reverts commit fc656fab.
-
Marko Petric authored
This reverts commit 25259d12.
-
Marko Petric authored
This reverts commit 9a1e2611.
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
- Feb 19, 2020
-
-
Marko Petric authored
-
Marko Petric authored
-
Marko Petric authored
-
Marko Petric authored
-
Marko Petric authored
-
Marko Petric authored
-
Marko Petric authored
-
Marko Petric authored
-
Sebastien Ponce authored
There was a bug in the dd4hep_add_test_reg function which was only taking into account the last dependency of a test when several were present. On the way, dropped a double dependency in DDDB_clean_LONGTEST
-
- Feb 17, 2020
-
-
Andre Sailer authored
PluginServiceV2: boost components parser, incidentally fix bug preventing parsing env variables with repeating colons
-
Andre Sailer authored
also drop deprecated rootcling options
-
- Feb 13, 2020
-
-
Sebastien Ponce authored
The dependency on Persist_CLICSiD_Save_LONGTEST was missing leading to failures when running tests with "-j 32" for example
-
- Feb 11, 2020
-
-
Marko Petric authored
-
Marko Petric authored
-
Marko Petric authored
-
- Feb 07, 2020
-
-
Sebastien Ponce authored
By only putting the templated code in the right place (i.e. in the header file where functions are declared), I could drop 2 useless headers and a large bunch of macros.
-
Sebastien Ponce authored
git is here for keeping old code, non need to polute the repository with .old files
-
Sebastien Ponce authored
Many were not in the right namespace, breaking argument dependent lookup, some were not even in the right file, and others not declared at all, only implemented in the .cpp This was in particular preventing some includes (like the one og Grammar.h), in turn preventing to fix the issues with the Mac build created by pull request 611
-
- Feb 06, 2020
-
-
Hadrien Grasland authored
This will break modern versions of TBB, which use std::move in their task constructor. Further, there is little point in deleting move constructors while allowing copy constructors.
-
Hadrien Grasland authored
Ever since TBB has started providing built-in CMake support in 2017 U7, TBB_IMPORTED_TARGETS has been the only supported way to link to TBB using CMake. In particular, the official TBB CMake files do not export TBB_INCLUDE_DIR and TBB_LIBRARY variables. See https://github.com/intel/tbb/blob/tbb_2020/cmake/README.rst for more details about TBB's official CMake support.
-
Sebastien Ponce authored
-