12016-03-05T00:13:59 *** davec has quit IRC
22016-03-05T00:14:30 *** davec has joined #bitcoin-core-dev
32016-03-05T00:33:13 *** mrkent__ has quit IRC
42016-03-05T00:33:18 *** mrkent has joined #bitcoin-core-dev
52016-03-05T00:48:28 *** tr0nk has quit IRC
62016-03-05T00:53:09 *** wallet421 has joined #bitcoin-core-dev
72016-03-05T00:56:03 *** wallet42 has quit IRC
82016-03-05T01:15:14 *** AaronvanW_ has joined #bitcoin-core-dev
92016-03-05T01:19:15 *** AaronvanW has quit IRC
102016-03-05T01:41:21 *** ennui has quit IRC
112016-03-05T01:47:27 *** brg444 has quit IRC
122016-03-05T01:51:06 *** AaronvanW_ has quit IRC
132016-03-05T02:19:21 *** xiangfu has joined #bitcoin-core-dev
142016-03-05T02:42:07 *** xiangfu has quit IRC
152016-03-05T02:48:42 *** xiangfu has joined #bitcoin-core-dev
162016-03-05T02:51:47 *** belcher has quit IRC
172016-03-05T02:57:13 *** frankenmint has quit IRC
182016-03-05T03:10:58 *** Ylbam has quit IRC
192016-03-05T03:21:49 *** p15_ has quit IRC
202016-03-05T03:22:06 *** p15x has quit IRC
212016-03-05T03:22:24 *** p15 has joined #bitcoin-core-dev
222016-03-05T03:34:25 *** jannes has quit IRC
232016-03-05T03:39:47 *** jtimon has quit IRC
242016-03-05T03:42:18 *** jarret has joined #bitcoin-core-dev
252016-03-05T03:43:36 *** xiangfu has quit IRC
262016-03-05T03:58:04 *** frankenmint has joined #bitcoin-core-dev
272016-03-05T04:03:10 *** frankenmint has quit IRC
282016-03-05T04:12:53 *** gamersg has joined #bitcoin-core-dev
292016-03-05T04:13:25 <gamersg> jonasschnelli: u there?
302016-03-05T04:15:09 <gamersg> sipa: u there?
312016-03-05T04:15:27 <sipa> yes
322016-03-05T04:15:42 <gamersg> regarding laanjw's suggestion, https://github.com/bitcoin/bitcoin/pull/7613
332016-03-05T04:16:08 <gamersg> is it ok if i do a getCommands(std::vector& list)
342016-03-05T04:16:23 <gamersg> i prefer it to returning a vector, more efficient
352016-03-05T04:16:59 <sipa> we'll switch to C++11 soon, in which you can use move semantics for that
362016-03-05T04:17:03 <sipa> so i don't really care
372016-03-05T04:17:58 <gamersg> move semantics will apply automatically i believe, so the efficiency gain would be automatic, amirite
382016-03-05T04:18:54 <sipa> in cases where it applies automatically, i think copy elision would already apply right now as well
392016-03-05T04:21:10 <gamersg> sipa: copy ellision?
402016-03-05T04:21:28 <gamersg> u mean compiler optimisation?
412016-03-05T04:22:14 <sipa> yes
422016-03-05T04:22:40 <sipa> if you have a function f() { return some_vector; } ... vector v = f();
432016-03-05T04:23:05 <sipa> then C++ semantics specify that 2 copies occur (once to copy some_vector to the return value, and one to assign the return value to v
442016-03-05T04:23:26 <sipa> however, the compiler is allowed to not issue those copy operations and bypass the assignments
452016-03-05T04:23:35 <sipa> which in practice always happens
462016-03-05T04:23:52 <sipa> i dislike it because it's non obvious where that applies
472016-03-05T04:23:57 <sipa> move semantics are cleaner
482016-03-05T04:25:28 <gamersg> ic, alrite then ill stick to returning a vector
492016-03-05T04:26:53 *** zooko has joined #bitcoin-core-dev
502016-03-05T04:54:59 *** mrkent has quit IRC
512016-03-05T05:01:38 *** zooko` has joined #bitcoin-core-dev
522016-03-05T05:03:40 *** zooko has quit IRC
532016-03-05T05:15:12 *** JackH has quit IRC
542016-03-05T05:46:42 *** gamersg has left #bitcoin-core-dev
552016-03-05T05:49:09 *** zooko` has quit IRC
562016-03-05T05:55:22 *** [_smitty] has quit IRC
572016-03-05T05:56:56 <GitHub57> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7f966713a413...9f33dba05c01
582016-03-05T05:56:56 <GitHub57> bitcoin/master 086da92 Suhas Daftuar: Add tags to mempool's mapTx indices
592016-03-05T05:56:57 <GitHub57> bitcoin/master 9f33dba Pieter Wuille: Merge #7539: Add tags to mempool's mapTx indices...
602016-03-05T05:56:59 <GitHub100> [bitcoin] sipa closed pull request #7539: Add tags to mempool's mapTx indices (master...use-tags) https://github.com/bitcoin/bitcoin/pull/7539
612016-03-05T06:00:19 *** frankenmint has joined #bitcoin-core-dev
622016-03-05T06:04:43 *** frankenmint has quit IRC
632016-03-05T06:26:20 *** challisto has joined #bitcoin-core-dev
642016-03-05T06:27:11 *** challisto has left #bitcoin-core-dev
652016-03-05T06:27:25 *** challisto has joined #bitcoin-core-dev
662016-03-05T06:44:15 *** frankenmint has joined #bitcoin-core-dev
672016-03-05T07:20:51 *** ennui has joined #bitcoin-core-dev
682016-03-05T07:27:22 *** wallet421 has quit IRC
692016-03-05T07:30:01 *** Alopex has quit IRC
702016-03-05T07:31:06 *** Alopex has joined #bitcoin-core-dev
712016-03-05T08:03:28 *** Don_John has quit IRC
722016-03-05T08:21:43 <GitHub179> [bitcoin] pstratem closed pull request #7629: Order CTxMemPool::queryHashes result by feerate including descendents. (master...2016-03-01-queryhashes) https://github.com/bitcoin/bitcoin/pull/7629
732016-03-05T08:22:50 *** wallet42 has joined #bitcoin-core-dev
742016-03-05T08:43:31 *** paveljanik has joined #bitcoin-core-dev
752016-03-05T08:45:23 *** molz has joined #bitcoin-core-dev
762016-03-05T08:47:07 *** moli has quit IRC
772016-03-05T08:49:16 *** Guyver2 has joined #bitcoin-core-dev
782016-03-05T08:51:54 *** AaronvanW_ has joined #bitcoin-core-dev
792016-03-05T08:52:41 *** so has joined #bitcoin-core-dev
802016-03-05T08:58:21 *** AaronvanW_ has quit IRC
812016-03-05T08:58:47 *** wallet421 has joined #bitcoin-core-dev
822016-03-05T08:59:18 *** AaronvanW has joined #bitcoin-core-dev
832016-03-05T09:02:34 *** wallet42 has quit IRC
842016-03-05T09:15:56 *** Ylbam has joined #bitcoin-core-dev
852016-03-05T09:16:05 *** p15x has joined #bitcoin-core-dev
862016-03-05T09:27:39 *** p15 has quit IRC
872016-03-05T09:27:40 *** p15x has quit IRC
882016-03-05T09:39:32 *** p15x has joined #bitcoin-core-dev
892016-03-05T10:16:25 *** tr0nk has joined #bitcoin-core-dev
902016-03-05T10:20:57 *** Guyver2 has quit IRC
912016-03-05T10:41:27 *** paveljanik has quit IRC
922016-03-05T10:42:05 *** xiangfu has joined #bitcoin-core-dev
932016-03-05T10:56:16 *** paveljanik has joined #bitcoin-core-dev
942016-03-05T10:56:16 *** paveljanik has joined #bitcoin-core-dev
952016-03-05T11:06:30 *** jtimon has joined #bitcoin-core-dev
962016-03-05T11:13:11 *** xiangfu has quit IRC
972016-03-05T11:38:11 *** wallet421 has quit IRC
982016-03-05T11:49:37 *** _dR has joined #bitcoin-core-dev
992016-03-05T11:50:56 *** Thireus has quit IRC
1002016-03-05T11:58:51 *** bsm117532 has quit IRC
1012016-03-05T12:05:23 *** belcher has joined #bitcoin-core-dev
1022016-03-05T12:06:35 *** dcousens has joined #bitcoin-core-dev
1032016-03-05T12:09:12 *** JackH has joined #bitcoin-core-dev
1042016-03-05T12:14:33 *** JackH has quit IRC
1052016-03-05T12:18:10 *** tr0nk has quit IRC
1062016-03-05T12:19:20 *** laurentmt has joined #bitcoin-core-dev
1072016-03-05T12:19:48 *** laurentmt has quit IRC
1082016-03-05T12:24:01 *** Thireus has joined #bitcoin-core-dev
1092016-03-05T12:30:52 *** _dR has quit IRC
1102016-03-05T12:31:30 *** dcousens has quit IRC
1112016-03-05T12:31:54 *** Thireus has quit IRC
1122016-03-05T12:33:17 *** arowser has quit IRC
1132016-03-05T12:33:21 *** Thireus has joined #bitcoin-core-dev
1142016-03-05T12:33:33 *** arowser has joined #bitcoin-core-dev
1152016-03-05T12:36:02 *** Guest46326 has joined #bitcoin-core-dev
1162016-03-05T12:36:26 *** Guest46326 is now known as [_smitty]
1172016-03-05T12:38:59 *** Thireus has quit IRC
1182016-03-05T12:40:17 *** Thireus has joined #bitcoin-core-dev
1192016-03-05T12:49:56 *** Thireus1 has joined #bitcoin-core-dev
1202016-03-05T12:53:47 *** Thireus has quit IRC
1212016-03-05T13:06:00 *** tr0nk has joined #bitcoin-core-dev
1222016-03-05T13:07:04 *** zooko has joined #bitcoin-core-dev
1232016-03-05T13:12:08 *** wallet42 has joined #bitcoin-core-dev
1242016-03-05T13:16:46 *** wallet42 has quit IRC
1252016-03-05T13:17:08 *** arowser has quit IRC
1262016-03-05T13:17:22 *** arowser has joined #bitcoin-core-dev
1272016-03-05T14:30:11 *** xiangfu has joined #bitcoin-core-dev
1282016-03-05T14:53:21 *** paveljanik has quit IRC
1292016-03-05T14:59:24 *** xiangfu has quit IRC
1302016-03-05T15:00:06 *** Thireus1 has quit IRC
1312016-03-05T15:00:56 *** xiangfu has joined #bitcoin-core-dev
1322016-03-05T15:09:51 *** schmidty has quit IRC
1332016-03-05T15:11:16 *** Thireus has joined #bitcoin-core-dev
1342016-03-05T15:24:44 *** laurentmt has joined #bitcoin-core-dev
1352016-03-05T15:36:02 *** xiangfu has quit IRC
1362016-03-05T15:50:49 *** p15x has quit IRC
1372016-03-05T16:03:35 *** zooko has quit IRC
1382016-03-05T16:04:52 *** belcher has quit IRC
1392016-03-05T16:07:46 *** neha has joined #bitcoin-core-dev
1402016-03-05T16:08:32 *** belcher has joined #bitcoin-core-dev
1412016-03-05T16:17:23 *** xabbix has quit IRC
1422016-03-05T16:24:22 *** xabbix has joined #bitcoin-core-dev
1432016-03-05T16:27:34 *** molz has quit IRC
1442016-03-05T16:29:59 *** molz has joined #bitcoin-core-dev
1452016-03-05T16:41:24 *** wasi has joined #bitcoin-core-dev
1462016-03-05T16:48:13 *** Giszmo has quit IRC
1472016-03-05T16:49:51 *** paveljanik has joined #bitcoin-core-dev
1482016-03-05T17:05:09 *** Giszmo has joined #bitcoin-core-dev
1492016-03-05T17:05:17 <heath> slkdfjlk
1502016-03-05T17:06:52 *** PRab has quit IRC
1512016-03-05T17:17:32 *** bsm1175322 has joined #bitcoin-core-dev
1522016-03-05T17:19:24 *** Tasoshi has joined #bitcoin-core-dev
1532016-03-05T17:20:04 *** Tasoshi_ has quit IRC
1542016-03-05T17:31:22 *** afk11 has quit IRC
1552016-03-05T17:31:38 *** wallet42 has joined #bitcoin-core-dev
1562016-03-05T17:32:21 *** zooko has joined #bitcoin-core-dev
1572016-03-05T17:35:57 *** wallet42 has quit IRC
1582016-03-05T17:47:45 *** zooko has quit IRC
1592016-03-05T17:51:24 *** PRab has joined #bitcoin-core-dev
1602016-03-05T17:54:11 *** wallet42 has joined #bitcoin-core-dev
1612016-03-05T18:10:29 *** wallet42 has quit IRC
1622016-03-05T18:11:39 *** wallet42 has joined #bitcoin-core-dev
1632016-03-05T18:15:23 *** wallet42 has quit IRC
1642016-03-05T18:42:18 *** arowser has quit IRC
1652016-03-05T18:42:51 *** arowser has joined #bitcoin-core-dev
1662016-03-05T18:54:52 *** wasi has quit IRC
1672016-03-05T19:00:24 *** bsm1175322 has quit IRC
1682016-03-05T19:19:05 *** bold_ has joined #bitcoin-core-dev
1692016-03-05T19:46:47 *** Tasoshi has quit IRC
1702016-03-05T19:47:14 *** Tasoshi has joined #bitcoin-core-dev
1712016-03-05T19:51:52 *** Thireus1 has joined #bitcoin-core-dev
1722016-03-05T19:55:40 *** Thireus has quit IRC
1732016-03-05T19:56:41 *** Don_John has joined #bitcoin-core-dev
1742016-03-05T19:56:49 *** bold_ has quit IRC
1752016-03-05T19:59:45 *** Guyver2 has joined #bitcoin-core-dev
1762016-03-05T20:01:26 *** frankenmint has quit IRC
1772016-03-05T20:18:33 *** laurentmt has quit IRC
1782016-03-05T20:18:42 *** wallet42 has joined #bitcoin-core-dev
1792016-03-05T20:23:09 *** wallet42 has quit IRC
1802016-03-05T20:25:18 *** wallet42 has joined #bitcoin-core-dev
1812016-03-05T20:26:51 *** challisto has quit IRC
1822016-03-05T20:40:25 *** Thireus has joined #bitcoin-core-dev
1832016-03-05T20:43:37 *** Thireus1 has quit IRC
1842016-03-05T21:20:46 *** arowser has quit IRC
1852016-03-05T21:21:18 *** arowser has joined #bitcoin-core-dev
1862016-03-05T21:45:23 *** arowser has quit IRC
1872016-03-05T21:46:06 *** arowser has joined #bitcoin-core-dev
1882016-03-05T22:02:19 *** frankenmint has joined #bitcoin-core-dev
1892016-03-05T22:03:38 *** aknix has quit IRC
1902016-03-05T22:07:09 *** frankenmint has quit IRC
1912016-03-05T22:13:51 *** paveljanik has quit IRC
1922016-03-05T22:21:31 *** dermoth has quit IRC
1932016-03-05T22:27:17 *** JackH has joined #bitcoin-core-dev
1942016-03-05T22:29:16 *** ennui has quit IRC
1952016-03-05T22:36:11 *** ryan-c has quit IRC
1962016-03-05T22:36:16 *** frankenmint has joined #bitcoin-core-dev
1972016-03-05T22:39:22 *** ryan-c has joined #bitcoin-core-dev
1982016-03-05T23:08:47 *** gevs_ has joined #bitcoin-core-dev
1992016-03-05T23:12:07 *** gevs has quit IRC
2002016-03-05T23:36:19 *** xabbix has quit IRC
2012016-03-05T23:37:17 *** xabbix has joined #bitcoin-core-dev
2022016-03-05T23:37:17 *** xabbix has joined #bitcoin-core-dev
2032016-03-05T23:41:44 *** Guyver2 has quit IRC