-
xmr-pr
italocoin-project opened issue #6764: Compiling Master Error
-
xmr-pr
-
xmr-pr
00-matt opened issue #6765: Build fails with Boost 1.74
-
xmr-pr
-
kayront
does anyone else have 82.194.156.106:18080 with a peer id of all zeros, in state before_handshake ?
-
selsta
luigi1111: can you disable and reenable travis? seems it stopped working
-
luigi1111
stupid travis
-
luigi1111
I'll call him and tell him to get out of bed
-
selsta
maybe we should update to travis.com
-
xmr-pr
selsta opened pull request #6766: qrcodegen: fix compilation with old gcc, use modern cmake
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #6767: Fix build with Boost 1.74
-
xmr-pr
-
Snipa
.merges
-
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
-
moneromooo
Damn, someone has it in for you.
-
Snipa
Yeah, I hear it's this moneromooo guy. :P
-
» moneromooo discreetly /nicks away
-
Snipa
6600 - Rebase needed
-
Snipa
6693 - Would like an additional eyeball on this as it's boost
-
Snipa
Otherwise, we're all caught up again.
-
selsta
tyty
-
Snipa
.merges
-
xmr-pr
6600 6662 6677 6679 6689 6691 6693 6698 6703 6712 6715 6716 6718 6720 6722 6727 6733 6736
-
Snipa
Poor bot's still catching up apparently. :P
-
dsc_
its not instant!!!
-
dsc_
:p
-
Snipa
:D Now I get to go work on some automated iOS builds for work.
-
Snipa
:D
-
ErCiccione[m]
Nice to see the supercop per merged. Next release will have a lot of speedups
-
selsta
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?
-
hyc
you would need to rewrite all of the asm source code into microsoft syntax
-
hyc
most of the changes would be mechanical/simple, but you also have to rewrite the function prologue/epilogues to match winABI calling conventions
-
hyc
if you're using gcc/gas anyway, then you don't need to do any syntax changes
-
hyc
but you still have to adjust the prologue/epilogue
-
selsta
afaik we only support mingw64 for Windows, so only prologue / epilogue changes?
-
selsta
so something we could possibly add in the future :) nice
-
xmr-pr
lh1008 opened issue #6768: Make build failed
-
xmr-pr
-
selsta
hyc: can you approve
monero-project/monero #6757 ? mooo addressed your comment
-
vtnerd
selsta: all ASM files need to support a different calling convention
-
vtnerd
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
-
vtnerd
or some shim that moves around register values between the two calling conventions
-
selsta
okay thanks
-
selsta
something to explore for a future release