- Mar 25, 2016
-
-
Nate Weibley authored
This mechanism automatically queues data into the correct thread where necessary, otherwise the method is invoked directly with low overhead. At the same time remove the UDP socket event workaround. It is not a problem.
-
- Mar 07, 2016
-
-
Don Gagne authored
-
- Feb 29, 2016
- Feb 23, 2016
- Feb 09, 2016
-
-
Don Gagne authored
Also additional major Mission usability changes
-
- Jan 10, 2016
-
-
nopeppermint authored
-
- Dec 29, 2015
-
-
Don Gagne authored
-
- Dec 25, 2015
-
-
Don Gagne authored
-
- Dec 23, 2015
-
-
Anselmo L. S. Melo authored
There are many ways of iterating over lists in C++/Qt. In the specific case of QStrings, it is known [1] that using foreach with const references avoids the creation of new QString objects in each iteration, reducing the time consumed by the loops. [1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/ Signed-off-by:
Anselmo L. S. Melo <anselmo.melo@intel.com>
-
- Dec 12, 2015
-
-
Don Gagne authored
-
- Dec 05, 2015
- Nov 29, 2015
-
-
Don Gagne authored
Windows OS doesn’t disconnect port when you pull plug on USB. This caused all sorts of problems with previous logic. New logic handles this correctly.
-
- Nov 25, 2015
-
-
Don Gagne authored
-
- Nov 23, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Nov 19, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Nov 18, 2015
-
-
Don Gagne authored
- Pervasive change to automatically connect to known board types - Lots of additional changes along with this: - More exposure of objects/properties to Qml - Much restructuring in LinkManager and LinkManager clients
-
- Oct 31, 2015
-
-
Don Gagne authored
Also turn on MavlinkLogTest
-
- Oct 30, 2015
- Oct 28, 2015
-
-
Don Gagne authored
Too unstable for CI at the moment
-
- Oct 27, 2015
-
-
David Goodman authored
-
David Goodman authored
-
- Oct 26, 2015
-
-
Don Gagne authored
-
- Oct 23, 2015
- Oct 19, 2015
- Oct 18, 2015
-
-
Lorenz Meier authored
-
- Oct 16, 2015
-
-
Don Gagne authored
-
- Oct 15, 2015
-
-
Don Gagne authored
-
- Oct 13, 2015
-
-
Don Gagne authored
This is in preparation for full Qml main window
-
- Oct 11, 2015
-
-
Don Gagne authored
Was failing due to large log output from incorrectly named MockLinkLogVerbose.
-
- Oct 05, 2015
-
-
Don Gagne authored
- select active vehicle - arm/disarm - select flight mode
-
- Sep 30, 2015
-
-
Don Gagne authored
- fix bugs found by test - Implemented Mock mission item protocol in
-
- Sep 27, 2015
-
-
Daniel Agar authored
-