Skip to content
  1. Feb 15, 2014
    • Don Gagne's avatar
      Silence makefile override warnings · 33acee39
      Don Gagne authored
      qserialport and qextserialport use the pattern of += into
      PUBLIC_HEADERS and PRIVATE_HEADERS. This leads to the same header being
      included twice. Which in turn causes the rule for moc in the makefile
      to be added twice, hence the warning. Using *= instead of += removes
      the duplication.
      33acee39
    • Don Gagne's avatar
      Silence warnings in qwt · 8f0f540f
      Don Gagne authored
      The latest version of qwt does have these warnings fixed. But the
      latest version also has removed some deprecated printing functionality
      which we are currently using. I gave a try at updating but it looked
      fairly involved and over my level of understanding for that part of the
      code. So pragmas for now. When someone does upgrade qwt the pragmas
      will no longer be needed.
      8f0f540f
    • Don Gagne's avatar
      Fix warnings in opmapcontrol · 7b32f32c
      Don Gagne authored
      I looked at the latest version of opmapcontrol in OpenPilot. This has
      not yet been fixed. So added pragma to silence.
      7b32f32c
  2. 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
  3. Feb 04, 2014
  4. Jan 12, 2014
  5. Jan 08, 2014
  6. Jan 02, 2014
  7. Sep 10, 2013
  8. Aug 13, 2013
  9. Aug 08, 2013
  10. Aug 03, 2013
  11. Jul 30, 2013
    • tstellanova's avatar
      Start adjusting config UI · 64bb126e
      tstellanova authored
      Start move to single column layout for advanced parameters; Fix
      crashing bug in PrimaryFlightDisplay when uas is removed and then
      re-added; workaround compiler warning in GeneralBlockPanelKernel,
      64bb126e
  12. Jul 16, 2013
  13. Jul 09, 2013
  14. Jul 04, 2013
  15. Jul 01, 2013
  16. Jun 28, 2013
  17. Jun 08, 2013
  18. Jun 07, 2013
  19. May 01, 2013
  20. Apr 16, 2013
  21. Jan 09, 2013
  22. Dec 01, 2012
  23. Nov 26, 2012
  24. Nov 17, 2012
  25. Nov 04, 2012
  26. Nov 01, 2012
  27. Oct 18, 2012
  28. Sep 19, 2012
  29. Sep 16, 2012
  30. Sep 15, 2012
  31. Sep 14, 2012
  32. Sep 06, 2012
  33. Sep 05, 2012
Loading