Skip to content
  1. Jun 01, 2016
  2. May 27, 2016
  3. May 14, 2016
  4. Apr 19, 2016
  5. Mar 19, 2016
  6. Feb 27, 2016
  7. Feb 10, 2016
  8. Dec 25, 2015
  9. Oct 07, 2015
  10. Aug 22, 2015
  11. Aug 11, 2015
  12. Jul 16, 2015
  13. Feb 12, 2015
  14. Feb 11, 2015
  15. Jan 01, 2015
  16. Dec 28, 2014
  17. Nov 14, 2014
  18. Oct 30, 2014
  19. Oct 24, 2014
  20. Aug 24, 2014
  21. Aug 21, 2014
  22. Aug 14, 2014
  23. Aug 10, 2014
  24. Aug 05, 2014
  25. Jul 29, 2014
  26. Jul 26, 2014
  27. Jul 20, 2014
  28. Jul 19, 2014
  29. Jul 16, 2014
  30. Jul 15, 2014
  31. Jul 03, 2014
  32. Jul 02, 2014
  33. Jun 26, 2014
  34. Apr 13, 2014
  35. Feb 12, 2014
    • 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
  36. Feb 04, 2014
Loading