08:46:15 -xmr-pr- italocoin-project opened issue #6764: Compiling Master Error 08:46:15 -xmr-pr- > https://github.com/monero-project/monero/issues/6764 10:46:15 -xmr-pr- 00-matt opened issue #6765: Build fails with Boost 1.74 10:46:15 -xmr-pr- > https://github.com/monero-project/monero/issues/6765 13:27:56 does anyone else have 82.194.156.106:18080 with a peer id of all zeros, in state before_handshake ? 16:09:47 luigi1111: can you disable and reenable travis? seems it stopped working 16:10:09 stupid travis 16:10:23 I'll call him and tell him to get out of bed 16:10:35 maybe we should update to travis.com 16:16:15 -xmr-pr- selsta opened pull request #6766: qrcodegen: fix compilation with old gcc, use modern cmake 16:16:15 -xmr-pr- > https://github.com/monero-project/monero/pull/6766 16:31:15 -xmr-pr- moneromooo-monero opened pull request #6767: Fix build with Boost 1.74 16:31:15 -xmr-pr- > https://github.com/monero-project/monero/pull/6767 19:34:28 .merges 19:34:29 -xmr-pr- 6329 6337 6493 6500 6542 6546 6593 6600 6601 6603 6614 6618 6632 6634 6661 6662 6677 6679 6689 6691 6693 6698 6703 6712 6715 6716 6718 6720 6722 6727 6733 6736 19:35:50 Damn, someone has it in for you. 19:36:08 Yeah, I hear it's this moneromooo guy. :P 19:36:23 * moneromooo discreetly /nicks away 19:57:14 6600 - Rebase needed 19:57:14 6693 - Would like an additional eyeball on this as it's boost 19:57:20 Otherwise, we're all caught up again. 19:57:38 tyty 19:58:36 .merges 19:58:36 -xmr-pr- 6600 6662 6677 6679 6689 6691 6693 6698 6703 6712 6715 6716 6718 6720 6722 6727 6733 6736 19:58:42 Poor bot's still catching up apparently. :P 19:58:42 its not instant!!! 19:58:47 :p 19:59:19 :D Now I get to go work on some automated iOS builds for work. 19:59:20 :D 20:03:33 Nice to see the supercop per merged. Next release will have a lot of speedups 20:04:50 vtnerd: what exactly would be required to make supercop work on Windows? is it a technical limitation or would it just require a bit of work? 20:09:28 you would need to rewrite all of the asm source code into microsoft syntax 20:10:19 most of the changes would be mechanical/simple, but you also have to rewrite the function prologue/epilogues to match winABI calling conventions 20:11:11 if you're using gcc/gas anyway, then you don't need to do any syntax changes 20:11:21 but you still have to adjust the prologue/epilogue 20:12:31 afaik we only support mingw64 for Windows, so only prologue / epilogue changes? 20:12:45 so something we could possibly add in the future :) nice 21:00:15 -xmr-pr- lh1008 opened issue #6768: Make build failed 21:00:15 -xmr-pr- > https://github.com/monero-project/monero/issues/6768 21:42:36 hyc: can you approve https://github.com/monero-project/monero/pull/6757 ? mooo addressed your comment 22:06:59 selsta: all ASM files need to support a different calling convention 22:09:48 so I don't know, worse case every ASM file needs to be re-written. Best case some mingw magic can be sprinkled at the function signatures 22:10:17 or some shim that moves around register values between the two calling conventions 22:28:41 okay thanks 22:29:57 something to explore for a future release