Skip to content
Snippets Groups Projects
  1. May 29, 2018
  2. May 14, 2018
    • scott snyder's avatar
      PyDumper+TrkSurfaces: Avoid more undefined behavior. · 4c592dea
      scott snyder authored
      Avoid calling functions that may return null via a reference.
      
      Allow testing whether a CylinderSurface has a bounds object (it can be missing
      depending on how the object was constructed).  Allows avoiding undefined
      behavior sanitizer warnings from event dumping.
      
      Former-commit-id: 6aaed1df488f86e7caf3d14b7b872d9e592e558b
      4c592dea
  3. Mar 26, 2018
  4. Feb 15, 2018
  5. Dec 16, 2016
  6. Jun 14, 2016
    • Marcin Wolter's avatar
      AnnulusBounds - bug fixes (TrkSurfaces-01-03-31) · 2305a1aa
      Marcin Wolter authored
      2016-06-01 Marcin Wolter <marcin.wolter@cern.ch>
      	* Added AnnulusBounds to the TrkSurfacesDict.h
      	* Tagging as TrkSurfaces-01-03-31
      
      2016-05-11 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Removed the executable flag from all of the source files of the
      	  package.
      	* Replaced the usage of DataModel with AthContainers, and CLIDSvc
      	  with SGTools in the code and the build configuration. (For both
      	  CMT and CMake.) As the latter are the packages to use since a
      	  while.
      	* Fixed the CMake configuration not to try to link against the
      	  non-existent TrkParametersBase library.
      	* Did some general cleanup in the CMakeLists.txt file, removing
      	  everything from it that's not needed.
      	* Tagging as TrkSurfaces-01-03-30
      
      2016-04-28 Sabine Elles
      	* Add CMakeLists.txt in the most recent tag
      ...
      (Long ChangeLog diff - truncated)
      
      
      Former-commit-id: 08fcea2c592582c6d0dc4824af0477bd342ff233
      2305a1aa
  7. May 27, 2016
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (TrkSurfaces-01-03-23) · 0762260f
      Atlas-Software Librarian authored
      	* Tagging TrkSurfaces-01-03-23.
      	* TrkSurfaces/TriangleBounds.h, src/TrapezoidBounds.cxx: Pass
      	large objects by const reference, not by value.  Clean up a bit.
      	* TrkSurfaces/RectangleBounds.h, TrkSurfaces/CylinderBounds.h: Fix
      	argument names in ctor decls.
      
      2015-12-01  scott snyder  <snyder@bnl.gov>
      
      	* Tagging TrkSurfaces-01-03-22.
      	* TrkSurfaces/DiscTrapezoidalBounds.h: Fix clang warning.
      0762260f
  8. Nov 13, 2015
    • Noemi Calace's avatar
      Tagged as TrkSurfaces-01-03-21 (TrkSurfaces-01-03-21) · 32636a0c
      Noemi Calace authored
      2015-10-19 Noemi Calace <Noemi.Calace@cern.ch>
      	* Trying to fix coverity issue 31479
      	* Tagged as TrkSurfaces-01-03-21
      
      2015-10-12 Noemi Calace <Noemi.Calace@cern.ch>
      	* Trying to fix coverity issue 31479
      	* Tagged as TrkSurfaces-01-03-20
      
      2015-09-23  scott snyder  <snyder@bnl.gov>
      	* Tagging TrkSurfaces-01-03-19.
      	* TrkSurfaces/Surface.h: Declare SurfaceUniquePtr,
      	ConstSurfaceUniquePtr.
      	* TrkSurfaces/DiscTrapezoidalBounds.h
      	(EllipseCollisionTest::iterate): Fix abs() call.
      	* TrkSurfaces/BoundaryCheck.h, TrkSurfaces/DiscBounds.h,
      	TrkSurfaces/DiscTrapezoidalBounds.h: Comply with ATLAS naming
      	conventions.
      
      2015-09-17 Sharka Todorova <sarka.todorova@cern.ch>
      	* bugfix in localNormal for Cylinder and Cone surface
      ...
      (Long ChangeLog diff - truncated)
      32636a0c
  9. Jan 19, 2015
    • Goetz Gaycken's avatar
      Fix minor coverity issues. · a5da663b
      Goetz Gaycken authored
      * Fix coverity issue 11875 (uninitialised member).
      * Fix coverity issue 14335 (unsafe assignment operator). (TrkSurfaces-01-03-07)
      
      2015-12-15 Goetz Gaycken
          * Fix coverity issue 11875 (uninitialised member).
          * Fix coverity issue 14335 (unsafe assignment operator).
      
      2014-12-03 Sharka Todorova < sarka.todorova -at- cern.ch >
          * bugfix in TriangleBounds ( related to use of negative tolerance )
          * tagged TrkSurfaces-01-03-06
      
      2014-11-28 Igor Gavrilenko <Igor.Gavrilenko@cern.ch>
              * method straightLineDistanceEstimate correction for PlaneSurface
      	* tag TrkSurfaces-01-03-05
      
      2014-11-25 Andreas Salzburger < Andreas.Salzburger -at- cern.ch >
          * memory leak in PerigeeSurface::localToGlobal (creating lineDirection)
          * tagged TrkSurfaces-01-03-04
      
      2014-11-14 Andreas Salzburger < Andreas.Salzburger -at- cern.ch >
          * use override even more correctly
          * tagged TrkSurfaces-01-03-03
      
      ...
      (Long ChangeLog diff - truncated)
      a5da663b
  10. Sep 19, 2014
Loading