- Aug 19, 2019
-
-
Tomaz Canabrava authored
qobject_cast is times faster dynamic_cast for objects that inherit QObject. also, use auto keyword to not duplicate class names.
-
- Aug 11, 2019
-
-
murata authored
-
- May 20, 2019
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Oct 24, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Jun 30, 2018
-
-
Vavooon authored
-
- Apr 18, 2018
-
-
Gus Grubba authored
Work around a new Windows issue where the call to list the local network interfaces takes for freaking ever to return, blocking the UDP thread altogether.
-
- Apr 16, 2018
-
-
DonLakeFlyer authored
-
- Apr 11, 2018
-
-
DonLakeFlyer authored
-
- Feb 08, 2018
-
-
Gus Grubba authored
-
- Feb 05, 2018
-
-
Gus Grubba authored
-
Gus Grubba authored
Maintain a list of address/port pairs instead of a address/port map.
-
- Oct 23, 2017
-
-
DonLakeFlyer authored
-
- Jun 12, 2017
-
-
DonLakeFlyer authored
-
- May 01, 2017
-
-
DonLakeFlyer authored
-
- Jan 11, 2017
-
-
Sander Smeets authored
-
- Dec 30, 2016
-
-
Don Gagne authored
-
- Dec 26, 2016
-
-
Don Gagne authored
Prevent shutdown ordering crashes
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- May 03, 2016
-
-
Don Gagne authored
-
- Mar 25, 2016
-
-
Nate Weibley authored
-
Nate Weibley authored
-
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.
-
- Feb 04, 2016
-
-
dogmaphobic authored
-
- Jan 15, 2016
-
-
dogmaphobic authored
-
- Jan 05, 2016
-
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 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 02, 2015
-
-
dogmaphobic 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 30, 2015
-
-
Lorenz Meier authored
Fix the corner case of a system running on localhost using the network and the loopback address in parallel. Force it onto the loopback interface.
-
- Oct 10, 2015
-
-
Lorenz Meier authored
-
- Aug 02, 2015
-
-
dogmaphobic authored
-
- Jul 01, 2015
-
-
Don Gagne authored
-
- Jun 27, 2015
-
-
dogmaphobic authored
-
- Jun 26, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- Jun 12, 2015
-
-
dogmaphobic authored
-