Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-16 | Rewrite TszFromSz as TsmFromSz. | John Ankarström | |
I.e. using std::basic_string<TCHAR> instead of TCHAR *. This removes all unmanaged frees. | |||
2022-07-15 | Split defs.h into separate header files. | John Ankarström | |
This is feasible now that the makedeps script exists to automatically manage build dependencies (see 6034fe2, d00f8b3). |