Skip to content
  1. Oct 15, 2020
    • Giovanni Bussi's avatar
      changelog · 7519980a
      Giovanni Bussi authored
      7519980a
    • Giovanni Bussi's avatar
      Fixed warning with recent clang++ · c7df8e5f
      Giovanni Bussi authored
      The warning is visible with clang 9.0 -Wdeprecated as:
      
      warning: definition of implicit copy constructor for 'Invalid' is deprecated because it has a user-declared destructor
      
      Notice that the copy constructors were removed here: fdf1a882, and this commmits
      appears also in v2.5 and v2.6.
      
      This fix should be probably backported to v2.5 and v2.6.
      
      (cherry picked from commit 1c4eb81c and fixed for conflicts)
      c7df8e5f
  2. Oct 13, 2020
  3. Oct 07, 2020
  4. Oct 06, 2020
  5. Sep 30, 2020
  6. Sep 02, 2020
  7. Aug 31, 2020
  8. Aug 29, 2020
  9. Aug 27, 2020
  10. Jul 24, 2020
  11. Jul 08, 2020
  12. Jul 07, 2020
    • Giovanni Bussi's avatar
      Merge branch 'v2.4' into v2.5 · 29b5acfa
      Giovanni Bussi authored
      29b5acfa
    • Giovanni Bussi's avatar
      cppcheck fix · deb85d27
      Giovanni Bussi authored
      found with cppcheck 2.1
      
      cc: @gtribello
      
      [multicolvar/InPlaneDistances.cpp:110] (warning) :nullPointerRedundantCheck: Either the condition 'bt' is redundant or there is possible null pointer dereference: bt.
      
      This looks like it might be a real bug! Should be checked and potentially backported if it's a bug fix.
      deb85d27
  13. Jul 01, 2020
  14. Jun 15, 2020
  15. Jun 09, 2020
  16. May 29, 2020
  17. May 18, 2020
    • Giovanni Bussi's avatar
      Fixed plumedcheck · d2f95160
      Giovanni Bussi authored
      Spaces in `#include` statements where not matched correctly.
      
      See 38eee95826f905ac20a388885523becdd9d883e5 and #570
      d2f95160