Bryant
700d1adda6
Added more generated files to the .gitignore.
11 years ago
Lorenz Meier
24d041c485
Merge pull request #469 from DonLakeFlyer/EvenMoreWarnings
...
Even more warnings
11 years ago
Lorenz Meier
1518d2064b
Merge pull request #472 from DonLakeFlyer/ReorderWarnings
...
Reorder warnings
11 years ago
Don Gagne
c9cdc4649d
-Wreorder fixes
11 years ago
Don Gagne
ff390617b5
Unused formal parameter, unused local variable and a couple unreachable code changes
11 years ago
Lorenz Meier
75a27239c6
Merge pull request #468 from DonLakeFlyer/EigenUpgrade
...
Update to Eigen 3.2.0
11 years ago
Don Gagne
d7b2622765
Unused formal parameter, unused local variable and a couple unreachable code changes
11 years ago
Don Gagne
aa4de767b3
Update to Eigen 3.2.0
11 years ago
Lorenz Meier
e5112a9fae
Merge pull request #467 from thomasgubler/linux_xbee
...
add xbee library folder for linux
11 years ago
Lorenz Meier
0284ff67a8
Merge pull request #466 from thomasgubler/disable_Werror
...
disable -Werror
11 years ago
Thomas Gubler
03f1a0905a
add xbee library folder for linux
11 years ago
Thomas Gubler
39421a209a
disable -Werror
11 years ago
Lorenz Meier
f2b40d347c
Merge pull request #464 from DonLakeFlyer/WarningsWork
...
Warnings work
11 years ago
Don Gagne
85017a1309
Fix -Werror=type-limits
11 years ago
Don Gagne
0422b46843
Fix broken Windows build
...
TeamCity caught this, but I thought the error was from my warnings
work. Turns out it was a real build failure. Windows doesn’t know which
floating point floor to use. In reality the parentheses are in the
wrong place and should be the floor of the divide by 2. But integer
division is always floor, so it’s not needed at all.
11 years ago
Don Gagne
0343347752
Pull across warnings fix from qupgrade side
11 years ago
Don Gagne
f4f721ef8b
Remove fixed warnings from Windows side
...
C4018, C4063
11 years ago
Don Gagne
a15ee3016f
Revert "Fix -Wsign-compare and -Wtype-limits"
...
This reverts commit edba7fa8aef832661b33d85109d0bfdf51d024d2.
11 years ago
Don Gagne
ca92434dfa
Turn off fixed warnings, add new ones that showed up!
11 years ago
Don Gagne
dac00bab71
Fix -Wsign-compare and -Wtype-limits
11 years ago
Don Gagne
e0f8cafb7b
Fix -Wswitch
11 years ago
Don Gagne
46b2918584
Fix -Wsign-compare and -Wtype-limits
11 years ago
Don Gagne
1e37331db4
Fix -Wenum-compare
...
Pulled fixe from latest eigen across. Figured it was safer to patch
than to pull across whole new version of eigen.
11 years ago
Don Gagne
1711e04fc6
-Wenum-compare fixes
11 years ago
Don Gagne
1fdbf2c68d
Fix -Wenum-compare
11 years ago
Don Gagne
1e0026e8dc
Fix -Wtauilogical-compare errors
...
Always evaluated to false due to signed/unsigned
11 years ago
Don Gagne
f053bfc0d0
Fix -Wnull-conversion warning
11 years ago
Don Gagne
888e59bd37
-Wunitialized and /wd4700 no longer ignored
11 years ago
Don Gagne
78b3107cb7
Fixed bug found during testing
...
Delete of last link would cause crash. Need to check for -1 which
signals no selection in combo box.
11 years ago
Don Gagne
f68be0ca6e
result used initialized at end of function based on if conditions
...
Fixing -Wuninitialized
11 years ago
Don Gagne
06c36b8b30
ind_airspeed used uninitialized when _sensorHilEnabled == false
...
Fixing -Wuninitialized
11 years ago
Lorenz Meier
e547004f19
Merge pull request #441 from thomasgubler/params_alphabetical
...
display parameters in alphabetical order
11 years ago
Lorenz Meier
45fc023c0d
Merge pull request #463 from DonLakeFlyer/WarningsBaseline
...
Warnings baseline
11 years ago
Don Gagne
f9d6f80986
Couldn't figure out how to get -Wno-#warning into project file
...
Not sure what qmake # escape is. So fixed the problem instead.
11 years ago
Don Gagne
0409a723d6
Baseline warnings setup
11 years ago
Don Gagne
faddbc0981
Windows build failure when project build outside source directory
...
Causing my TeamCity builds to fail
11 years ago
Lorenz Meier
034f106305
Reduce update rate of HUD
11 years ago
Lorenz Meier
4fbe9e2023
Merge pull request #459 from DonLakeFlyer/ProjectFileCleanup
...
Project file cleanup
11 years ago
Don Gagne
3347d285d2
Fixed release/debug DLLs in Windows
...
Also fixed a number of other release build problems
11 years ago
Don Gagne
c1465a0fab
Revert "Removed 32 bit support for Mac"
...
This reverts commit fcfb392e50
.
11 years ago
Don Gagne
956b686136
Version information in .exe
...
Still not working fully but more information is getting in there than
before. Also by removing VERSION from .pro it fixes problem with vs
proj being built incorrectly.
11 years ago
Don Gagne
34c2c3d980
Restructured project files
...
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.
11 years ago
Don Gagne
bc99cb6a96
Unused code
11 years ago
Don Gagne
24ba39cfa6
Fixed up some XBee stuff for building
11 years ago
Don Gagne
fcfb392e50
Removed 32 bit support for Mac
11 years ago
Lorenz Meier
48f06761df
Merge pull request #454 from mavlink/rc_config
...
Extended RC config to 18 channels, dealing with multi-port messages
11 years ago
Lorenz Meier
9a33de6d43
Merge pull request #453 from DonLakeFlyer/FlightModeConfig
...
Flight mode config rewrite plus Unit Test
11 years ago
Lorenz Meier
87f5c5b5f1
Merge pull request #456 from thomasgubler/flightgear_debug
...
flightgear: prevent aircraft from flying with no input
11 years ago
Lorenz Meier
07ac8ad97b
Merge pull request #457 from thomasgubler/malolo_catapult
...
Flightgear Malolo catapult
11 years ago
Don Gagne
3b059a3107
Screwed up merge cleanup
11 years ago