Go to file
Cheng 224ab60395
layout bug due to failure to call layout.
Sqlite3 crash due to premature call to shutdown.

calls to layout very rarely have any obvious effect,
but sometimes under odd and idiosyncratic circumstances
they do.

Called shutdown after the destroy was executed, but destroy does
not immediately destroy the windows, thus does not immediately
finalize all compiled sql statements and close all database
connections. You have to wait for all the windows to be destroyed.
Again, a rare crash except under certain special circumstances.
2023-11-12 19:43:19 +10:00
docs Added discussion of recent history of the cold 2023-11-09 05:20:16 +10:00
libsodium@b6e1e94cfb started documenting the cold start problem 2023-09-25 08:44:24 +10:00
mpir@dda9307f16 minor work on the motivation document 2023-09-19 10:07:39 +10: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 layout bug due to failure to call layout. 2023-11-12 19:43:19 +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