- Dec 17, 2018
-
-
Walter Lampl authored
Files with identical content (same SHA1) but different file permissions cause confusing differences shown in GitLab. The file permissions of 61 files were set to 644 (ATLINFR-2011).
-
- Nov 23, 2018
-
-
scott snyder authored
Was timing out in some nightlies. Former-commit-id: 707dea31
-
- Nov 15, 2018
-
-
scott snyder authored
Force tests to have a link dependency on libRootCollection; otherwise, the linker will remove the dependency. And if we don't link against libRootCollection, then we can get ubsan errors related to ICollectionQuery because in that case, the typeinfo for ICollectionQuery won't get exported from the test binary. Former-commit-id: 57b977ee
-
- Nov 06, 2018
-
-
Marcin Nowak authored
Fixes to trigger T/P serializer to reduce the number of class GUID queries which require full type table scans and possibly create hell with ROOT6 Fixes to APR to do type table scans for GUID with minimal autoloadiing/parsing Trying to fix https://its.cern.ch/jira/browse/ATR-18638 Former-commit-id: 7254cd41
-
Marcin Nowak authored
Fixes to trigger T/P serializer to reduce the number of class GUID queries which require full type table scans and possibly create hell with ROOT6 Fixes to APR to do type table scans for GUID with minimal autoloadiing/parsing Trying to fix https://its.cern.ch/jira/browse/ATR-18638 Former-commit-id: ce4f5163
-
- Nov 05, 2018
-
-
Peter van Gemmeren authored
Fixing some problems with the ROOOT TTree Index navigation and allow the setting of minor technology by container. Also update ref logs to not fail on minor technology difference. Former-commit-id: 5d1c3767
-
- Oct 16, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: 74f5adaa
-
- Oct 01, 2018
-
-
Scott Snyder authored
Coverity warnings: Implicit copy/assign in class that manages resources. Delete implicit copy ctor/assignment in RootTreeIndexContainer. Former-commit-id: 0131685d
-
- Sep 24, 2018
-
-
scott snyder authored
The test in this package was leaking ICollection objects. This meant that we could try to open a ROOT file that we still had open. With root 6.14, this can cause an infinite recursion. Make sure to delete ICollectionObjects when we're done with them, so that the files get closed. Former-commit-id: 478f5ee3
-
- Aug 13, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: c85754c2
-
- Aug 09, 2018
-
-
Jennifer Roloff authored
This reverts commit 6d8c8624 [formerly 8650a859]. Former-commit-id: bac9f4d6
-
Jennifer Roloff authored
Former-commit-id: 8650a859
-
- Aug 03, 2018
-
-
Scott Snyder authored
Coverity warning: Missing assignment operation for class that manages resources. Former-commit-id: c0ddfcdc
-
- Jul 26, 2018
-
-
Former-commit-id: 87f55c74
-
- Jul 20, 2018
-
-
charles leggett authored
The Gaudi PluginSvc has been refactored and modernizes. See gaudi/Gaudi!709 As well as some changes to macros that directly call on certain features of the PluginSvc itself, other code that has been impacted is as follows: - destructors of Converters must be public - template arguments of ServiceHandles and ToolHandles cannot always be forward defined and the associated header files may need to be explicitly included Former-commit-id: 83042516
-
- Jul 09, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: 79483626
-
- May 23, 2018
-
-
scott snyder authored
Add missing dependency on GaudiUtils. Remove use of CORAL_* cmake macros with no corresponding find_package; they're not needed. Former-commit-id: f69aa33e
-
- Apr 24, 2018
-
-
Scott Snyder authored
Remove uses of ROOT_* cmake macros with no corresponding find_package. They're not needed here anyway. Former-commit-id: 2b8d0a2f
-
- Apr 19, 2018
-
-
Marcin Nowak authored
Former-commit-id: a90dfd23
-
- Apr 18, 2018
-
-
Marcin Nowak authored
APR/StorageSvc cleanup/thinning - removed the almost empty Imp implementation stub classes to make the data model less confusing. Adopted RootStorageSvc implementations to inherit directly from the interface classes. Former-commit-id: 8b1b2621
-
- Apr 16, 2018
-
-
Marcin Nowak authored
All StorageSvc transactional functionality uses pool::Transaction::Action now Former-commit-id: 53048b87
-
- Apr 13, 2018
-
-
Scott Snyder authored
Using directives should appear after all #includes. Former-commit-id: 1f0d47fa
-
Marcin Nowak authored
Former-commit-id: c0720985
-
- Mar 14, 2018
-
-
Marcin Nowak authored
Added new dynamic attribute to the test case, which stores pointers to user classes Former-commit-id: 30ae3def
-
- Mar 13, 2018
-
-
Marcin Nowak authored
Former-commit-id: 8ea86e21
-
- Mar 08, 2018
-
-
Marcin Nowak authored
Former-commit-id: 38615327
-
- Mar 06, 2018
-
-
Marcin Nowak authored
Former-commit-id: de3ba53f
-
- Mar 05, 2018
-
-
Marcin Nowak authored
Former-commit-id: 5bd208bb
-
- Feb 27, 2018
-
-
Marcin Nowak authored
Former-commit-id: 9d2c46cf
-
- Feb 09, 2018
-
-
Marcin Nowak authored
Former-commit-id: 5e3b9988
-
Marcin Nowak authored
Former-commit-id: 22f13fbd
-
- Feb 08, 2018
-
-
Marcin Nowak authored
The attempted implementation in APR was not good Former-commit-id: fcfc499c
-
- Feb 06, 2018
-
-
Scott Snyder authored
We can avoid a copy of auxid_set_t now that we've switched to using ConcurrentBitset. Former-commit-id: f654474f
-
Marcin Nowak authored
Former-commit-id: 1c5d165d
-
Jochen Meyer authored
@srettie spotted some lines in the muon code which ended with two semicolons. As there is no convincing answer, they were changed to single semicolons - and not only in muon code, but throughout the repository (except generator packages). Former-commit-id: 317d8317b24122874d8916e62e68ff74a3b727f8
-
- Feb 05, 2018
-
-
Marcin Nowak authored
This compiles and runs. Needs validation. FC::renamePFN() not working so AthenaMP most likely neither Former-commit-id: 4f545871
-
- Feb 02, 2018
-
-
Marcin Nowak authored
This allows changing the output level of Gaudi components in standalone executables so messages do not mess up the results produces by utilities Former-commit-id: 7e6b9782
-
- Feb 01, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: da68b820
-
Marcin Nowak authored
All packages compile, all tests run. FC test fails because FC output level cannot be set (and reference differs). needs a fix Former-commit-id: cf32efb5
-
- Jan 30, 2018
-
-
Marcin Nowak authored
MetaData utilities removed, rename/delete utilities disabled Not fully working yet Former-commit-id: a396da0a
-