MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (64):

dekarl, mad_enz, MythLogBot, peper03, pppingme, aloril_, Anssi, benklop, blahdodo, brfransen, ChanServ, clever, cougar_s, davic, dblain, dmfrey, eharris, ElmerFudd, enyc, gbee, ghoti, gigem_, GreyFoxx, Hydr0p0nX, ikevin, jab416171, jams, jpabq, jpharvey, jst, jya, knowledg1junkie, KooeeeeennN, kukks, lapion, libsci, logan-, markspieth, MitchCapper, MythBuild, nephyrin`, poptix, rhpot1991, sheedy-away, sphery, stuarta, tgm4883, tonsofpcs, tris, vincent42, Warped, XDS2010, xris, zz_CyberJacob, _charly_, _iwc, betheynyx, gregl, Chutt, arescorpio, joki, jheizer_, GhostOfRaven, wagnerrp_
Friday, December 23rd, 2016, 02:27 UTC
[02:27:02] arescorpio (arescorpio!~arescorpi@96-216-114-200.fibertel.com.ar) has quit (Ping timeout: 264 seconds)
[03:17:42] gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Remote host closed the connection)
[03:24:51] gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv
[04:15:04] Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has quit (Remote host closed the connection)
[04:38:23] dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv
[04:40:28] dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 268 seconds)
[06:55:19] SteveGoodey (SteveGoodey!~steve@host86-151-55-249.range86-151.btcentralplus.com) has joined #mythtv
[06:57:38] SteveGoodey (SteveGoodey!~steve@host86-151-55-249.range86-151.btcentralplus.com) has quit (Client Quit)
[06:58:04] SteveGoodey (SteveGoodey!~steve@host86-151-55-249.range86-151.btcentralplus.com) has joined #mythtv
[07:02:38] dekarl1 is now known as dekarl
[08:30:00] dekarl: should we just replace usleep() with QThread::usleep() (and msleep() and sleep())? cppcheck complains about usage of that obsolescent function
[08:31:43] dekarl: or go C++11 and use std::this_thread::sleep_for(std::chrono::microseconds(usec));
[08:46:56] stuarta: Qthread::usleep would be the most portable no?
[08:49:51] stuarta: the bigger cppcheck problem is all the depreciated ffmpeg calls we use
[08:50:15] SteveGoodey (SteveGoodey!~steve@host86-151-55-249.range86-151.btcentralplus.com) has quit (Quit: Konversation terminated!)
[08:51:49] Merlin83b (Merlin83b!~Daniel@87.48.9.51.dyn.plus.net) has joined #mythtv
[09:27:28] dekarl: with QT 5.7+ using C++11 itself I'm torn
[09:40:39] stuarta: i'll solve it for you, our LTS platforms right now don't have C++11 compilers
[09:41:28] stuarta: ubuntu lts 16.04.1 has "gcc version 5.4.0 20160609 (Ubuntu 5.4.0–6ubuntu1~16.04.4)"
[09:42:10] ** stuarta goes and checks his facts **
[09:42:34] stuarta: GCC 4.8.1 was the first feature-complete implementation of the 2011 C++ standard, previously known as C++0x.
[09:42:39] stuarta: https://gcc.gnu.org/projects/cxx-status.html#cxx11
[09:45:17] stuarta: whilst it does have Qt 5.5.1
[09:55:09] stuarta: dekarl: doing a test build atm, and it seems to have compiled the file i changed successfully, still waiting for the link phase
[10:06:14] dekarl: IIRC we already came to a different conclusion ;) Our platforms support enough of C++11 to not actively avoid it anymore. Need to look up the link
[10:06:19] stuarta: well it built
[10:07:33] stuarta: my only question is does pulling in the thread code (from either Qt or c++11) have any negative effects?
[10:15:07] stuarta: doubt it
[10:21:26] stuarta: dekarl: my test was pretty simple http://paste.ubuntu.com/23672542/
[10:40:52] ** stuarta ponders M_usleep ;-) **
[10:41:13] stuarta: or MSleep::usleep
[11:00:05] stuarta: or MythSleep::usleep
[11:44:39] stuarta: so behind the times, c++14 is already in gcc, and they are working on c++1z (eta 2017)
[12:23:44] Merlin83b2 (Merlin83b2!~Daniel@87.48.9.51.dyn.plus.net) has joined #mythtv
[12:23:47] Merlin83b (Merlin83b!~Daniel@87.48.9.51.dyn.plus.net) has quit (Read error: Connection reset by peer)
[12:27:15] Tobbe5178 (Tobbe5178!~asdf@81-235-209-146-no62.tbcn.telia.com) has quit (Read error: Connection reset by peer)
[12:44:14] Tobbe5178 (Tobbe5178!~asdf@81-235-209-146-no62.tbcn.telia.com) has joined #mythtv
[13:17:17] Tobbe5178 (Tobbe5178!~asdf@81-235-209-146-no62.tbcn.telia.com) has quit (Read error: Connection reset by peer)
[13:26:10] dekarl: fwiw, one step is replacing usleep(x*1000) with msleep(x);
[13:30:00] peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 256 seconds)
[13:36:31] peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv
[13:43:25] amessina (amessina!~amessina@unaffiliated/amessina) has quit (Remote host closed the connection)
[13:54:43] brfransen (brfransen!~brfransen@71.11.51.80) has quit (Quit: Byebye)
[13:55:51] brfransen (brfransen!~brfransen@71.11.51.80) has joined #mythtv
[16:23:59] Merlin83b2 (Merlin83b2!~Daniel@87.48.9.51.dyn.plus.net) has quit (Quit: Leaving)
[17:27:45] Tobbe5178 (Tobbe5178!~asdf@81-235-209-146-no62.tbcn.telia.com) has joined #mythtv
[18:50:32] wagnerrp_ (wagnerrp_!~wagnerrp_@mythtv/developer/wagnerrp) has joined #mythtv
[18:52:26] wagnerrp (wagnerrp!~wagnerrp_@mythtv/developer/wagnerrp) has quit (Ping timeout: 256 seconds)
[19:20:33] joki (joki!~joki@p54861944.dip0.t-ipconnect.de) has joined #mythtv
[20:34:05] taylorr (taylorr!~taylorr@unaffiliated/elmojo) has quit (Ping timeout: 258 seconds)
[21:54:52] kukks (kukks!~Guenter@samba/team/kukks) has quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
[21:56:57] kukks (kukks!~Guenter@samba/team/kukks) has joined #mythtv
[22:23:28] XDS2010 (XDS2010!sid1218@gateway/web/irccloud.com/x-dbggsrwndfhtecbu) has quit (Ping timeout: 250 seconds)
[22:26:26] XDS2010 (XDS2010!sid1218@gateway/web/irccloud.com/x-ykxgkrfwntlftygm) has joined #mythtv
[22:59:05] arescorpio (arescorpio!~arescorpi@190.190.244.127) has joined #mythtv
[23:56:11] Tobbe5178 (Tobbe5178!~asdf@81-235-209-146-no62.tbcn.telia.com) has quit (Read error: Connection reset by peer)

IRC Logs collected by BeirdoBot.
Please use the above link to report any bugs.