- Dec 26, 2016
-
-
Don Gagne authored
Prevent shutdown ordering crashes
-
- Dec 07, 2016
-
-
Don Gagne authored
-
- Nov 18, 2016
-
-
Don Gagne authored
-
- Oct 18, 2016
-
-
Don Gagne authored
-
- Oct 16, 2016
-
-
Don Gagne authored
-
- Oct 04, 2016
-
-
Don Gagne authored
-
- Sep 18, 2016
-
-
Don Gagne authored
-
- Sep 15, 2016
-
-
Don Gagne authored
-
- Sep 14, 2016
-
-
Don Gagne authored
-
- Aug 29, 2016
-
-
Ricardo de Almeida Gonzaga authored
-
- Aug 26, 2016
-
-
Don Gagne authored
-
- Aug 25, 2016
-
-
Don Gagne authored
-
- Aug 18, 2016
-
-
Don Gagne authored
-
- Jul 23, 2016
-
-
Don Gagne authored
-
- Jun 26, 2016
-
-
Don Gagne authored
-
- Jun 23, 2016
- May 31, 2016
-
-
Lorenz Meier authored
-
- May 22, 2016
-
-
Daniel Agar authored
* enable TCPLinkTest * enable FileManagerTest
-
- 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
-
-
Don Gagne authored
-