aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
Commit message (Expand)AuthorAgeFilesLines
* Merge #13717: docs: Link to python style guidelines from developer notesWladimir J. van der Laan2018-08-071-3/+13
|\
| * docs: Link to python style guidelines from developer notesMason Simon2018-07-191-3/+13
* | trivial: Fixed typos and cleaned up languageWilliam Robinson2018-08-021-1/+1
|/
* Merge #13312: docs: Add a note about the source code filename naming conventionMarcoFalke2018-06-121-0/+6
|\
| * docs: Add a note about the source code filename naming conventionpracticalswift2018-05-231-0/+6
* | Merge #13230: Simplify include analysis by enforcing the developer guide's in...Wladimir J. van der Laan2018-06-111-2/+2
|\ \
| * | Clarify include recommendationpracticalswift2018-06-061-2/+2
* | | docs: Mention lint-locale-dependence.sh in developer-notes.mdpracticalswift2018-06-061-1/+29
|/ /
* / test: Move linters to test/lint, add readmeMarcoFalke2018-05-241-2/+2
|/
* Fix inconsistent namespace formatting guidelinesRussell Yanofsky2018-04-131-5/+4
* Refine travis check for duplicate includesMarcoFalke2018-04-101-2/+1
* Merge #12895: tests: Add note about test suite name uniqueness requirement to...Wladimir J. van der Laan2018-04-081-1/+2
|\
| * tests: Add note about uniqueness requirement for test suite namespracticalswift2018-04-061-1/+2
* | Merge #12906: Avoid `interface` keyword to fix windows gitian buildMarcoFalke2018-04-071-1/+1
|\ \
| * | scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-1/+1
| |/
* / docs: Fix conflicting statements about initialization in developer notespracticalswift2018-04-051-15/+12
|/
* Add developer notes about blocking GUI codeRussell Yanofsky2018-04-041-0/+13
* Merge #12757: Clarify include guard naming conventionMarcoFalke2018-04-011-0/+10
|\
| * Document include guard conventionpracticalswift2018-03-221-0/+10
* | Merge #12719: tests: Add note about test suite naming convention in developer...MarcoFalke2018-04-011-0/+2
|\ \
| * | tests: Add note about test suite naming conventionpracticalswift2018-03-191-0/+2
* | | Merge #12692: Add configure options for various -fsanitize flagsWladimir J. van der Laan2018-03-291-0/+51
|\ \ \
| * | | Add --with-sanitizers option to configureEvan Klitzke2018-03-281-0/+51
| | |/ | |/|
* | | Merge #12759: [Docs] Improve formatting of developer notesWladimir J. van der Laan2018-03-291-28/+66
|\ \ \
| * | | Improve formatting of developer notesEvan Klitzke2018-03-281-28/+66
* | | | Increase LevelDB max_open_files unless on 32-bit Unix.Evan Klitzke2018-03-281-1/+50
|/ / /
* | | Merge #12762: Make CKeyStore an interfaceWladimir J. van der Laan2018-03-271-1/+1
|\ \ \
| * | | Move CKeyStore::cs_KeyStore to CBasicKeyStoreJoão Barbosa2018-03-241-1/+1
| |/ /
* / / doc: Add note about our preference for scoped enumerations ("enum class")practicalswift2018-03-271-0/+1
|/ /
* / Document RPC method aliasingRussell Yanofsky2018-03-151-0/+11
|/
* Merge #12373: Build: Add build support for profiling.Wladimir J. van der Laan2018-03-061-0/+4
|\
| * Add build support for 'gprof' profiling.murrayn2018-02-261-0/+4
* | Merge #12260: [Trivial] link mentioned scripted-diff-commit (developer-doc)Wladimir J. van der Laan2018-03-051-1/+1
|\ \
| * | [Trivial] link mentioned scripted-diff-commitFelix Wolfsteller2018-01-241-1/+1
| |/
* | 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
| |/