1. 21 Feb, 2020 1 commit
  2. 21 Dec, 2019 2 commits
  3. 20 Dec, 2019 1 commit
  4. 19 Dec, 2019 2 commits
  5. 16 Dec, 2019 2 commits
  6. 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
  7. 11 Dec, 2019 3 commits
  8. 10 Dec, 2019 2 commits
  9. 06 Dec, 2019 1 commit
  10. 04 Dec, 2019 3 commits
  11. 03 Dec, 2019 2 commits
  12. 02 Dec, 2019 2 commits
  13. 21 Nov, 2019 1 commit
  14. 19 Nov, 2019 2 commits
  15. 18 Nov, 2019 2 commits
  16. 15 Nov, 2019 3 commits
  17. 13 Nov, 2019 1 commit
  18. 12 Nov, 2019 3 commits
  19. 11 Nov, 2019 2 commits
  20. 07 Nov, 2019 2 commits
  21. 05 Nov, 2019 1 commit