- Mar 07, 2016
-
-
Don Gagne authored
-
- Mar 06, 2016
-
-
Don Gagne authored
-
- Mar 05, 2016
- Mar 02, 2016
- Feb 24, 2016
-
-
Don Gagne authored
-
- Feb 23, 2016
-
-
Don Gagne authored
-
- Feb 19, 2016
-
-
Don Gagne authored
I removed some needed headers from a top level file which then causes a ripple effect downstream
-
- Feb 18, 2016
-
-
Nate Weibley authored
Conflicts: src/FactSystem/ParameterLoader.cc
-
Nate Weibley authored
-
Nate Weibley authored
- Request list of all parameters, expecting device to lead each component with _HASH_CHECK cache value - Test for hash collision, if so our cache is valid and respond with _HASH_CHECK to stop listing - Else: let listing continue as normal to get updated param values - Store each cache by systemID + componentID For #2586
-
- Feb 17, 2016
- Feb 14, 2016
-
-
Don Gagne authored
-
- Feb 12, 2016
-
-
Don Gagne authored
Plumb through initial object mode on Vehicle
-
- Feb 07, 2016
-
-
Don Gagne authored
-
- Feb 04, 2016
-
-
dogmaphobic authored
-
- Jan 15, 2016
-
-
dogmaphobic authored
-
- Jan 13, 2016
- Jan 12, 2016
- Jan 10, 2016
-
-
Lorenz Meier authored
-
nopeppermint authored
-
- Jan 04, 2016
-
-
Tomaz Canabrava authored
C++2003 didn't had variadic templates so different number of arguments must have been already implemented in the templates and since it's impossible to get the amount ot different methods that paople write, a variadic template was neede. now we can connect signal / slots with 6+ arguments. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Don Gagne authored
-
- Jan 03, 2016
- Dec 29, 2015
- Dec 28, 2015
- Dec 27, 2015
-
-
Don Gagne authored
Total hack but it seems to work
-
- Dec 25, 2015
- 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 20, 2015
-
-
Don Gagne authored
-