Commit Graph

141 Commits (15c27c44417ab77a660b53b8574f7eb5261b19f8)

Author SHA1 Message Date
Dimitris Apostolou 4a9f064ea1
Fix typos
6 years ago
MarcoFalke 920c090f63
Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrs
6 years ago
practicalswift b6718e373e tests: Use MakeUnique to construct objects owned by unique_ptrs
6 years ago
Hennadii Stepanov 14b29a77ac
Fix reference to lint-locale-dependence.sh
6 years ago
Wladimir J. van der Laan 8c3c402a5a
Merge #13717: docs: Link to python style guidelines from developer notes
6 years ago
William Robinson 3be70ba400
trivial: Fixed typos and cleaned up language
6 years ago
Mason Simon a9e898a4ad docs: Link to python style guidelines from developer notes
6 years ago
MarcoFalke b22115d9a3
Merge #13312: docs: Add a note about the source code filename naming convention
7 years ago
Wladimir J. van der Laan 7c32b414b6
Merge #13230: Simplify include analysis by enforcing the developer guide's include syntax
7 years ago
practicalswift 16e3cd380a Clarify include recommendation
7 years ago
practicalswift 698cfd0811 docs: Mention lint-locale-dependence.sh in developer-notes.md
7 years ago
MarcoFalke fa3c910bfe
test: Move linters to test/lint, add readme
7 years ago
practicalswift 419a1983ca docs: Add a note about the source code filename naming convention
7 years ago
Russell Yanofsky cd0e1e91dd Fix inconsistent namespace formatting guidelines
7 years ago
MarcoFalke fad0fc3c9a
Refine travis check for duplicate includes
7 years ago
Wladimir J. van der Laan d6f10b248a
Merge #12895: tests: Add note about test suite name uniqueness requirement to developer notes
7 years ago
MarcoFalke 048ac8326b
Merge #12906: Avoid `interface` keyword to fix windows gitian build
7 years ago
Russell Yanofsky 17780d6f35 scripted-diff: Avoid `interface` keyword to fix windows gitian build
7 years ago
practicalswift dc8067b3e6 tests: Add note about uniqueness requirement for test suite names
7 years ago
practicalswift b119e78733 docs: Fix conflicting statements about initialization in developer notes
7 years ago
Russell Yanofsky 9960137697 Add developer notes about blocking GUI code
7 years ago
MarcoFalke 0c5f67b8e5
Merge #12757: Clarify include guard naming convention
7 years ago
MarcoFalke 9beded5860
Merge #12719: tests: Add note about test suite naming convention in developer-notes.md
7 years ago
Wladimir J. van der Laan de6bdfd78f
Merge #12692: Add configure options for various -fsanitize flags
7 years ago
Wladimir J. van der Laan d3908e2cee
Merge #12759: [Docs] Improve formatting of developer notes
7 years ago
Evan Klitzke ccedbafd73
Increase LevelDB max_open_files unless on 32-bit Unix.
7 years ago
Evan Klitzke 6feb46c372
Add --with-sanitizers option to configure
7 years ago
Evan Klitzke 0bd2ec5484
Improve formatting of developer notes
7 years ago
Wladimir J. van der Laan e49ba2e23b
Merge #12762: Make CKeyStore an interface
7 years ago
practicalswift 0fee2b4180 doc: Add note about our preference for scoped enumerations ("enum class")
7 years ago
João Barbosa f381299d64 Move CKeyStore::cs_KeyStore to CBasicKeyStore
7 years ago
practicalswift 8af65d96f4 Document include guard convention
7 years ago
practicalswift 7b4a296a71 tests: Add note about test suite naming convention
7 years ago
Russell Yanofsky 4c317d89e9 Document RPC method aliasing
7 years ago
Wladimir J. van der Laan f13d756cdd
Merge #12373: Build: Add build support for profiling.
7 years ago
Wladimir J. van der Laan 9d49dcf9fa
Merge #12260: [Trivial] link mentioned scripted-diff-commit (developer-doc)
7 years ago
Wladimir J. van der Laan 21e2670de3
Merge #12434: [doc] dev-notes: Members should be initialized
7 years ago
murrayn cfaac2a60f Add build support for 'gprof' profiling.
7 years ago
MarcoFalke fa94614738
[doc] dev-notes: Members should be initialized
7 years ago
Andrea Comand a777244e48 Build: Add a makefile target for Doxygen documentation
7 years ago
Felix Wolfsteller 7eb665fc86 [Trivial] link mentioned scripted-diff-commit
7 years ago
flack 58c909d8d1
Typo fix
7 years ago
Russell Yanofsky 434f5a2506 Recommend #include<> syntax in developer notes
7 years ago
Wladimir J. van der Laan 927a1d7d08
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
7 years ago
James O'Beirne 5ff01c2363 [docs] Add instructions for lcov coverage report generation
7 years ago
Wladimir J. van der Laan 927e5280bd
Merge #11035: [contrib] Add Valgrind suppressions file
7 years ago
practicalswift 4a426d8900 Add note about Valgrind suppressions file in developer-notes.md
7 years ago
Matt Corallo c4784b5065 Add a dev notes document describing the new wallet RPC blocking
7 years ago
John Newbery 90ab62c451 [docs] document scripted-diff
7 years ago
Matt Corallo aece8a4637 (finally) remove getinfo in favor of more module-specific infos
7 years ago
João Barbosa 62ecce75e4 [doc] Add RPC response notes
7 years ago
practicalswift f1708ef89a Add recommendation: By default, declare single-argument constructors `explicit`
7 years ago
Wladimir J. van der Laan 7ed57d3d7c
Merge #11050: Avoid treating null RPC arguments different from missing arguments
7 years ago
practicalswift bea8e9e66e Document the preference of nullptr over NULL or (void*)0
7 years ago
practicalswift d1e6f91f85 Prefer compile-time checking over run-time checking
7 years ago
MarcoFalke d7be7b39fa
Merge #10705: Trivial: spelling fixes
7 years ago
klemens f42fc1d508 doc: spelling fixes
7 years ago
Russell Yanofsky fd5d71ec4b Update developer notes after params.size() cleanup
7 years ago
Wladimir J. van der Laan dac37823d4 doc: Correct AmountFromValue/ValueFromAmount names
7 years ago
Marko Bencun 4a7a4ff1f1 developer-notes: add reference to snake_case and PascalCase
7 years ago
Wladimir J. van der Laan f3f1e2e7d3
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
7 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos
8 years ago
Pieter Wuille a090d1c1c9 Header include guideline
8 years ago
practicalswift 5a9b508279 [trivial] Add end of namespace comments
8 years ago
Pieter Wuille 47d8441466 Update style guide
8 years ago
Pavel Janík f203ecc621 Shadowing is not enabled by default, update doc accordingly.
8 years ago
Wladimir J. van der Laan c26655ed3f doc: Add RPC interface guidelines
8 years ago
John Newbery c28ee91db0 Rename rpc-tests directory to functional
8 years ago
John Newbery 00902c48cd Rename qa directory to test
8 years ago
Koki Takahashi 36164faa33 Fix typo and spelling inconsistency in CONTRIBUTING.md
8 years ago
MarcoFalke fa5137c11d [doc] Remove unused clang format dev script
8 years ago
Pieter Wuille 74994c6577 Improve style w.r.t. if
8 years ago
Gregory Maxwell 08ed8c1d07 Developer docs about existing subtrees.
8 years ago
Pavel Janík 359bac7cff Add notes about variable names and shadowing
8 years ago
fanquake ab53207b9c
[trivial][doc] Mention ++i as preferred to i++ in dev notes
8 years ago
Wladimir J. van der Laan 67db011e12
Merge #8177: developer notes: updates for C++11
9 years ago
Kaz Wesley 654a211622 developer notes: updates for C++11
9 years ago
Wladimir J. van der Laan f7b1bfc9a3
Merge #8178: Add git and github tips and tricks to developer notes
9 years ago
Pieter Wuille 31444491f2 Add git and github tips and tricks to developer notes
9 years ago
Wladimir J. van der Laan e012f3cea0 util: Add ParseUInt32 and ParseUInt64
9 years ago
MarcoFalke fadd048592 [doc] Link to clang-format in the developer notes
9 years ago
MarcoFalke fada0c422c [doc] Fix doxygen comments for members
9 years ago
MarcoFalke fad3035e8d [doc] Minor markdown fixes
9 years ago
Wladimir J. van der Laan b8c06ef409 doc: Add non-style-related development guidelines
9 years ago
Wladimir J. van der Laan dca7bd3152 doc: Add developer notes about gitignore
9 years ago
Mitchell Cash 99963b938f Correct spelling mistakes in doc folder
9 years ago
MarcoFalke 60a8b70585 [doc] trivial: developer-notes.md covers more than just coding standards
9 years ago
BtcDrak 06d92d71a2 Add CONTRIBUTING.md
9 years ago
lpescher f60bb5ee6d Update documentation to match the #4219 change
10 years ago
Corinne Dashjr 7e6d23b171 Bugfix: Grammar fixes
10 years ago
Michael Ford 3bf5f52808 Create developer-notes.md
10 years ago