- 21 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 20 Feb, 2014 3 commits
-
-
Lorenz Meier authored
3dviews
-
Lorenz Meier authored
Disable text output from GAudioOutput.
-
Bryant authored
All it does is clutter the terminal and it's not doing anything anyways.
-
- 19 Feb, 2014 3 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
fix unused-but-set-variable warnings/errors in map3D
-
Lorenz Meier authored
-
- 18 Feb, 2014 6 commits
-
-
Thomas Gubler authored
-
Lorenz Meier authored
Turn off -Werror for Linux
-
Don Gagne authored
-
Lorenz Meier authored
Fix unused variables errors in Pixhawk build
-
Don Gagne authored
-
Thomas Gubler authored
-
- 17 Feb, 2014 12 commits
-
-
Lorenz Meier authored
Installers for Mac and Windows
-
Lorenz Meier authored
The build process fixup PR to rule them all
-
Lorenz Meier authored
Final Warnings fixed plus Warnings as Errors turned on
-
Don Gagne authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
No need to stop mavlink no more
-
Lorenz Meier authored
WP bugfixes
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Lorenz Meier authored
-
- 16 Feb, 2014 7 commits
-
-
Don Gagne authored
-
Bryant authored
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
Add new waypoints based on the UAV airframe type
-
- 15 Feb, 2014 8 commits
-
-
Don Gagne authored
Reverted windows build change from ThirdPartyWarnings merge
-
Don Gagne authored
-
Lorenz Meier authored
Third party warnings
-
Don Gagne authored
Merge branch 'ThirdPartyWarnings' of https://github.com/DonLakeFlyer/qgroundcontrol into ThirdPartyWarnings
-
Don Gagne authored
-
Don Gagne authored
Not going to fix these two warnings in Windows builds so silence from makefile
-
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.
-
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.
-