bitcoin/src/wallet
Wladimir J. van der Laan 6f5372a171
Merge #13961: util: Replace boost::signals2 with std::function
ddddce0e46 util: Replace boost::signals2 with std::function (MarcoFalke)

Pull request description:

  This removes the `#include <boost/signals2/signal.hpp>` from `util.h` (hopefully speeding up the build time and reducing the memory usage further after  #13634)

  The whole translation interface is replaced by a function `G_TRANSLATION_FUN` that is set to nullptr in units that don't need translation. (Thus only set in the gui)

Tree-SHA512: 087c717358bbed8bdb409463e225239d667f1ced381abb10e7cd31a41dcdd2cebe20b43c2ee86f0f8e55d53301f75e963f07421a99a7ff4c0cad2c6a375c5ab1
2018-08-25 21:13:46 +02:00
..
test Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
coincontrol.cpp Add -avoidpartialspends and m_avoid_partial_spends 2018-07-24 15:05:37 +09:00
coincontrol.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
coinselection.cpp util: Replace boost::signals2 with std::function 2018-08-24 08:34:38 -04:00
coinselection.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
crypter.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
crypter.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
db.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
db.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
feebumper.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
feebumper.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
fees.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
fees.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
init.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
rpcdump.cpp refactor: use fs:: over boost::filesystem:: 2018-08-15 21:05:21 +08:00
rpcwallet.cpp Merge #13429: Return the script type from Solver 2018-08-25 17:41:00 +02:00
rpcwallet.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
wallet.cpp Merge #13631: Add CMerkleTx::IsImmatureCoinBase method 2018-08-25 16:53:21 +02:00
wallet.h Merge #13631: Add CMerkleTx::IsImmatureCoinBase method 2018-08-25 16:53:21 +02:00
walletdb.cpp don't report minversion wallet entry as unknown 2018-08-14 11:34:27 -04:00
walletdb.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletutil.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletutil.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00