index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
developer-notes.md
Age
Commit message (
Expand
)
Author
2017-12-16
Typo fix
flack
2017-11-16
Recommend #include<> syntax in developer notes
Russell Yanofsky
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-14
[docs] Add instructions for lcov coverage report generation
James O'Beirne
2017-11-13
Merge #11035: [contrib] Add Valgrind suppressions file
Wladimir J. van der Laan
2017-11-12
Add note about Valgrind suppressions file in developer-notes.md
practicalswift
2017-10-13
Add a dev notes document describing the new wallet RPC blocking
Matt Corallo
2017-09-24
[docs] document scripted-diff
John Newbery
2017-09-06
(finally) remove getinfo in favor of more module-specific infos
Matt Corallo
2017-08-25
[doc] Add RPC response notes
João Barbosa
2017-08-22
Add recommendation: By default, declare single-argument constructors `explicit`
practicalswift
2017-08-22
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-18
Document the preference of nullptr over NULL or (void*)0
practicalswift
2017-08-17
Prefer compile-time checking over run-time checking
practicalswift
2017-08-16
Merge #10705: Trivial: spelling fixes
MarcoFalke
2017-08-16
doc: spelling fixes
klemens
2017-08-14
Update developer notes after params.size() cleanup
Russell Yanofsky
2017-08-07
doc: Correct AmountFromValue/ValueFromAmount names
Wladimir J. van der Laan
2017-07-25
developer-notes: add reference to snake_case and PascalCase
Marko Bencun
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-11
Header include guideline
Pieter Wuille
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2017-05-26
Update style guide
Pieter Wuille
2017-05-10
Shadowing is not enabled by default, update doc accordingly.
Pavel Janík
2017-05-02
doc: Add RPC interface guidelines
Wladimir J. van der Laan
2017-03-20
Rename rpc-tests directory to functional
John Newbery
2017-03-20
Rename qa directory to test
John Newbery
2017-02-09
Fix typo and spelling inconsistency in CONTRIBUTING.md
Koki Takahashi
2017-01-28
[doc] Remove unused clang format dev script
MarcoFalke
2017-01-10
Improve style w.r.t. if
Pieter Wuille
2016-12-02
Developer docs about existing subtrees.
Gregory Maxwell
2016-11-09
Add notes about variable names and shadowing
Pavel Janík
2016-08-26
[trivial][doc] Mention ++i as preferred to i++ in dev notes
fanquake
2016-06-10
Merge #8177: developer notes: updates for C++11
Wladimir J. van der Laan
2016-06-09
developer notes: updates for C++11
Kaz Wesley
2016-06-09
Merge #8178: Add git and github tips and tricks to developer notes
Wladimir J. van der Laan
2016-06-09
Add git and github tips and tricks to developer notes
Pieter Wuille
2016-06-08
util: Add ParseUInt32 and ParseUInt64
Wladimir J. van der Laan
2016-05-10
[doc] Link to clang-format in the developer notes
MarcoFalke
2016-04-03
[doc] Fix doxygen comments for members
MarcoFalke
2015-11-30
[doc] Minor markdown fixes
MarcoFalke
2015-11-13
doc: Add non-style-related development guidelines
Wladimir J. van der Laan
2015-10-23
doc: Add developer notes about gitignore
Wladimir J. van der Laan
2015-10-18
Correct spelling mistakes in doc folder
Mitchell Cash
2015-10-09
[doc] trivial: developer-notes.md covers more than just coding standards
MarcoFalke
2015-09-26
Add CONTRIBUTING.md
BtcDrak
2015-05-19
Update documentation to match the #4219 change
lpescher
2015-05-01
Bugfix: Grammar fixes
Corinne Dashjr
2014-12-19
Create developer-notes.md
Michael Ford