This project is mirrored from https://gitlab.cern.ch/gaudi/Gaudi.git.
Pull mirroring updated .
- 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
-
Charles Leggett authored
Apply Gaudi Merge Request 190: gaudi/Gaudi!190 The test was broken (produced a stall). This merge request introduces the migration of the test to the graph-based scheduler, which returns the test back to life. See GAUDI-1239 for the work/test log. See merge request !41
-
Illya Shapoval authored
Migrate AthenaScenario.py to use the new, graph-based scheduler. This brings the test back to life (was terminating with a stall before the migration)
-
Illya Shapoval authored
-
- Jul 26, 2016
-
-
Charles Leggett authored
apply Gaudi Merge Request 183: gaudi/Gaudi!183 This is meant to help the merge of gaudi/Gaudi!79 and gaudi/Gaudi!80. See merge request !39
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
See GAUDI-1225
-
Charles Leggett authored
apply Gaudi Merge Request 184: gaudi/Gaudi!184 replaced endreq with endmsg in ForwardSchedulerSvc See merge request !38
-