1. 15 Feb, 2014 7 commits
    • Don Gagne's avatar
      OpenSceneGraph has overridden virtuals defined in its headers · 374ae602
      Don Gagne authored
      Use a pragma around our use of that header to silence the warning. OSG
      3.01 has these warnings, 3.2 has fixed them, but 3.2 doesn’t isn’t the
      widely used release yet. So at some point when we upgrade to 3.2 this
      will no longer be needed.
      374ae602
    • 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
    • Don Gagne's avatar
      Hack to fix Windows Release build · 35fbc63d
      Don Gagne authored
      Either this location is incorrect, or it is an optional install that I
      haven’t figured out how to get yet. Either way, this is failing
      TeamCity Windows Releases builds which I want to turn on. So for now,
      I’m disabling. I’ll figure out how to make it work correctly with my
      work on generating windows installs.
      35fbc63d
    • Lorenz Meier's avatar
      Fix request image compile error · de3aaa03
      Lorenz Meier authored
      de3aaa03
    • Lorenz Meier's avatar
  2. 14 Feb, 2014 10 commits
  3. 13 Feb, 2014 4 commits
  4. 12 Feb, 2014 8 commits
  5. 11 Feb, 2014 1 commit
  6. 06 Feb, 2014 2 commits
  7. 05 Feb, 2014 2 commits
  8. 04 Feb, 2014 2 commits
  9. 03 Feb, 2014 2 commits
  10. 02 Feb, 2014 2 commits