- 13 Jun, 2016 1 commit
-
-
Don Gagne authored
Also don’t pop errors for initial request failure on generic vehicle.
-
- 12 Jun, 2016 1 commit
-
-
Don Gagne authored
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 29 May, 2016 2 commits
- 17 Apr, 2016 1 commit
-
-
dogmaphobic authored
-
- 15 Apr, 2016 2 commits
- 10 Apr, 2016 2 commits
- 07 Apr, 2016 1 commit
-
-
Nate Weibley authored
-
- 25 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 24 Mar, 2016 1 commit
-
-
Don Gagne authored
Also can handle additional components coming through after default component is complete
-
- 07 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 05 Mar, 2016 2 commits
- 18 Feb, 2016 2 commits
-
-
Nate Weibley authored
Conflicts: src/FactSystem/ParameterLoader.cc
-
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
-
- 17 Feb, 2016 3 commits
- 07 Feb, 2016 1 commit
-
-
Don Gagne authored
-
- 15 Jan, 2016 1 commit
-
-
dogmaphobic authored
-
- 13 Jan, 2016 2 commits
- 12 Jan, 2016 2 commits
- 04 Jan, 2016 2 commits
-
-
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
-
- 28 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 25 Dec, 2015 2 commits
- 23 Dec, 2015 1 commit
-
-
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>
-
- 15 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 14 Dec, 2015 2 commits
-
-
Don Gagne authored
Plus notify user
-
Pritam Ghanghas authored
-
- 06 Dec, 2015 3 commits
- 25 Nov, 2015 1 commit
-
-
Don Gagne authored
-