1. 04 Jan, 2020 2 commits
  2. 03 Jan, 2020 2 commits
  3. 30 Dec, 2019 2 commits
  4. 21 Dec, 2019 1 commit
  5. 20 Dec, 2019 1 commit
  6. 19 Dec, 2019 2 commits
  7. 16 Dec, 2019 2 commits
  8. 12 Dec, 2019 2 commits
    • peastman's avatar
      Merge pull request #2503 from Colvars/lepton_NaN_ffast-math · 340bf28a
      peastman authored
      Fix Lepton optimization with -ffast-math
      340bf28a
    • Jérôme Hénin's avatar
      Fix Lepton optimization with -ffast-math · 144fa34a
      Jérôme Hénin authored
      Lepton::ParsedExpression::getConstantValue() used to return NaN to indicate non-constant
      expressions. This can break with -ffast-math optimization where NaN comparisons are
      not defined.
      
      This patch defines bool isConstant() to test whether an expression is constant before
      calling getConstantValue(). getConstantValue() now throws an exception if called on a
      non-constant expression.
      144fa34a
  9. 11 Dec, 2019 3 commits
  10. 10 Dec, 2019 2 commits
  11. 06 Dec, 2019 1 commit
  12. 04 Dec, 2019 3 commits
  13. 03 Dec, 2019 2 commits
  14. 02 Dec, 2019 2 commits
  15. 21 Nov, 2019 1 commit
  16. 19 Nov, 2019 2 commits
  17. 18 Nov, 2019 2 commits
  18. 15 Nov, 2019 3 commits
  19. 13 Nov, 2019 1 commit
  20. 12 Nov, 2019 3 commits
  21. 11 Nov, 2019 1 commit