Saturday, October 3rd, 2020, 00:43 UTC | ||
[00:43:55] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
[00:56:30] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 272 seconds) | |
[00:59:27] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[00:59:27] | Mode for #mythtv by ChanServ!ChanServ@services. : +v peper03 | |
[03:54:19] | RokLobsta (RokLobsta!~Dirkka@121-200-12-5.79c80c.mel.nbn.aussiebb.net) has joined #mythtv | |
[05:30:00] | peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has quit (Quit: WeeChat 2.3) | |
[05:31:54] | peterbennett (peterbennett!~pi@2601:183:100:6a:f1e0:d1e4:326b:fdd5) has joined #mythtv | |
[05:31:54] | peterbennett (peterbennett!~pi@2601:183:100:6a:f1e0:d1e4:326b:fdd5) has quit (Changing host) | |
[05:31:54] | peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has joined #mythtv | |
[05:31:55] | Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett | |
[06:19:17] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 272 seconds) | |
[06:23:26] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[06:23:26] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[06:45:06] | MythBuild: | Build [#110](https://code.mythtv.org/buildbot/#builders/188/builds/110) of `tidy-master` 4failed. |
[06:47:32] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has joined #mythtv | |
[06:47:32] | Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey | |
[06:51:18] | markspieth2 (markspieth2!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[06:51:18] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth2 | |
[06:56:01] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 272 seconds) | |
[07:03:14] | peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has quit (Remote host closed the connection) | |
[07:03:38] | peterbennett (peterbennett!~pi@2601:183:100:9a:48ec:d10e:59a1:ed27) has joined #mythtv | |
[07:03:39] | peterbennett (peterbennett!~pi@2601:183:100:9a:48ec:d10e:59a1:ed27) has quit (Changing host) | |
[07:03:39] | peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has joined #mythtv | |
[07:03:39] | Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett | |
[08:14:46] | SteveGoodey (SteveGoodey!~steve@host86-150-5-150.range86-150.btcentralplus.com) has joined #mythtv | |
[08:14:47] | Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey | |
[08:57:02] | markk_ (markk_!~mark@host109-151-70-155.range109-151.btcentralplus.com) has joined #mythtv | |
[09:10:17] | markspieth2 (markspieth2!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 272 seconds) | |
[09:13:28] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[09:13:28] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[09:21:51] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Read error: Connection reset by peer) | |
[09:22:02] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[09:22:02] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[10:31:40] | warpme_ (warpme_!uid391875@gateway/web/irccloud.com/x-yqrwnwkpaopkkpso) has joined #mythtv | |
[10:42:58] | markk_: | hampton: is it just me – or do some of these ccpcheck recommendations look like complicating the code rather than simplifying? I'm referring to the algo use – e.g. std::transform, copy, any_of etc |
[11:17:01] | RokLobsta (RokLobsta!~Dirkka@121-200-12-5.79c80c.mel.nbn.aussiebb.net) has quit (Remote host closed the connection) | |
[11:57:10] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 252 seconds) | |
[12:20:27] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[12:20:27] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[12:21:03] | hampton: | After writing a whole bunch of them, I kinda like the any_of/all_of/copy/copy_if functions. Not so sure about the transform and accumulate functions. It is pretty clean when you see a bunch of them together. |
[12:22:01] | hampton: | Most of them also have an overload that lets you specify whether they are executed in sequence or in parallel, so getting some execution speedup should be as simple as adding "std::execution::par" as the first argument. |
[12:23:53] | hampton: | Or so says the documentation. |
[12:26:00] | hampton: | And yes, they are a little wordy having to specify begin/end iterators instead of specifying the list/array/whatever. |
[12:48:11] | markk_: | hampton: just strikes me as a little inconsistent (c++ standard wise). We have for ( ; ) – which simplifies the iteration over ranges – but then we can't use similar to iterate over ranges... |
[12:53:14] | hampton: | Maybe they couldn't figure out an appropriate syntax. e.g. std:copy_if(var : range, output_iter, {test})??? |
[12:55:25] | hampton: | Interesting that both cppcheck and clang-tidy have recently added checks for using standard functions. |
[14:03:05] | markk_ (markk_!~mark@host109-151-70-155.range109-151.btcentralplus.com) has quit (Ping timeout: 240 seconds) | |
[14:12:08] | SteveGoodey (SteveGoodey!~steve@host86-150-5-150.range86-150.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[14:12:29] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:7a24:afff:fe9d:c233) has joined #mythtv | |
[14:12:29] | Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey | |
[14:22:36] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[14:41:42] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
[14:43:51] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[15:08:59] | markk_ (markk_!~mark@host109-151-70-155.range109-151.btcentralplus.com) has joined #mythtv | |
[15:42:11] | markk_ (markk_!~mark@host109-151-70-155.range109-151.btcentralplus.com) has quit (Ping timeout: 240 seconds) | |
[15:53:07] | mad_enz (mad_enz!~mad_enz@CPE00508b114c3e-CMf0f249d13d30.cpe.net.cable.rogers.com) has quit (Ping timeout: 258 seconds) | |
[15:56:35] | mad_enz (mad_enz!~mad_enz@CPE00508b114c3e-CMf0f249d13d30.cpe.net.cable.rogers.com) has joined #mythtv | |
[16:52:11] | markk_ (markk_!~mark@host109-151-70-155.range109-151.btcentralplus.com) has joined #mythtv | |
[18:11:52] | markk_ (markk_!~mark@host109-151-70-155.range109-151.btcentralplus.com) has quit (Ping timeout: 260 seconds) | |
[18:23:11] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 272 seconds) | |
[19:05:53] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[19:05:53] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[20:46:02] | markk_ (markk_!~mark@host109-151-70-155.range109-151.btcentralplus.com) has joined #mythtv | |
[20:49:24] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6032:9caa:16d4:6ffa) has quit (Quit: Konversation terminated!) | |
[21:06:00] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:7a24:afff:fe9d:c233) has quit (Quit: Konversation terminated!) | |
[21:24:44] | RokLobsta (RokLobsta!~Dirkka@121-200-12-5.79c80c.mel.nbn.aussiebb.net) has joined #mythtv | |
[21:52:49] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 272 seconds) | |
[21:58:58] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[21:58:58] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[22:03:05] | markk_ (markk_!~mark@host109-151-70-155.range109-151.btcentralplus.com) has quit (Ping timeout: 240 seconds) | |
[22:08:00] | mad_enz (mad_enz!~mad_enz@CPE00508b114c3e-CMf0f249d13d30.cpe.net.cable.rogers.com) has quit (Ping timeout: 260 seconds) | |
[22:16:57] | mad_enz (mad_enz!~mad_enz@CPE00508b114c3e-CMf0f249d13d30.cpe.net.cable.rogers.com) has joined #mythtv | |
[22:51:47] | warpme_ (warpme_!uid391875@gateway/web/irccloud.com/x-yqrwnwkpaopkkpso) has quit (Quit: Connection closed for inactivity) | |
[23:12:29] | mad_enz (mad_enz!~mad_enz@CPE00508b114c3e-CMf0f249d13d30.cpe.net.cable.rogers.com) has quit (Remote host closed the connection) | |
[23:43:20] | mad_enz (mad_enz!~mad_enz@CPE00508b114c3e-CMf0f249d13d30.cpe.net.cable.rogers.com) has joined #mythtv | |
[23:48:25] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 240 seconds) | |
[23:49:23] | peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv | |
[23:49:23] | Mode for #mythtv by ChanServ!ChanServ@services. : +v peper03 |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.