Skip to content
  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
    • Don Gagne's avatar
      Fix a virtual function override · aa14800f
      Don Gagne authored
      aa14800f
    • Don Gagne's avatar
      Bring across qupgrade warning fixes · 62f3f672
      Don Gagne authored
      62f3f672
    • Don Gagne's avatar
      Removed warning overrides · 359fde68
      Don Gagne authored
      Number of warnings is low enough now to let them come through. Lowered
      Windows warning level the /W3 to be more consistent with OSX/Linux
      level of warnings. Removed /WX from Windows build. I’ll put it back
      once everything is cleaned up.
      359fde68
  2. Feb 11, 2014
  3. Feb 05, 2014
  4. Feb 04, 2014
  5. Feb 03, 2014
  6. Feb 02, 2014
  7. Feb 01, 2014
  8. Jan 31, 2014
  9. Jan 28, 2014
  10. Jan 27, 2014
  11. Jan 26, 2014
  12. Jan 25, 2014
  13. Jan 19, 2014
  14. Jan 17, 2014
  15. Jan 13, 2014
  16. Jan 12, 2014
  17. Jan 11, 2014
  18. Jan 09, 2014