- Jan 08, 2016
-
-
Lorenz Meier authored
-
- Jan 05, 2016
-
-
Don Gagne authored
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
bind1st and bind2nd are depreceated in C++11 because now we have variadic templates, so remove them from the compile unit if we are compilling in c++11 mode. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Jan 04, 2016
-
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Jan 03, 2016
-
-
Don Gagne authored
-
- Dec 28, 2015
-
-
Don Gagne authored
-
- Dec 27, 2015
-
-
Don Gagne authored
-
- Dec 26, 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 16, 2015
-
-
Don Gagne authored
-
- Dec 14, 2015
-
-
Don Gagne authored
-
- Dec 13, 2015
-
-
Don Gagne authored
Mock link shouldn’t pop setup required message
-
- Dec 10, 2015
-
-
dogmaphobic authored
-
- Dec 08, 2015
-
-
Don Gagne authored
-
- Dec 06, 2015
- Dec 05, 2015
-
-
Don Gagne authored
Refactored PX4 radio config to work with both PX4 and APM
-
Don Gagne authored
-
dogmaphobic authored
-
dogmaphobic authored
-
Don Gagne authored
-
- Dec 04, 2015
-
-
dogmaphobic authored
-
- Dec 03, 2015
-
-
dogmaphobic authored
-
Lorenz Meier authored
-
- Dec 02, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- Dec 01, 2015
-
-
Don Gagne authored
-
Don Gagne authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- Nov 29, 2015
-
-
Don Gagne authored
This guarantees we are past bootloader on all OS. Window tends to not detect bootloader, connect to it and then get confused.
-
Don Gagne authored
-
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.
-
dogmaphobic authored
-
- Nov 28, 2015
-
-
Pritam Ghanghas authored
-