aboutsummaryrefslogtreecommitdiff
path: root/c/common.cpp
AgeCommit message (Expand)Author
2022-07-26Remove ANSI compatibility.John Ankarström
2022-07-26Improve Win32Error, library handling code.John Ankarström
2022-07-23Fix display of Unicode text.John Ankarström
2022-07-20Simplify require, prefer.John Ankarström
2022-07-20Use GetLastError() as default for Win32Error.John Ankarström
2022-07-20Use template instead of Win32Error::twhat.John Ankarström
2022-07-20Fix bug in and rename throw_nil, warn_nil.John Ankarström
2022-07-19Check Windows API calls for errors more consistently.John Ankarström
2022-07-19Formatting.John Ankarström
2022-07-19Add comments.John Ankarström
2022-07-19Remove EBMessageBoxA.John Ankarström
2022-07-19Implement centered message box.John Ankarström
2022-07-18Improve Library::GetProcAddress.John Ankarström
2022-07-18Solve compiler warnings.John Ankarström
2022-07-18Add Unicode support to Win32Error.John Ankarström
2022-07-17Prefer f() over f(void).John Ankarström
2022-07-17Update type names and variable prefixes.John Ankarström
2022-07-17Add const to pointers, update spacing.John Ankarström
2022-07-17Add const to places.John Ankarström
2022-07-17Remove TsmFromSz.John Ankarström
2022-07-16Rewrite TszFromSz as TsmFromSz.John Ankarström
2022-07-15Split defs.h into separate header files.John Ankarström
2022-07-15Add Win32Error exception class.John Ankarström
2022-07-15Add support for Prolog exceptions.John Ankarström
2022-07-15Replace Library::Load with try_make_unique template.John Ankarström
2022-07-15Change declaration style.John Ankarström
2022-07-15Add wrapper for LoadLibrary, FreeLibrary.John Ankarström
2022-07-10Convert to C++.John Ankarström