Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.0 #81

Open
wants to merge 287 commits into
base: devel
Choose a base branch
from
Open

0.9.0 #81

wants to merge 287 commits into from

Conversation

t-w
Copy link
Collaborator

@t-w t-w commented May 16, 2024

No description provided.

adfVolReadBlock require a mounted volume.
For better type safety. Also, renamed to separate the namespace.
…ties.

This is done to distinguish the functions for checking the type
of the filesystem from the functions for checking its properties.
(Both regarding the original A. DOS filesystems.)
…unctions.

Separating ADFlib's namespace, better type safety.
With static locals, the results of concurrent calls are unpredictible.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
These arrays are in file header blocks and file ext. blocks.
(Separating ADFlib's namespace).
Separating ADFlib's namespace.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
Separating ADFlib's namespace.
t-w and others added 27 commits May 15, 2024 18:08
The packaging is now provided as an option, in a subdirectory.
Official Debian (or other) packaging should be done
in a separated repository, as it may have its own versioning etc.
And some minor corrections in testing with autotools section.
Also, correct sources that were relying on that.
Remove unneeded include (not even exising anymore...).
2 unit test were using the same adf filenames as test
devices, so the tests, when executed in parallel
(building debs) were failing. Fixed making unique filenames.
Library headers listed as _HEADERS are being installed along
with the library, while the private sources should not
(they are needed only for building the library itself).
Such private headers can be specified as noist_HEADERS, or,
what is recommender by Automake manual, just as _SOURCES.

Note, that if the private headers are completely omitted,
make distcheck fails.
The DLL export prefix is required only in headers (in declarations).
The tested function is from a private library module, it is not
exported by the library, so the module must be linked directly.
Lintian complained about privacy breach.
@t-w t-w requested a review from lclevy May 16, 2024 17:36
@t-w t-w closed this May 16, 2024
@t-w t-w reopened this May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants