Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-12 | Implement a more explicit object system | David Oberhollenzer | |
Make every dynamically allocated, opaque data structure inherit from a common sqfs_object_t structure with common entry points (e.g. destroy). This removes tons of public API functions and replaces them with a simple sqfs_destroy instead. If semantics of the (until now implicit) object system need to be extended, it can be much more conveniantely done this way. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-10-11 | Add Windows implementation for sqfs_file_t | David Oberhollenzer | |
This commit moves the generic unix implementation into a "unix" subdirectory and adds a "win32" subdirectory with a winapi based implementation. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |