refactor(headers): organize public API by domain - #121
Merged
Conversation
Group public headers into core, conversions, text, datetime, timezone, astronomy, timers, and NTP domains. Add domain umbrellas and compatibility forwarding headers, update include dependencies and documentation, and enforce include policy in CTest.
Restore the DateTime compatibility path without a case-insensitive filename collision, isolate astronomy legacy aliases, and protect Windows headers from min/max macros. Enforce the domain dependency allow-list and compile each public umbrella independently in the test suite.
Reject cross-domain leaf includes and accidental self-umbrella includes while allowing domain umbrellas to include their own leaves. Keep compatibility and legacy forwarding headers outside the canonical dependency checks.
Enable the IN_LIST operator used by the standalone include-policy script on GitHub Actions and other CMake script-mode invocations.
Remove the redundant time_shield path component from project header guards while preserving unique path-derived names for compatibility and domain headers.
Remove the redundant time_shield path component from MQL5 compatibility header guards while preserving unique project-derived identifiers.
LimiNode
force-pushed
the
refactor/domain-organize-public-headers
branch
from
September 11, 2026 14:05
391ba49 to
a6c19ec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Organize public headers into domain directories with umbrellas and compatibility forwarders. Add include-policy CTest coverage, update docs/examples/tests/CMake, and verify NTP-enabled and NTP-disabled installs.
Validation: