#19183 ([WIP DONOTMERGE] Replace boost with C++17 by MarcoFalke)
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
DrahtBot added the label
Needs rebase
on Apr 22, 2020
hebasto marked this as a draft
on Apr 25, 2020
hebasto renamed this:
refactor: Make CCheckQueue RAII-styled
[WIP] refactor: Make CCheckQueue RAII-styled
on Apr 25, 2020
promag
commented at 10:52 pm on April 26, 2020:
member
Concept ACK RAII style.
Need to fix test/fuzz/checkqueue.cpp in lines 41 and 42.
hebasto force-pushed
on Apr 28, 2020
hebasto renamed this:
[WIP] refactor: Make CCheckQueue RAII-styled
refactor: Make CCheckQueue RAII-styled
on Apr 28, 2020
hebasto marked this as ready for review
on Apr 28, 2020
hebasto
commented at 7:31 pm on April 28, 2020:
member
hebasto marked this as ready for review
on May 1, 2020
hebasto renamed this:
[WIP] refactor: Make CCheckQueue RAII-styled
refactor: Make CCheckQueue RAII-styled
on May 1, 2020
DrahtBot added the label
Needs rebase
on May 23, 2020
hebasto force-pushed
on May 26, 2020
hebasto
commented at 5:51 pm on May 26, 2020:
member
Rebased 01be64d1305e5b30867e3955d7cdcd036e7f8381 -> 3fa858781b0cf753a2c7901a386d3fc8f5f11e3a (pr18731.04 -> pr18731.05) due to the conflict with #18698.
DrahtBot removed the label
Needs rebase
on May 26, 2020
DrahtBot added the label
Needs rebase
on May 28, 2020
hebasto force-pushed
on May 28, 2020
hebasto
commented at 8:19 am on May 28, 2020:
member
Rebased 3fa858781b0cf753a2c7901a386d3fc8f5f11e3a -> aad6c472415264a7ee93aeab1a461181ee96ad0c (pr18731.05 -> pr18731.06) due to the conflict with #16127.
DrahtBot removed the label
Needs rebase
on May 28, 2020
hebasto closed this
on Jun 2, 2020
hebasto reopened this
on Jun 2, 2020
DrahtBot added the label
Needs rebase
on Jun 2, 2020
hebasto force-pushed
on Jun 4, 2020
hebasto
commented at 9:32 am on June 4, 2020:
member
Rebased aad6c472415264a7ee93aeab1a461181ee96ad0c -> ec0522406675dae9e88b13f5ee82a2311a547fdf (pr18731.06 -> pr18731.07) due to the conflict with #18792.
DrahtBot removed the label
Needs rebase
on Jun 4, 2020
DrahtBot added the label
Needs rebase
on Jun 4, 2020
hebasto force-pushed
on Jun 4, 2020
hebasto
commented at 2:35 pm on June 4, 2020:
member
Rebased ec0522406675dae9e88b13f5ee82a2311a547fdf -> 894b3e3e2769ea3e51cc62bd52bcda04c81b853e (pr18731.07 -> pr18731.08) due to the conflict with #19142.
DrahtBot removed the label
Needs rebase
on Jun 4, 2020
DrahtBot added the label
Needs rebase
on Jun 5, 2020
hebasto force-pushed
on Jun 5, 2020
hebasto
commented at 5:10 am on June 5, 2020:
member
Rebased 894b3e3e2769ea3e51cc62bd52bcda04c81b853e -> d0ac4468e6911acc9cc8e82736782ca80f42a18c (pr18731.08 -> pr18731.09) due to the conflict with #18758.
DrahtBot removed the label
Needs rebase
on Jun 5, 2020
hebasto force-pushed
on Jun 6, 2020
hebasto
commented at 6:40 am on June 6, 2020:
member
Rebased d0ac4468e6911acc9cc8e82736782ca80f42a18c -> 6f224c64de16f1d8badc8284ce6cf96d83c40d45 (pr18731.09 -> pr18731.10) due to the conflict with #18710.
DrahtBot added the label
Needs rebase
on Jul 28, 2020
hebasto force-pushed
on Jul 29, 2020
hebasto
commented at 8:32 am on July 29, 2020:
member
Rebased 6f224c64de16f1d8badc8284ce6cf96d83c40d45 -> 45ba39aa6d61b3e6ccef0b265c27f56de209b5b6 (pr18731.10 -> pr18731.11) due to the conflicts with #18637 and #19589.
DrahtBot removed the label
Needs rebase
on Jul 29, 2020
DrahtBot added the label
Needs rebase
on Jul 30, 2020
hebasto force-pushed
on Jul 31, 2020
hebasto
commented at 11:23 am on July 31, 2020:
member
Rebased 45ba39aa6d61b3e6ccef0b265c27f56de209b5b6 -> f62b22af87390719e09163df093b6a9059ad151c (pr18731.11 -> pr18731.12) due to the conflicts with #18011 and #19604.
DrahtBot removed the label
Needs rebase
on Jul 31, 2020
hebasto force-pushed
on Aug 21, 2020
hebasto
commented at 6:29 am on August 21, 2020:
member
Rebased f62b22af87390719e09163df093b6a9059ad151c -> 7a6ad64160c15cb9a77af1a0dcced476d0a08bda (pr18731.12 -> pr18731.13) on top of #19710 and #18710 to prevent merge conflicts.
DrahtBot added the label
Needs rebase
on Aug 31, 2020
hebasto force-pushed
on Aug 31, 2020
hebasto
commented at 8:57 am on August 31, 2020:
member
Rebased 7a6ad64160c15cb9a77af1a0dcced476d0a08bda -> e5a82deda64a11f03c48a6fcaadb78ec3502745f (pr18731.13 -> pr18731.14) due to the conflicts with #19710 and #19826.
DrahtBot removed the label
Needs rebase
on Aug 31, 2020
DrahtBot added the label
Needs rebase
on Sep 23, 2020
refactor: Use member initializers in CCheckQueue0ef938685b
Add local thread pool to CCheckQueue01511776ac
test: Use CCheckQueue local thread pooldba30695fc
bench: Use CCheckQueue local thread pool6784ac471b
refactor: Drop boost::thread stuff in CCheckQueuebb6fcc75d1
refactor: Make CCheckQueue RAII-styled
Also this commits gets rid of scriptcheckqueue global variable.
8e78a419bf
refactor: Drop g_parallel_script_checks global56d40da18f
hebasto force-pushed
on Sep 24, 2020
hebasto
commented at 4:00 am on September 24, 2020:
member
Rebased e5a82deda64a11f03c48a6fcaadb78ec3502745f -> 56d40da18fb60641c6dd683f77837cd32c0e24dd (pr18731.14 -> pr18731.15) due to the conflict with #19927.
DrahtBot removed the label
Needs rebase
on Sep 24, 2020
DrahtBot added the label
Needs rebase
on Dec 9, 2020
DrahtBot
commented at 11:14 am on December 9, 2020:
contributor
🐙 This pull request conflicts with the target branch and needs rebase.
Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a “draft”.
hebasto marked this as a draft
on Dec 19, 2020
DrahtBot
commented at 11:21 am on December 15, 2021:
contributor
Is it still relevant? ➡️ Please solve the conflicts to make it ready for review and to ensure the CI passes.
Is it no longer relevant? ➡️ Please close.
Did the author lose interest or time to work on this? ➡️ Please close it and mark it ‘Up for grabs’ with the label, so that it can be picked up in the future.
DrahtBot
commented at 1:07 pm on March 21, 2022:
contributor
Is it still relevant? ➡️ Please solve the conflicts to make it ready for review and to ensure the CI passes.
Is it no longer relevant? ➡️ Please close.
Did the author lose interest or time to work on this? ➡️ Please close it and mark it ‘Up for grabs’ with the label, so that it can be picked up in the future.
jonatack
commented at 1:18 pm on March 21, 2022:
contributor
#18710 was merged, so this could be rebased and brought out of draft if you are still working on this.
hebasto
commented at 2:31 pm on April 22, 2022:
member
I won’t be able to focus on this stuff in the near future.
So closing up for grabs.
hebasto closed this
on Apr 22, 2022
hebasto added the label
Up for grabs
on Apr 22, 2022
hebasto
commented at 1:18 pm on December 28, 2022:
member
I won’t be able to focus on this stuff in the near future.
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2024-11-17 06:12 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me