- Feb 08, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: dd2e9304af72baf4e0e78ff5351996fef4103efd
-
- May 27, 2017
-
-
scott snyder authored
SG::ConstIterator was using a non-const dereference on the underlying DataHandle, causing it to return null if the referenced object was locked. This was leading to ubsan warnings in ControlTest. Former-commit-id: addd0611c8523a479d8b865e12490124ed0492b3
-
- May 27, 2016
-
-
Scott Snyder authored
2016-05-05 scott snyder <snyder@bnl.gov> * Tagging ControlTest-00-02-56. * Update reference files for StoreGate-03-06-41. 2016-03-27 scott snyder <snyder@bnl.gov> * Tagging ControlTest-00-02-55. * share/StoreGateDFlow.ref: Updated. 2016-03-25 scott snyder <snyder@bnl.gov> * Tagging ControlTest-00-02-54. * share/StoreGateReentrant.ref: Updated. 2016-03-16 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> * Fixed a remaining mistake in the CMakeLists.txt file that was only discovered by ATN's log mining. * Tagging as ControlTest-00-02-53 ... (Long ChangeLog diff - truncated) Former-commit-id: da5e18d5
-
- Sep 19, 2014
-
-
Scott Snyder authored
-