1. 13 Feb, 2014 6 commits
    • Bryant's avatar
      Improvements to libxbee compilation. · 0a91721a
      Bryant authored
      XBee support can now be disabled by defining DISABLE_XBEE.
      Details on why XBee support is disabled are now output.
      0a91721a
    • Bryant's avatar
      Made warning messages from qmake more explicit. · 1d0f0fd8
      Bryant authored
      1d0f0fd8
    • Bryant's avatar
      Altered build procedure for speech synthesis. · ebbb7b7a
      Bryant authored
      Speech synthesis support can now be disabled (DEFINES+=DISABLE_SPEECH)
      Speech synthesis dependencies are now checked before enabling.
      When support cannot be enabled, the user is now notified.
      ebbb7b7a
    • Bryant's avatar
      Improved MAVLink dialect selection. · 1de1547b
      Bryant authored
      MAVLink dialects can now be specified as a list, so multiple dialects can be compiled in simultaneously (may result in conflicts between dialects).
      MAVLink dialects are checked for existance before support is added.
      Users are notified of which dialects are used and which cannot be added and why.
      The README now has info about specifying MAVLink dialects.
      1de1547b
    • Bryant's avatar
      Improved MAVLink dialect selection. · 35dca1d0
      Bryant authored
      MAVLink dialects can now be specified as a list, so multiple dialects can be compiled in simultaneously (may result in conflicts between dialects).
      MAVLink dialects are checked for existance before support is added.
      Users are notified of which dialects are used and which cannot be added and why.
      The README now has info about specifying MAVLink dialects.
      35dca1d0
    • Bryant's avatar
      Updating QUpgrade build process. · 29ef19a6
      Bryant authored
      Now properly checks for if QUpgrade submodule has been cloned.
      Allows for disabled QUpgrade compilation.
      Altered some code so that compiling without the QUpgrade module could
      succeed.
      Updated README about QUpgrade submodule.
      29ef19a6
  2. 11 Jan, 2014 1 commit
  3. 07 Jan, 2014 1 commit
  4. 02 Jan, 2014 1 commit
    • Don Gagne's avatar
      Restructured project files · 34c2c3d9
      Don Gagne authored
      Made them more understandable for what is needed and for why. Removed
      duplication and made sure builds used common settings across all OS
      flavors. Removed mingw support for Windows since it was only partially
      implemented.
      34c2c3d9