- 06 Feb, 2014 1 commit
-
-
Thomas Gubler authored
Conflicts: src/comm/QGCFlightGearLink.cc
-
- 12 Jan, 2014 2 commits
-
-
Lorenz Meier authored
Update to Eigen 3.2.0
-
Don Gagne authored
-
- 11 Jan, 2014 4 commits
-
-
Lorenz Meier authored
add xbee library folder for linux
-
Lorenz Meier authored
disable -Werror
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- 09 Jan, 2014 2 commits
-
-
Lorenz Meier authored
Warnings work
-
Don Gagne authored
-
- 08 Jan, 2014 19 commits
-
-
Don Gagne authored
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.
-
Don Gagne authored
-
Don Gagne authored
C4018, C4063
-
Don Gagne authored
This reverts commit edba7fa8aef832661b33d85109d0bfdf51d024d2.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Pulled fixe from latest eigen across. Figured it was safer to patch than to pull across whole new version of eigen.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Always evaluated to false due to signed/unsigned
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Delete of last link would cause crash. Need to check for -1 which signals no selection in combo box.
-
Don Gagne authored
Fixing -Wuninitialized
-
Don Gagne authored
Fixing -Wuninitialized
-
Lorenz Meier authored
display parameters in alphabetical order
-
Lorenz Meier authored
Warnings baseline
-
- 07 Jan, 2014 3 commits
- 06 Jan, 2014 1 commit
-
-
Lorenz Meier authored
-
- 05 Jan, 2014 1 commit
-
-
Lorenz Meier authored
Project file cleanup
-
- 03 Jan, 2014 1 commit
-
-
Don Gagne authored
Also fixed a number of other release build problems
-
- 02 Jan, 2014 6 commits
-
-
Don Gagne authored
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.
-
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.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored