bitcoin/src/qt/test
Karl-Johan Alm 96461989a2
refactor: const shared_ptrs
Introduce convention to use const shared pointers everywhere, unless the shared pointer is modified at some point, which it very rarely is.

We want this convention, as it helps alleviate the misconception that a const shared pointer somehow results in a pointer to an immutable object, which is false.
2021-10-25 16:12:19 +09:00
..
addressbooktests.cpp refactor: const shared_ptrs 2021-10-25 16:12:19 +09:00
addressbooktests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
apptests.cpp Merge bitcoin-core/gui#337: test: Use Regex Search in Apptests 2021-08-05 08:53:03 +03:00
apptests.h scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
Makefile build: add stub makefiles for easier subdir builds 2014-06-05 16:05:43 -04:00
rpcnestedtests.cpp test: Use loop to register RPCs 2021-05-03 11:50:05 +02:00
rpcnestedtests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
test_main.cpp qt: Keep InitExecutor in main gui thread 2021-09-27 13:05:40 +01:00
uritests.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
uritests.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
util.cpp scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
util.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
wallettests.cpp refactor: const shared_ptrs 2021-10-25 16:12:19 +09:00
wallettests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00