- 13 Feb, 2014 4 commits
-
-
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.
-
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.
-
Don Gagne authored
I looked at the latest version of opmapcontrol in OpenPilot. This has not yet been fixed. So added pragma to silence.
-
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.
-
- 12 Feb, 2014 6 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
This removes a race condition between both qwt and qt against math.h on windows with _USE_MATH_DEFINES set. If math.h comes after qwt or qt math headers the math defines will be redefined. Really nasty to track down and ordering problems. So instead I just removed using math defines on windows and fall back to asin definition of M_PI_2. This will have some slight perf impact since it calls function instead of using constant. But I doubt on any of today’s machine it really makes a difference.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Number of warnings is low enough now to let them come through. Lowered Windows warning level the /W3 to be more consistent with OSX/Linux level of warnings. Removed /WX from Windows build. I’ll put it back once everything is cleaned up.
-
- 11 Feb, 2014 1 commit
-
-
Don Gagne authored
-
- 05 Feb, 2014 2 commits
-
-
Lorenz Meier authored
Airframe config: fixed hexa copy and paste error
-
Julian Oes authored
-
- 04 Feb, 2014 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 03 Feb, 2014 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 02 Feb, 2014 5 commits
-
-
Lorenz Meier authored
PX4 config: Remove the specialized throttle handling - this needs testing, but doing the math on paper it doesn’t look like a special case is needed / wanted here.
-
Lorenz Meier authored
Use the reversed values for the four control channels as well. Not using them would make the display very confusing.
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 01 Feb, 2014 4 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
Enable RC calibration mode during RC calibration to tell vehicle to ignore stick inputs for that period
-
Lorenz Meier authored
-
- 31 Jan, 2014 1 commit
-
-
Lorenz Meier authored
-
- 28 Jan, 2014 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 27 Jan, 2014 1 commit
-
-
Lorenz Meier authored
Added more generated files to the .gitignore.
-
- 26 Jan, 2014 2 commits
-
-
Lorenz Meier authored
Updated Linux build info in readme
-
Bjarke Vad Andersen authored
Remember to init submodules for "qupgrade"
-
- 25 Jan, 2014 1 commit
-
-
Lorenz Meier authored
-
- 19 Jan, 2014 1 commit
-
-
Bryant authored
-
- 17 Jan, 2014 2 commits
-
-
Lorenz Meier authored
Even more warnings
-
Lorenz Meier authored
Reorder warnings
-
- 13 Jan, 2014 1 commit
-
-
Don Gagne authored
-
- 12 Jan, 2014 3 commits
-
-
Don Gagne authored
-
Lorenz Meier authored
Update to Eigen 3.2.0
-
Don Gagne authored
-