spiegel-keyman/common/windows/cpp/src
Marc Durdin 1be73a9c2e refactor(windows): clean up logging
* Remove unused parameters from SendDebugMessage functions
* Add SendDebugEntry and SendDebugExit functions for tracking
  function entry/exit
* Add indenting and function names to log entries
* Remove unused debug functions
* Eliminate now-unused hwnd parameter in initialization functions
* Replace Log,LogEntry,LogExit functions with SendDebug equivalents in
  kmtip

Many functions now have SendDebugEntry/SendDebugExit (or
return_SendDebugExit) pairs. It is important to SendDebugExit on all
returns from a function to keep the log indent depth consistent. In some
cases I chose not to add these logging calls, e.g. on frequently called
functions such as the message hooks.
2024-07-03 21:28:37 +10:00
..
ConvertUTF.c chore(windows): move various headers to common 2022-06-12 13:18:45 +10:00
crc32.cpp chore(windows): move global/vc to common and global/cpp 2022-06-11 08:39:08 +10:00
keymansentry.cpp chore(windows): sentry cleanup and signing 2023-03-19 07:35:06 +07:00
keynames.cpp chore(windows): move keynames.h to common 2022-06-12 12:54:24 +10:00
registry.cpp refactor(windows): clean up logging 2024-07-03 21:28:37 +10:00
unicode.cpp chore(windows): move unicode.cpp to common 2022-06-11 09:44:25 +10:00
vkeys.cpp feat(developer): cross-platform kmx compiler 🚑 (#6980) 2023-03-01 20:00:04 +11:00
xstring.cpp chore(windows): move global/vc to common and global/cpp 2022-06-11 08:39:08 +10:00