This project is mirrored from https://gitlab.cern.ch/gaudi/Gaudi.git.
Pull mirroring updated .
- Jul 10, 2019
-
-
Charles Leggett authored
See merge request !208
-
- Jul 09, 2019
-
-
Attila Krasznahorkay authored
That extension of the PATH environment variable was only not breaking our 21.X builds by a miracle. Since in the current setup ROOT's genreflex was always making use of the C++ header files provided by the system's compiler. But when switching to GCC 8, with which ROOT uses C++17, that doesn't work anymore. Note that in ATLAS builds the correct compiler is *always* in the runtime environment of the build, Gaudi doesn't need to do anything to put it there.
-
- May 09, 2019
-
-
Charles Leggett authored
See merge request !203
-
In order to use LCG_95, which comes with Boost 1.69, I had to backport the handling of boost_python in such new Boost versions, into this branch.
-
- May 17, 2018
-
-
Charles Leggett authored
See merge request !178
-
- May 16, 2018
-
-
charles leggett authored
-
- Jan 05, 2018
-
-
Charles Leggett authored
See merge request !161
-
Vakhtang Tsulaia authored
-
- Nov 07, 2017
-
-
Charles Leggett authored
See merge request !156
-
- Nov 03, 2017
-
-
Will Buttinger authored
Update JobOptionsSvc.cpp - have to check a statuscode (just ignore it), otherwise if try to initialize a JobOptionsSvc when the StatusCode checking service is running, it will just terminate the job!
-
- Nov 02, 2017
-
-
Charles Leggett authored
See merge request !155
-
- Oct 31, 2017
-
-
Marcin Nowak authored
It's necessary to reverse the order, so components that depend on other components are finalized first, when the other ones are still active
-
- Oct 24, 2017
-
-
Charles Leggett authored
See merge request !152
-
Vakhtang Tsulaia authored
Added suport for files accessed over http, https and dcap.
-
- Sep 21, 2017
-
-
Charles Leggett authored
See merge request !150
-
leggett authored
-
- Aug 02, 2017
-
-
Charles Leggett authored
See merge request !144
-
- Jul 21, 2017
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Remove the thread-local alogrithm stack again as this breaks the timeout handling in the ATLAS HLT. For GaudiMT we need anyway a completely different solution.
-
Frank Winklmeier authored
Handle case where a directory without read permissions ends up on the search path.
-
- Mar 02, 2017
-
-
Charles Leggett authored
See merge request !119
-
Charles Leggett authored
gcc 6.2 dbg complains that it can't find the typeinfo for IClassIDSvc. need to define virtual destructor. Also need to add ROOT/libTreePlayer.so to linker for GaudiExamples (needed by MIReadAlg.cpp, and picked up via RootCnv/RootAddress.h)
-
- Nov 01, 2016
-
-
Charles Leggett authored
for branch atlas/v27r1 and release 21, don't show endreq deprectation warning See merge request !92
-
Charles Leggett authored
-
Charles Leggett authored
add <numeric> header for gcc6.2 compatibility with std::accumulate See merge request !90
-
Charles Leggett authored
-
Charles Leggett authored
-
- Oct 27, 2016
-
-
Charles Leggett authored
This fixes a crash in athenaHLT jobs and seems safe. See merge request !82
-
-
Stewart Martin-Haugh authored
-
- Oct 20, 2016
-
-
Charles Leggett authored
This prevents a crash in athenaHLT finalisation, but leads to a small memory leak in finalisation. This should be properly addressed by changing the order of service finalization, or when we finally get around to implementing true ref counting for components. See merge request !55
-
-
Stewart Martin-Haugh authored
-
- Sep 01, 2016
-
-
Charles Leggett authored
As described in a private e-mail, this update is necessary to be able to build Gaudi against a project called something other than AtlasExternals. For instance to build it against a project called AthAnalysisBaseExternals. What we'll want to do in the analysis release builds. See merge request !52
-
Attila Krasznahorkay authored
-
- Aug 31, 2016
-
-
Attila Krasznahorkay authored
Taught the project how to build against an ATLAS base project other than AtlasExternals. Which will be necessary to make AthAnalysisBase work with CMake.
-
- Aug 19, 2016
-
-
Charles Leggett authored
apply Gaudi Merge Request 180: gaudi/Gaudi!180 Fixed project_manifest.py to map dependency to tcmalloc (still used in CMT config) to the new name of the package (gperftools). This is a temporary hack needed to generate the RPM dependencies correctly. See merge request !44
-
Ben Couturier authored
Fixed project_manifestproject_manifest.py to map dependency to tcmalloc (still used in CMT config) to the new name of the package (gperftools)
-
Charles Leggett authored
apply Gaudi Merge Request 179: gaudi/Gaudi!179 flag m_ws as transient in GaudiGSLMath dictionary Fixes GAUDI-1210 See merge request !43
-
Marco Clemencic authored
addresses the error reported in GAUDI-1210
-