aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
AgeCommit message (Expand)Author
2024-09-11Merge bitcoin/bitcoin#30840: docs: Updated debug build instructions for cmakeAva Chow
2024-09-11docs: updated developer notes for --with-sanitizers to -DSANITIZERS and remov...kevkevinpal
2024-09-08docs: Updated debug build instructions for cmakeion-
2024-09-03Merge bitcoin/bitcoin#30741: doc: update documentation and scripts related to...merge-script
2024-08-29refactor: Remove unused LogPrintMarcoFalke
2024-08-29doc: Prepend 'build/' to binary paths under 'src/' in docsLőrinc
2024-08-29doc: Update documentation generation example in developer-notes.mdLőrinc
2024-08-28doc: update dev note examples for CMakefanquake
2024-08-16cmake: Add `Coverage` and `CoverageFuzz` scriptsHennadii Stepanov
2024-08-16cmake: Add `docs` build targetHennadii Stepanov
2024-07-22Fix lint-spelling warningsLőrinc
2024-06-18Introduce Mining interfaceSjors Provoost
2024-06-09build: Remove --enable-gprofMarcoFalke
2024-05-30build: remove --enable-lcov-branch-coveragefanquake
2024-05-03doc: fix broken relative md linkswillcl-ark
2024-04-07[clang-tidy] Enable the misc-no-recursion checkdergoegge
2024-03-08doc: Wrap flags with code in developer-notes.mdspicyzboss
2024-02-29doc: remove references to disable-asm option now that it's goneCory Fields
2024-02-23doc: document preference for list-initializationAndrew Toth
2024-01-12doc: Add missing backtick in developer notes logging sectionFabian Jahr
2024-01-10Merge bitcoin/bitcoin#28318: logging: Simplify API for level based loggingAva Chow
2023-12-20logging: add LogError, LogWarning, LogInfo, LogDebug, LogTraceAnthony Towns
2023-12-14refactor: Rename fs::path::u8string() to fs::path::utf8string()MarcoFalke
2023-10-26Merge bitcoin/bitcoin#27116: doc: clarify that LOCK() internally checks wheth...Andrew Chow
2023-10-18docs: Add reference to total.coverage reportGreg Sanders
2023-09-14doc: Remove confusing assert linterMarcoFalke
2023-07-07doc: describe 'init load' thread actionsMartin Zumsande
2023-07-07scripted-diff: rename 'loadblk' thread name to 'initload'furszy
2023-06-15build: suppress external warnings by defaultfanquake
2023-04-14Update developer-notes.mdRiahiamirreza
2023-03-11Merge bitcoin/bitcoin#27220: doc: update broken str util reference links on d...fanquake
2023-03-10doc: Show how less noisy clang-tidy output can be achievedTheCharlatan
2023-03-08doc: update broken linkspablomartin4btc
2023-02-24doc: mention sanitizer suppressions in developer docsfanquake
2023-02-17doc: clarify that LOCK() does AssertLockNotHeld() internallyVasil Dimov
2023-02-08Merge bitcoin/bitcoin#23810: docs: avoid C-style casts; use modern C++ castsfanquake
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-08-20Update debug logging section in the developer notesJon Atack
2022-07-11doc: update the URLs to thread functions in developer-notesVasil Dimov
2022-07-07doc: list the I2P accept thread in developer-notesVasil Dimov
2022-06-15refactor: cleanups post unsubtree'ing univaluefanquake
2022-06-10Merge bitcoin/bitcoin#24931: Strengthen thread safety assertionsMacroFake
2022-06-07Add LogPrintLevel to lint-format-strings, drop LogPrint-vs-LogPrintf section ...Jon Atack
2022-06-01Merge bitcoin/bitcoin#24416: doc: Avoid ADL for function callslaanwj
2022-05-21doc: Update developer notesAnthony Towns
2022-05-20doc: update developer notes wrt --enable-debug and DEBUG_LOCKCONTENTIONJon Atack
2022-05-10Add clang lifetimebound section to developer notesJon Atack
2022-05-10Add C++ functions and methods section to developer notesJon Atack
2022-05-09Link in developer notes style to internal interface exceptionJon Atack
2022-05-09Prefer Python for scripts in developer notesJon Atack