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