aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #12434: [doc] dev-notes: Members should be initializedWladimir J. van der Laan2018-03-051-6/+14
|\ \
| * | [doc] dev-notes: Members should be initializedMarcoFalke2018-02-161-6/+14
| |/
* / Build: Add a makefile target for Doxygen documentationAndrea Comand2018-01-251-0/+2
|/
* Typo fixflack2017-12-161-1/+1
* Recommend #include<> syntax in developer notesRussell Yanofsky2017-11-161-0/+8
* Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)Wladimir J. van der Laan2017-11-151-0/+13
|\
| * Add a dev notes document describing the new wallet RPC blockingMatt Corallo2017-10-131-0/+13
* | [docs] Add instructions for lcov coverage report generationJames O'Beirne2017-11-141-0/+16
* | Merge #11035: [contrib] Add Valgrind suppressions fileWladimir J. van der Laan2017-11-131-0/+15
|\ \ | |/ |/|
| * Add note about Valgrind suppressions file in developer-notes.mdpracticalswift2017-11-121-0/+15
* | [docs] document scripted-diffJohn Newbery2017-09-241-0/+20
* | (finally) remove getinfo in favor of more module-specific infosMatt Corallo2017-09-061-2/+2
* | [doc] Add RPC response notesJoão Barbosa2017-08-251-0/+5
* | Add recommendation: By default, declare single-argument constructors `explicit`practicalswift2017-08-221-0/+6
* | Merge #11050: Avoid treating null RPC arguments different from missing argumentsWladimir J. van der Laan2017-08-221-6/+4
|\ \
| * | Update developer notes after params.size() cleanupRussell Yanofsky2017-08-141-6/+4
| |/
* | Document the preference of nullptr over NULL or (void*)0practicalswift2017-08-181-1/+2
* | Prefer compile-time checking over run-time checkingpracticalswift2017-08-171-0/+1
* | Merge #10705: Trivial: spelling fixesMarcoFalke2017-08-161-1/+1
|\ \ | |/ |/|
| * doc: spelling fixesklemens2017-08-161-1/+1
* | doc: Correct AmountFromValue/ValueFromAmount namesWladimir J. van der Laan2017-08-071-2/+2
* | developer-notes: add reference to snake_case and PascalCaseMarko Bencun2017-07-251-3/+3
|/
* Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan2017-06-261-1/+16
|\
| * [trivial] Add end of namespace commentspracticalswift2017-05-311-1/+16
* | Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
* | Header include guidelinePieter Wuille2017-06-111-0/+8
* | Update style guidePieter Wuille2017-05-261-11/+34
* | Shadowing is not enabled by default, update doc accordingly.Pavel Janík2017-05-101-4/+3
* | doc: Add RPC interface guidelinesWladimir J. van der Laan2017-05-021-0/+73
|/
* Rename rpc-tests directory to functionalJohn Newbery2017-03-201-2/+2
* Rename qa directory to testJohn Newbery2017-03-201-2/+2
* Fix typo and spelling inconsistency in CONTRIBUTING.mdKoki Takahashi2017-02-091-1/+1
* [doc] Remove unused clang format dev scriptMarcoFalke2017-01-281-3/+4
* Improve style w.r.t. ifPieter Wuille2017-01-101-5/+13
* Developer docs about existing subtrees.Gregory Maxwell2016-12-021-0/+31
* Add notes about variable names and shadowingPavel Janík2016-11-091-0/+26
* [trivial][doc] Mention ++i as preferred to i++ in dev notesfanquake2016-08-261-3/+4
* Merge #8177: developer notes: updates for C++11Wladimir J. van der Laan2016-06-101-5/+4
|\
| * developer notes: updates for C++11Kaz Wesley2016-06-091-5/+4
* | Merge #8178: Add git and github tips and tricks to developer notesWladimir J. van der Laan2016-06-091-0/+48
|\ \
| * | Add git and github tips and tricks to developer notesPieter Wuille2016-06-091-0/+48
| |/
* / util: Add ParseUInt32 and ParseUInt64Wladimir J. van der Laan2016-06-081-1/+1
|/
* [doc] Link to clang-format in the developer notesMarcoFalke2016-05-101-1/+3
* [doc] Fix doxygen comments for membersMarcoFalke2016-04-031-0/+6
* [doc] Minor markdown fixesMarcoFalke2015-11-301-12/+12
* doc: Add non-style-related development guidelinesWladimir J. van der Laan2015-11-131-0/+169
* doc: Add developer notes about gitignoreWladimir J. van der Laan2015-10-231-0/+33
* Correct spelling mistakes in doc folderMitchell Cash2015-10-181-1/+1
* [doc] trivial: developer-notes.md covers more than just coding standardsMarcoFalke2015-10-091-2/+2
* Add CONTRIBUTING.mdBtcDrak2015-09-261-15/+2