Age | Commit message (Collapse) | Author |
|
654a211 developer notes: updates for C++11 (Kaz Wesley)
|
|
- boost::scoped_ptr is obsolete
- std::vector::data replaces begin_ptr / end_ptr
|
|
3144449 Add git and github tips and tricks to developer notes (Pieter Wuille)
|
|
|
|
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`.
|
|
|
|
|
|
|
|
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.
|
|
- Add developer notes about `.gitignore.`
- Remove qt creator specific files from gitignore, to be consistent.
|
|
- OSX —> OS X
- XCode —> Xcode
- github —> GitHub
- homebrew —> Homebrew
- gitian —> Gitian
- Other miscellaneous obvious spelling fixes and whitespace removal
|
|
|
|
|
|
|
|
|
|
Moves coding guidelines and development tips/tricks into a single file.
Also adds a section explaining pull request terminology.
|