Friday, November 3rd, 2017, 00:41 UTC | ||
[00:41:15] | dekarl1 (dekarl1!~dekarl@mythtv/developer/dekarl) has joined #mythtv | |
[00:42:35] | dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 240 seconds) | |
[03:01:51] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[03:05:11] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 255 seconds) | |
[03:09:42] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
[03:48:09] | Chutt (Chutt!~ijr@cpe-24-166-106-174.neo.res.rr.com) has joined #mythtv | |
[03:48:49] | Chutt__ (Chutt__!~ijr@cpe-24-166-106-174.neo.res.rr.com) has quit (Ping timeout: 248 seconds) | |
[03:55:46] | Chutt_ (Chutt_!~ijr@cpe-24-166-106-174.neo.res.rr.com) has joined #mythtv | |
[03:57:51] | Chutt (Chutt!~ijr@cpe-24-166-106-174.neo.res.rr.com) has quit (Ping timeout: 248 seconds) | |
[04:01:01] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[04:03:45] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 248 seconds) | |
[07:05:26] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has joined #mythtv | |
[07:16:29] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv | |
[07:47:41] | SteveGoodey (SteveGoodey!~steve@host109-149-25-3.range109-149.btcentralplus.com) has joined #mythtv | |
[08:58:02] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has joined #mythtv | |
[09:04:02] | willcooke (willcooke!~willcooke@2001:67c:1560:a003:9935:28a:a06a:17b7) has joined #mythtv | |
[09:04:03] | willcooke (willcooke!~willcooke@2001:67c:1560:a003:9935:28a:a06a:17b7) has quit (Changing host) | |
[09:04:03] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has joined #mythtv | |
[10:21:12] | ** stuarta looks at plist.cpp and goes WTF?!?!?! ** | |
[10:27:43] | stuarta: | i'm not surprise cppcheck is unhappy with it. |
[10:28:11] | stuarta: | casts between integer pointers and float/double pointers. how did this shit ever work?? |
[10:28:32] | SteveGoodey: | stuarta: Do I need an account on Trac to cc myself to tickets, do you know? |
[10:28:53] | stuarta: | hmmm, you should just be able to add an email address |
[10:33:29] | stuarta: | commenting on a ticket will effectively do the same |
[10:33:49] | SteveGoodey: | Wonder if I can leave comment box empty. |
[10:36:28] | stuarta: | on the bright side, smolt has stayed up longer |
[10:36:40] | stuarta: | still leaking FD's, but clearly not as quickly |
[11:50:42] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has quit (Ping timeout: 246 seconds) | |
[11:55:01] | MythBuild (MythBuild!~MythBuild@mizar.mythtv.org) has quit (Quit: buildmaster reconfigured: bot disconnecting) | |
[11:55:11] | MythBuild (MythBuild!~MythBuild@mizar.mythtv.org) has joined #mythtv | |
[12:12:59] | Spicy-Rabbit (Spicy-Rabbit!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has joined #mythtv | |
[12:37:33] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:5f31:1a3:f207:4887:2cfb) has quit (Remote host closed the connection) | |
[13:19:24] | SteveGoodey (SteveGoodey!~steve@host109-149-25-3.range109-149.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[14:29:00] | ooshlablu (ooshlablu!~ooshlablu@50.234.38.126) has joined #mythtv | |
[14:57:51] | willcooke (willcooke!~willcooke@ubuntu/member/willcooke) has quit (Quit: Do your hobbies) | |
[15:13:13] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[15:36:17] | hampton: | Not the prettiest code, but what are you going to do when serializing/unserializing data. I think cppcheck would be happier if it passed around char*/void* instead of quint8*. They're equivalent pointers to an 8-bit quantity of data, but the latter pointer has the additional implication that its pointing to an integer instead of some random thing. |
[15:58:18] | stuarta: | i'm sure there are some abstraction functions in quint8 that could be used to explicitly transform / cast the data which should keep cppcheck happy |
[16:01:07] | stuarta: | in the low level mpeg / dvb code we just use char's iirc |
[16:18:06] | SteveGoodey (SteveGoodey!~steve@host109-149-25-3.range109-149.btcentralplus.com) has joined #mythtv | |
[16:47:38] | amessina_ (amessina_!~amessina@unaffiliated/amessina) has joined #mythtv | |
[16:49:14] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Ping timeout: 252 seconds) | |
[16:49:26] | ** hampton laughs ** | |
[16:50:02] | hampton: | https://cacm.acm.org/system/assets/0002/6816/ . . . ed.large.jpg |
[16:57:41] | Chutt_ is now known as Chutt | |
[17:01:33] | jheizer: | So conflicted every time I see the fiber internet trucks in my neighborhood hooking a new house up. |
[17:01:55] | jheizer: | Everyone's dream of gbit fiber vs 15+ year of mythtv awesomeness |
[17:35:04] | SteveGoodey (SteveGoodey!~steve@host109-149-25-3.range109-149.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[17:50:16] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Quit: Leaving) | |
[17:53:26] | brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Quit: Byebye) | |
[18:12:03] | brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv | |
[18:46:48] | amessina_ (amessina_!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
[18:55:43] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv | |
[19:04:22] | peper03_ (peper03_!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[19:06:05] | jheizer_ (jheizer_!~jheizer@2601:246:8200:70ab:843a:39b5:f900:d4fc) has joined #mythtv | |
[19:06:32] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 246 seconds) | |
[19:07:14] | jheizer (jheizer!~jheizer@2601:246:8200:70ab:25a6:1b45:c2c2:9d2c) has quit (Ping timeout: 246 seconds) | |
[19:23:28] | SteveGoodey (SteveGoodey!~steve@host109-149-25-3.range109-149.btcentralplus.com) has joined #mythtv | |
[20:07:48] | natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 240 seconds) | |
[20:29:46] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv | |
[20:34:57] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has quit (Ping timeout: 240 seconds) | |
[20:43:33] | ooshlablu (ooshlablu!~ooshlablu@50.234.38.126) has quit (Remote host closed the connection) | |
[20:45:43] | karl_ (karl_!~karl@188-23-176-121.adsl.highway.telekom.at) has joined #mythtv | |
[20:51:03] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv | |
[20:56:09] | pvr4me (pvr4me!~craigtrel@d24-150-154-94.home.cgocable.net) has joined #mythtv | |
[20:57:53] | Spicy-Rabbit (Spicy-Rabbit!~Jordack@75-151-31-172-Michigan.hfc.comcastbusiness.net) has quit () | |
[22:17:04] | ooshlablu (ooshlablu!~ooshlablu@2601:18d:4600:5f31:a517:7e83:65b5:1a14) has joined #mythtv | |
[22:23:37] | karl_ (karl_!~karl@188-23-176-121.adsl.highway.telekom.at) has quit (Quit: karl_) | |
[22:52:17] | SteveGoodey (SteveGoodey!~steve@host109-149-25-3.range109-149.btcentralplus.com) has quit (Quit: Konversation terminated!) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.