| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | really s/Doge/Dis/g this time | Tomo Ueda | 2021-09-02 | 1 | -2/+2 |
| | | |||||
| * | really s/doge/dis/g this time | Tomo Ueda | 2021-09-02 | 1 | -3/+3 |
| | | |||||
| * | Update documentation to match 1.10 (#1436) | Ross Nicoll | 2019-03-25 | 1 | -6/+6 |
| | | |||||
| * | Fix typo and spelling inconsistency in CONTRIBUTING.md | Koki Takahashi | 2017-02-09 | 1 | -1/+1 |
| | | | | | | | | | Fix spellings of GitHub Remove unnecessary changes Fix GitHub spelling on doc/translation_process.md | ||||
| * | [doc] Remove unused clang format dev script | MarcoFalke | 2017-01-28 | 1 | -3/+4 |
| | | | | | | Also, update the clang format file to reflect the current coding style mentioned in the developer notes. | ||||
| * | 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 some notes about the workflow for changes to code that exists in subtrees. | ||||
| * | 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 |
| |\ | | | | | | | 654a211 developer notes: updates for C++11 (Kaz Wesley) | ||||
| | * | developer notes: updates for C++11 | Kaz Wesley | 2016-06-09 | 1 | -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 notes | Wladimir J. van der Laan | 2016-06-09 | 1 | -0/+48 |
| |\ \ | | | | | | | | | | 3144449 Add git and github tips and tricks to developer notes (Pieter Wuille) | ||||
| | * | | 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 |
| |/ | | | | | | | | | | 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 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 |
| | | | | | | | | 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 gitignore | Wladimir J. van der Laan | 2015-10-23 | 1 | -0/+33 |
| | | | | | | - Add developer notes about `.gitignore.` - Remove qt creator specific files from gitignore, to be consistent. | ||||
| * | Correct spelling mistakes in doc folder | Mitchell Cash | 2015-10-18 | 1 | -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 standards | MarcoFalke | 2015-10-09 | 1 | -2/+2 |
| | | |||||
| * | Add CONTRIBUTING.md | BtcDrak | 2015-09-26 | 1 | -15/+2 |
| | | |||||
| * | Update documentation to match the #4219 change | lpescher | 2015-05-19 | 1 | -1/+1 |
| | | |||||
| * | Bugfix: Grammar fixes | Corinne Dashjr | 2015-05-01 | 1 | -3/+3 |
| | | |||||
| * | Create developer-notes.md | Michael Ford | 2014-12-19 | 1 | -0/+186 |
| Moves coding guidelines and development tips/tricks into a single file. Also adds a section explaining pull request terminology. | |||||