6 Commits

Author SHA256 Message Date
65f85a0b43 Image (reference counted) now uses shared_ptr. 2025-08-01 01:30:15 -04:00
b2963b17d2 Just about ready to make Image use shared_ptr.
This lets me get rid of the refcount member and the
ref/deref functions.
2025-08-01 01:04:35 -04:00
9ddcb3c509 Bitvec now builds in C++ 2025-08-01 00:47:08 -04:00
4284c308be C++ implicit typedef.
Before I C++ify image, I'll C++ify bitvec.

It isn't even built in C++ yet.
2025-08-01 00:39:53 -04:00
396b5fc2a6 This is a major lift into C++.
Much of the code is now building in C++, and I'm using C++23.

A spot test seems to work.  Now I can start to debride all the
painful memory management quirks...
2025-03-01 03:03:25 -05:00
20fea64cb5 Initial import of Dillo 2025-02-28 13:34:30 -05:00