1. 27 Feb, 2016 1 commit
  2. 10 Feb, 2016 1 commit
  3. 25 Dec, 2015 1 commit
  4. 07 Oct, 2015 1 commit
  5. 22 Aug, 2015 1 commit
  6. 11 Aug, 2015 1 commit
  7. 16 Jul, 2015 1 commit
  8. 12 Feb, 2015 1 commit
  9. 11 Feb, 2015 1 commit
  10. 01 Jan, 2015 1 commit
  11. 28 Dec, 2014 2 commits
  12. 14 Nov, 2014 1 commit
  13. 30 Oct, 2014 2 commits
  14. 24 Oct, 2014 1 commit
  15. 24 Aug, 2014 1 commit
  16. 21 Aug, 2014 1 commit
  17. 14 Aug, 2014 1 commit
  18. 10 Aug, 2014 2 commits
  19. 05 Aug, 2014 1 commit
  20. 29 Jul, 2014 1 commit
  21. 26 Jul, 2014 1 commit
  22. 20 Jul, 2014 1 commit
  23. 19 Jul, 2014 1 commit
  24. 16 Jul, 2014 1 commit
  25. 15 Jul, 2014 1 commit
  26. 03 Jul, 2014 1 commit
  27. 02 Jul, 2014 1 commit
  28. 26 Jun, 2014 1 commit
  29. 13 Apr, 2014 1 commit
  30. 12 Feb, 2014 1 commit
    • Don Gagne's avatar
      Fix macro redefinition errors · 96fd7a03
      Don Gagne authored
      This removes a race condition between both qwt and qt against math.h on
      windows with _USE_MATH_DEFINES set. If math.h comes after qwt or qt
      math headers the math defines will be redefined. Really nasty to track
      down and ordering problems. So instead I just removed using math
      defines on windows and fall back to asin definition of M_PI_2. This
      will have some slight perf impact since it calls function instead of
      using constant. But I doubt on any of today’s machine it really makes a
      difference.
      96fd7a03
  31. 04 Feb, 2014 1 commit
  32. 10 Sep, 2013 1 commit
  33. 09 Jul, 2013 1 commit
  34. 04 Jul, 2013 1 commit
  35. 01 Jul, 2013 1 commit
  36. 08 Jun, 2013 1 commit
  37. 07 Jun, 2013 1 commit