Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • Atlas-Software Librarian's avatar
    d44d36db
    'CMakeLists.txt' (AthenaMonitoring-02-03-01) · d44d36db
    Atlas-Software Librarian authored
    2016-03-30  scott snyder  <snyder@bnl.gov>
    	* Tagging AthenaMonitoring-02-03-01.
    	* Coverity 12548, 13134, 106180, 12394, 30123, 30200-30207.
    	* Tagging AthenaMonitoring-02-03-00.
    	* Moving to replace access to protected members with calls to
    	functions (and clean up naming convention violations in the
    	process).  For each (currently) protected flag variable X, change
    	it to a private member m_X and introduce an accessor function
    	XFlag().  For backwards compatibility, also add a member X which
    	shadows the value of m_X; this is public (to avoid naming
    	convention warnings) but marked as deprecated.
    d44d36db
    History
    'CMakeLists.txt' (AthenaMonitoring-02-03-01)
    Atlas-Software Librarian authored
    2016-03-30  scott snyder  <snyder@bnl.gov>
    	* Tagging AthenaMonitoring-02-03-01.
    	* Coverity 12548, 13134, 106180, 12394, 30123, 30200-30207.
    	* Tagging AthenaMonitoring-02-03-00.
    	* Moving to replace access to protected members with calls to
    	functions (and clean up naming convention violations in the
    	process).  For each (currently) protected flag variable X, change
    	it to a private member m_X and introduce an accessor function
    	XFlag().  For backwards compatibility, also add a member X which
    	shadows the value of m_X; this is public (to avoid naming
    	convention warnings) but marked as deprecated.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.