- 15 Feb, 2014 3 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.
-
- 12 Feb, 2014 1 commit
-
-
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.
-
- 04 Feb, 2014 1 commit
-
-
Lorenz Meier authored
-
- 12 Jan, 2014 1 commit
-
-
Don Gagne authored
-
- 08 Jan, 2014 2 commits
- 02 Jan, 2014 2 commits
-
-
Don Gagne authored
- 10 Sep, 2013 1 commit
-
-
Lorenz Meier authored
-
- 13 Aug, 2013 1 commit
-
-
tstellanova authored
-
- 08 Aug, 2013 1 commit
-
-
tstellanova authored
-
- 03 Aug, 2013 1 commit
-
-
Lorenz Meier authored
-
- 30 Jul, 2013 1 commit
-
-
tstellanova authored
Start move to single column layout for advanced parameters; Fix crashing bug in PrimaryFlightDisplay when uas is removed and then re-added; workaround compiler warning in GeneralBlockPanelKernel,
-
- 16 Jul, 2013 1 commit
-
-
Michael Carpenter authored
-
- 09 Jul, 2013 1 commit
-
-
Lorenz Meier authored
-
- 04 Jul, 2013 1 commit
-
-
Lorenz Meier authored
-
- 01 Jul, 2013 2 commits
-
-
Bill Bonney authored
-
Lorenz Meier authored
-
- 28 Jun, 2013 1 commit
-
-
Bill Bonney authored
-
- 08 Jun, 2013 1 commit
-
-
Lorenz Meier authored
This reverts commit 233a1716.
-
- 07 Jun, 2013 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 01 May, 2013 1 commit
-
-
Michael Carpenter authored
-
- 16 Apr, 2013 1 commit
-
-
Lorenz Meier authored
-
- 09 Jan, 2013 1 commit
-
-
Lorenz Meier authored
-
- 01 Dec, 2012 1 commit
-
-
Lorenz Meier authored
-
- 26 Nov, 2012 2 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 17 Nov, 2012 1 commit
-
-
Matthias Krebs authored
-
- 04 Nov, 2012 1 commit
-
-
Lorenz Meier authored
-
- 01 Nov, 2012 1 commit
-
-
Stefano Probst authored
Without this change, the program can not be built on Linux.
-
- 18 Oct, 2012 1 commit
-
-
Lorenz Meier authored
-
- 19 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 16 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 15 Sep, 2012 1 commit
-
-
barthess authored
-
- 14 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 06 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-
- 05 Sep, 2012 1 commit
-
-
Lorenz Meier authored
-