Skip to content
  1. May 28, 2020
  2. May 23, 2020
  3. May 20, 2020
    • Riccardo Maria Bianchi's avatar
      Add mutex to protect access to PhysVol 'daughters' vector. · f61b70f0
      Riccardo Maria Bianchi authored
      The GeoPhysVol::add() method adds a child to a GeoPhysVol.
      The underlaying method which increases the number of children (RCBase::Ref()) is thread-safe
      because the counter is implemented with a std::atomic. But the vector storing the children
      of a GeoPhysVol is not thread-safe because the access to its members is not protected in any way.
      I added a mutex and locks to all methods writing to or reading from the vector.
      f61b70f0
  4. May 18, 2020
  5. May 11, 2020
  6. May 08, 2020
  7. May 06, 2020
  8. May 03, 2020
  9. Apr 29, 2020
  10. Mar 31, 2020
  11. Mar 30, 2020
  12. Mar 18, 2020
  13. Mar 16, 2020
  14. Mar 02, 2020
  15. Feb 06, 2020
  16. Feb 05, 2020
  17. Jan 30, 2020
  18. Jan 29, 2020
  19. Jan 27, 2020
  20. Jan 23, 2020
  21. Nov 23, 2019