Skip to content
Snippets Groups Projects
  1. May 14, 2024
  2. Apr 02, 2024
    • Scott Snyder's avatar
      AthContainers, etc: Move Accessor, etc. classes out of AuxElement. · 03e0fd7d
      Scott Snyder authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      AthContainers: Move Accessor, etc. classes out of AuxElement.
      
      Accessor and related classes have been members of AuxElement, the original
      thinking being that derived classes of AuxElement may want to redefine them.
      However, in retrospect, there does not seem to be any circumstance in which
      that would actually make sense.  Further, it prevents having any specializations
      for these classes.  So move these classes out of AuxElement into the SG
      namespace (but with the names brought into AuxElement via using declarations
      for backwards compatibility).
      03e0fd7d
  3. Nov 29, 2022
  4. Nov 18, 2020
    • Nils Krumnack's avatar
      merge xAOD::ReturnCode into StatusCode, migrate all users · 67d4a0ff
      Nils Krumnack authored and Nils Erik Krumnack's avatar Nils Erik Krumnack committed
      This has been a long time coming, but one of the reasons for having
      AsgMessaging as a separate package from AsgTools is to allow
      xAODRootAccess to depend on it and use the same status codes and
      messaging as the rest of analysis base.  This should take part of the
      former.
      
      I had to add the RECOVERABLE code to the main status code, but since
      that is also part of the Gaudi StatusCode that seems like a reasonable
      change/extension.
      
      Apart from that this is mostly a global search replace to move all
      users from TReturnCode to StatusCode, but apart from fixing up a
      couple of places related to the status code itself I did not try to
      fix/improve any code in the process.
      
      Note that this also revealed a number of tests that failed because
      they used RETURN_CHECK() incorrectly.  This commit doesn't try to
      address that.
      67d4a0ff
  5. Aug 29, 2020
  6. Aug 21, 2020
  7. Feb 21, 2017
  8. Jan 20, 2017
  9. Jan 01, 2017
    • Scott Snyder's avatar
      'Another pattern to ignore, for Gaudi changes.' (DataModelRunTests-01-04-15) · c63aaf46
      Scott Snyder authored
      2016-12-23  scott snyder  <snyder@bnl.gov>
      	* Tagging DataModelRunTests-01-04-15.
      	* test/post.sh: Another pattern to ignore, for Gaudi changes.
      
      2016-12-14  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-04-14.
      2016-12-14  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-04-13.
      	* test/post.sh: More patterns to ignore.
      
      2016-11-22  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-04-12.
      	* Update reference files.
      
      2016-11-19  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-04-11.
      ...
      (Long ChangeLog diff - truncated)
      
      
      Former-commit-id: a7bcfddd
      c63aaf46
  10. Jul 02, 2016
    • Scott Snyder's avatar
      StoreGate INFO messages changing to VERBOSE. (DataModelRunTests-01-03-93) · 52c40606
      Scott Snyder authored
      	* Tagging DataModelRunTests-01-03-93.
      	* test/post.sh: StoreGate INFO messages changing to VERBOSE.
      
      2016-05-26  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-03-92.
      	* Have each test use a unique pool file catalog, to prevent races
      	when tests are run in parallel.
      
      2016-05-17  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-03-91.
      	* share/ByteStreamTestRead.ref: Update for change in reader alg.
      
      	* Tagging DataModelRunTests-01-03-90.
      	* Test exact processing in ItemList.
      
      2016-05-15  scott snyder  <snyder@bnl.gov>
      
      ...
      (Long ChangeLog diff - truncated)
      
      
      Former-commit-id: 3984e871
      52c40606
  11. May 27, 2016
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (DataModelRunTests-01-03-78) · f18302de
      Atlas-Software Librarian authored
      	* Tagging DataModelRunTests-01-03-78.
      	* Test ViewVector and xOAD schema evolution.
      
      2015-10-22  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-03-77.
      	* Test a container with data members.
      
      2015-07-16  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-03-76.
      	* test/post_check.sh: Fix test miscompare with hive.
      
      2015-06-06  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-03-75.
      	* Update reference files for fix in xAODCore-00-01-01.
      
      2015-03-16  scott snyder  <snyder@bnl.gov>
      ...
      (Long ChangeLog diff - truncated)
      f18302de
  12. Jan 19, 2015
    • Scott Snyder's avatar
      Another root6 workaround. (DataModelRunTests-01-03-70) · b297ab29
      Scott Snyder authored
      	* Tagging DataModelRunTests-01-03-70.
      	* share/DataModelTestRead_jo.py, share/DataModelTestRead2_jo.py:
      	Another root6 workaround.
      
      2014-12-28  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-03-69.
      	* Fixes to work with root6.
      
      2014-12-19  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-03-68.
      	* Add PackedContainer tests.
      
      2014-11-25  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DataModelRunTests-01-03-67.
      	* test/DataModelRunTests.xml: Increase timeout to 20.
      b297ab29
Loading