index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
developer-notes.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge #12434: [doc] dev-notes: Members should be initialized
Wladimir J. van der Laan
2018-03-05
1
-6
/
+14
|
\
\
|
*
|
[doc] dev-notes: Members should be initialized
MarcoFalke
2018-02-16
1
-6
/
+14
|
|
/
*
/
Build: Add a makefile target for Doxygen documentation
Andrea Comand
2018-01-25
1
-0
/
+2
|
/
*
Typo fix
flack
2017-12-16
1
-1
/
+1
*
Recommend #include<> syntax in developer notes
Russell Yanofsky
2017-11-16
1
-0
/
+8
*
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-15
1
-0
/
+13
|
\
|
*
Add a dev notes document describing the new wallet RPC blocking
Matt Corallo
2017-10-13
1
-0
/
+13
*
|
[docs] Add instructions for lcov coverage report generation
James O'Beirne
2017-11-14
1
-0
/
+16
*
|
Merge #11035: [contrib] Add Valgrind suppressions file
Wladimir J. van der Laan
2017-11-13
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
Add note about Valgrind suppressions file in developer-notes.md
practicalswift
2017-11-12
1
-0
/
+15
*
|
[docs] document scripted-diff
John Newbery
2017-09-24
1
-0
/
+20
*
|
(finally) remove getinfo in favor of more module-specific infos
Matt Corallo
2017-09-06
1
-2
/
+2
*
|
[doc] Add RPC response notes
João Barbosa
2017-08-25
1
-0
/
+5
*
|
Add recommendation: By default, declare single-argument constructors `explicit`
practicalswift
2017-08-22
1
-0
/
+6
*
|
Merge #11050: Avoid treating null RPC arguments different from missing arguments
Wladimir J. van der Laan
2017-08-22
1
-6
/
+4
|
\
\
|
*
|
Update developer notes after params.size() cleanup
Russell Yanofsky
2017-08-14
1
-6
/
+4
|
|
/
*
|
Document the preference of nullptr over NULL or (void*)0
practicalswift
2017-08-18
1
-1
/
+2
*
|
Prefer compile-time checking over run-time checking
practicalswift
2017-08-17
1
-0
/
+1
*
|
Merge #10705: Trivial: spelling fixes
MarcoFalke
2017-08-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
doc: spelling fixes
klemens
2017-08-16
1
-1
/
+1
*
|
doc: Correct AmountFromValue/ValueFromAmount names
Wladimir J. van der Laan
2017-08-07
1
-2
/
+2
*
|
developer-notes: add reference to snake_case and PascalCase
Marko Bencun
2017-07-25
1
-3
/
+3
|
/
*
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-26
1
-1
/
+16
|
\
|
*
[trivial] Add end of namespace comments
practicalswift
2017-05-31
1
-1
/
+16
*
|
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
1
-1
/
+1
*
|
Header include guideline
Pieter Wuille
2017-06-11
1
-0
/
+8
*
|
Update style guide
Pieter Wuille
2017-05-26
1
-11
/
+34
*
|
Shadowing is not enabled by default, update doc accordingly.
Pavel Janík
2017-05-10
1
-4
/
+3
*
|
doc: Add RPC interface guidelines
Wladimir J. van der Laan
2017-05-02
1
-0
/
+73
|
/
*
Rename rpc-tests directory to functional
John Newbery
2017-03-20
1
-2
/
+2
*
Rename qa directory to test
John Newbery
2017-03-20
1
-2
/
+2
*
Fix typo and spelling inconsistency in CONTRIBUTING.md
Koki Takahashi
2017-02-09
1
-1
/
+1
*
[doc] Remove unused clang format dev script
MarcoFalke
2017-01-28
1
-3
/
+4
*
Improve style w.r.t. if
Pieter Wuille
2017-01-10
1
-5
/
+13
*
Developer docs about existing subtrees.
Gregory Maxwell
2016-12-02
1
-0
/
+31
*
Add notes about variable names and shadowing
Pavel Janík
2016-11-09
1
-0
/
+26
*
[trivial][doc] Mention ++i as preferred to i++ in dev notes
fanquake
2016-08-26
1
-3
/
+4
*
Merge #8177: developer notes: updates for C++11
Wladimir J. van der Laan
2016-06-10
1
-5
/
+4
|
\
|
*
developer notes: updates for C++11
Kaz Wesley
2016-06-09
1
-5
/
+4
*
|
Merge #8178: Add git and github tips and tricks to developer notes
Wladimir J. van der Laan
2016-06-09
1
-0
/
+48
|
\
\
|
*
|
Add git and github tips and tricks to developer notes
Pieter Wuille
2016-06-09
1
-0
/
+48
|
|
/
*
/
util: Add ParseUInt32 and ParseUInt64
Wladimir J. van der Laan
2016-06-08
1
-1
/
+1
|
/
*
[doc] Link to clang-format in the developer notes
MarcoFalke
2016-05-10
1
-1
/
+3
*
[doc] Fix doxygen comments for members
MarcoFalke
2016-04-03
1
-0
/
+6
*
[doc] Minor markdown fixes
MarcoFalke
2015-11-30
1
-12
/
+12
*
doc: Add non-style-related development guidelines
Wladimir J. van der Laan
2015-11-13
1
-0
/
+169
*
doc: Add developer notes about gitignore
Wladimir J. van der Laan
2015-10-23
1
-0
/
+33
*
Correct spelling mistakes in doc folder
Mitchell Cash
2015-10-18
1
-1
/
+1
*
[doc] trivial: developer-notes.md covers more than just coding standards
MarcoFalke
2015-10-09
1
-2
/
+2
*
Add CONTRIBUTING.md
BtcDrak
2015-09-26
1
-15
/
+2
[prev]
[next]