1. 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
  2. Feb 04, 2014
  3. Sep 10, 2013
  4. Jul 09, 2013
  5. Jul 04, 2013
  6. Jul 01, 2013
  7. Jun 08, 2013
  8. Jun 07, 2013
  9. May 01, 2013
  10. Jan 09, 2013
  11. Dec 01, 2012
  12. Nov 26, 2012
  13. Oct 18, 2012
  14. Sep 14, 2012
  15. Sep 06, 2012
  16. Sep 05, 2012
  17. Sep 03, 2012
  18. Aug 23, 2012
  19. Aug 08, 2012
  20. Jul 28, 2012