aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-2/+2
|
* really s/doge/dis/g this timeTomo Ueda2021-09-021-3/+3
|
* Update documentation to match 1.10 (#1436)Ross Nicoll2019-03-251-6/+6
|
* Fix typo and spelling inconsistency in CONTRIBUTING.mdKoki Takahashi2017-02-091-1/+1
| | | | | | | | Fix spellings of GitHub Remove unnecessary changes Fix GitHub spelling on doc/translation_process.md
* [doc] Remove unused clang format dev scriptMarcoFalke2017-01-281-3/+4
| | | | | Also, update the clang format file to reflect the current coding style mentioned in the developer notes.
* Improve style w.r.t. ifPieter Wuille2017-01-101-5/+13
|
* Developer docs about existing subtrees.Gregory Maxwell2016-12-021-0/+31
| | | | Add some notes about the workflow for changes to code that exists in subtrees.
* 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
|\ | | | | | | 654a211 developer notes: updates for C++11 (Kaz Wesley)
| * developer notes: updates for C++11Kaz Wesley2016-06-091-5/+4
| | | | | | | | | | - boost::scoped_ptr is obsolete - std::vector::data replaces begin_ptr / end_ptr
* | Merge #8178: Add git and github tips and tricks to developer notesWladimir J. van der Laan2016-06-091-0/+48
|\ \ | | | | | | | | | 3144449 Add git and github tips and tricks to developer notes (Pieter Wuille)
| * | 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
|/ | | | | | | | | | Add error and range-checking parsers for unsigned 32 and 64 bit numbers. The 32-bit variant is required for parsing sequence numbers from the command line in `bitcoin-tx` (see #8164 for discussion). I've thrown in the 64-bit variant as a bonus, as I'm sure it will be needed at some point. Also adds tests, and updates `developer-notes.md`.
* [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
| | | | | | | I've collected these over time, mostly adding notes after troubleshooting obscure bugs. As I hope to get the community more involved in the whole process, I think it is useful to add to the developer-notes.
* doc: Add developer notes about gitignoreWladimir J. van der Laan2015-10-231-0/+33
| | | | | - Add developer notes about `.gitignore.` - Remove qt creator specific files from gitignore, to be consistent.
* Correct spelling mistakes in doc folderMitchell Cash2015-10-181-1/+1
| | | | | | | | | - OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal
* [doc] trivial: developer-notes.md covers more than just coding standardsMarcoFalke2015-10-091-2/+2
|
* Add CONTRIBUTING.mdBtcDrak2015-09-261-15/+2
|
* Update documentation to match the #4219 changelpescher2015-05-191-1/+1
|
* Bugfix: Grammar fixesCorinne Dashjr2015-05-011-3/+3
|
* Create developer-notes.mdMichael Ford2014-12-191-0/+186
Moves coding guidelines and development tips/tricks into a single file. Also adds a section explaining pull request terminology.