1. 17 Mar, 2022 1 commit
  2. 08 Sep, 2021 1 commit
  3. 02 Mar, 2021 1 commit
  4. 13 Apr, 2020 1 commit
  5. 12 Dec, 2019 1 commit
    • 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
  6. 01 Jun, 2019 1 commit
  7. 21 Mar, 2019 1 commit
  8. 20 Mar, 2019 1 commit
  9. 23 Jul, 2018 1 commit
  10. 03 Jul, 2018 1 commit
  11. 10 Aug, 2016 1 commit
  12. 25 Jul, 2016 1 commit
  13. 25 Apr, 2016 1 commit
  14. 09 Jun, 2015 1 commit
  15. 06 May, 2015 1 commit
  16. 13 Feb, 2015 2 commits
  17. 06 Feb, 2015 1 commit
  18. 18 Sep, 2014 1 commit
  19. 16 Sep, 2014 4 commits
  20. 10 Jul, 2014 2 commits
  21. 16 Jun, 2014 1 commit
    • Christopher Dembia's avatar
      Fix Clang warning about unhandled enum values. · debf09a4
      Christopher Dembia authored
      Clang had been generating the following warning:
      
      ```
      ParsedExpression.cpp:123:13:
      warning:
            30 enumeration values not handled in switch: 'CONSTANT', 'VARIABLE',
            'CUSTOM'...
                  [-Wswitch]
                      switch (node.getOperation().getId()) {
                                      ^
                                      1 warning generated.
      ```
      
      To get rid of this warning, I added a default case, which does nothing.
      debf09a4
  22. 12 Dec, 2013 1 commit
  23. 16 Oct, 2013 1 commit
  24. 03 Jul, 2013 1 commit
  25. 07 May, 2012 1 commit
  26. 18 Oct, 2011 1 commit
  27. 19 Sep, 2011 1 commit
  28. 12 Aug, 2010 1 commit
  29. 16 Apr, 2010 1 commit
  30. 05 Jan, 2010 1 commit
  31. 10 Dec, 2009 1 commit
  32. 24 Nov, 2009 1 commit
  33. 23 Nov, 2009 1 commit
  34. 20 Nov, 2009 1 commit
  35. 19 Nov, 2009 1 commit