1
0
forked from cheng/wallet
planning to work on trust feature
Go to file
Cheng ffa392b922
removed a the redundantly explicit std::uniques
from display_wallet.h and display_wallet.cpp

They are now all wrapped in the long promised
and long forgotten wrapper class.

Long, long ago, I intended to implement the Pimpl idiom,
but these days std::unique takes care of all that work for
you.  You just wrap your low level pimple class in a high
level wrapper whose base class is an std_unique_ptr to
to an instance of your low level class.
2023-11-12 08:28:00 +10:00
docs moved triple entry accounting to manifesto 2023-11-04 09:30:40 +10:00
libsodium@b6e1e94cfb cleaning up error reporting 2023-09-22 12:10:52 +10:00
mpir@dda9307f16 avoiding the implicit creation of the oid primary key to avoid sqlite backwards bug compatible quirks 2023-08-03 01:44:08 -07:00
msvc removed a the redundantly explicit std::uniques 2023-11-12 08:28:00 +10:00
nmake cleanup, and just do not like pdfs 2022-02-20 18:26:44 +10:00
samples Never really figured out why my code was breaking 2023-10-18 20:23:56 +10:00
sqlite3 Got it working, the mystery crash was my update to wxWidgets 3.2.2.1 2023-09-28 18:14:32 +10:00
src removed a the redundantly explicit std::uniques 2023-11-12 08:28:00 +10:00
wxWidgets@73809b8550 updating libs preparatory to merge 2023-10-20 20:37:42 +10:00
.gitattributes minor cleanup of git attributes and set_upstream 2022-09-18 17:57:42 +10:00
.gitconfig updating wxWidgets 2023-10-02 23:00:39 +10:00
.gitignore still struggling with the problem of making public ids public 2022-07-01 09:18:44 +10:00
.gitmodules preparing to merge to checkout with changed repositories 2022-07-03 05:01:26 -07:00
public_key.gpg leaving potentially inconvenient history behind 2022-02-16 15:54:47 +10:00
tobedone.txt cleanup, and just do not like pdfs 2022-02-20 18:26:44 +10:00
wallet.sln fixed vcxproj to not use solutiondir, 2023-10-29 15:42:43 +10:00
winConfig.sh still struggling with the problem of making public ids public 2022-07-01 09:18:44 +10:00