Skip to content
Snippets Groups Projects
  1. Feb 02, 2023
  2. Dec 25, 2022
  3. Dec 22, 2022
  4. Dec 20, 2022
  5. Dec 15, 2022
  6. Dec 14, 2022
  7. Dec 08, 2022
  8. Dec 07, 2022
  9. Dec 02, 2022
  10. Nov 30, 2022
  11. Nov 28, 2022
  12. Nov 15, 2022
  13. Oct 28, 2022
  14. Oct 25, 2022
  15. Sep 13, 2022
  16. Jul 09, 2022
  17. Jul 01, 2022
  18. Apr 09, 2021
  19. Nov 28, 2020
  20. Jul 16, 2020
  21. May 01, 2020
  22. Apr 23, 2020
  23. Jan 07, 2020
  24. Jul 20, 2019
    • scott snyder's avatar
      LWHists: Update for root 6.18 compatibility. · 82588f25
      scott snyder authored
      If you do a SetBinError with an out-of-bounds bin, older versions of root
      would still create the error array in the histogram.  LWHists had code
      to emulate this behavior.  However, this changed as of root 6.18: if the 
      bin is out of bounds, then the histogram is not changed.  Adapt the LWHist
      code to match.
      82588f25
  25. Jun 06, 2019
    • scott snyder's avatar
      LWHists: Fix cppcheck warnings. · 24e3652c
      scott snyder authored
      cppcheck warnings:
       - assert with side effects.
       - x!=x instead of isnan.
       - calling virtual function from destructor.
       - undefined/implmentation-defined bit shifting behavior.
       - passing std::string::c_str() to a std::string argument.
       
      24e3652c
  26. Oct 04, 2018
  27. Sep 13, 2018
  28. Jan 09, 2018
  29. Dec 21, 2017
  30. Oct 30, 2017
  31. Jul 13, 2017
  32. Jun 08, 2017
    • scott snyder's avatar
      LWHists: Fix unaligned access warnings from ubsan. · fb2acbbf
      scott snyder authored
      When running with the undefined behavior sanitizer, we get warnings
      about unaligned accesses.  This is indeed undefined (and will lead
      to silent runtime failures on some architectures).
      Where it makes sense, add a little extra padding to get things
      aligned.  Suppress other alignment warnings.
      
      
      
      Former-commit-id: 69b8965c
      fb2acbbf
  33. Apr 10, 2017
  34. Feb 07, 2017
  35. Dec 09, 2016
    • Peter Onyisi's avatar
      Fix failure in ATN test for gcc 6.2 (LWHists-00-06-24) · 8dffbe75
      Peter Onyisi authored
      	* Fix failure in ATN test for gcc 6.2
      	* Tag LWHists-00-06-24
      
      2016-08-15  scott snyder  <snyder@bnl.gov>
      
      	* Tagging LWHists-00-06-23.
      	* src/tests/comphistfiles/comphistpars.h: Fix references to
      	isnan.
      
      2016-07-19  scott snyder  <snyder@bnl.gov>
      
      	* Tagging LWHists-00-06-22.
      	* CMakeLists.txt: Fix cmake build on centos7.
      
      2016-06-30  scott snyder  <snyder@bnl.gov>
      
      	* Tagging LWHists-00-06-21.
      	* src/FlexProfileArray.icc (FlexProfileArray): Suppress cppcheck
      	false positive.
      
      
      Former-commit-id: d6b99eb2
      8dffbe75
  36. Jul 02, 2016
  37. May 27, 2016
    • Scott Snyder's avatar
      'Fix typo (coverity 30950).' (LWHists-00-06-19) · 75f801fe
      Scott Snyder authored
      2016-05-17  scott snyder  <snyder@bnl.gov>
      
      	* Tagging LWHists-00-06-19.
      	* src/tests/comphistfiles/comphistpars.h: Fix typo (coverity
      	30950).
      
      2016-04-13  scott snyder  <snyder@bnl.gov>
      
      	* Tagging LWHists-00-06-18.
      	* Fix cppcheck warnings.
      
      2016-02-27 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Adding a hand-written CMakeLists.txt file to the package,
      	  in order to build its library and executables correctly.
      	* Tagging as LWHists-00-06-17
      
      
      Former-commit-id: 82012646
      75f801fe
  38. Jan 19, 2016
    • Scott Snyder's avatar
      Avoid triggering integer overflow during tests. (LWHists-00-06-16) · 3b65e05a
      Scott Snyder authored
      	* Tagging LWHists-00-06-16.
      	* Avoid triggering integer overflow during tests.
      
      2015-09-15  scott snyder  <snyder@bnl.gov>
      
      	* Tagging LWHists-00-06-15.
      	* cmt/requirements: Fix macro setting.
      	* src/FlexBinChunk.icc, src/FlexErrArray.icc: Fix clang warnings.
      
      2015-07-03  scott snyder  <snyder@bnl.gov>
      
      	* Tagging LWHists-00-06-14.
      	* src/tests/validation/main_validation.cxx: Another instance of
      	a weighted fill of TProfile.
      
      2015-07-01  scott snyder  <snyder@bnl.gov>
      
      	* Tagging LWHists-00-06-13.
      	* Some adaptations to changes in root that were leading to test
      ...
      (Long ChangeLog diff - truncated)
      3b65e05a
  39. Mar 20, 2015
  40. Jan 19, 2015
    • Scott Snyder's avatar
      Fix test compiilation. (LWHists-00-06-09) · 36bb99d3
      Scott Snyder authored
      	* Tagging LWHists-00-06-09.
      	* src/tests/comphistfiles/comphistpars.h: Need a TString overload
      	for varCompatible.
      
      2014-10-20  scott snyder  <snyder@bnl.gov>
      
      	* Tagging LWHists-00-06-08.
      	* Fix coverity warnings.
      
      2014-07-16 David Quarrie <David.Quarrie@cern.ch>
      	* cmt/requirements
      		Add cmake compatibility (fully backwards compatible on CMT side)
      	* Tagged as LWHists-00-06-07
      36bb99d3
Loading