-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
6.2.0 is less embedded friendly in comparison to 5.3.0 #1654
Comments
Example patch (definitions would need to move outside lib). Or maybe just better mechanism to exclude os dependant features?
|
|
Will make a PR. |
kwesolowski
added a commit
to rainlabs-eu/fmt
that referenced
this issue
Apr 30, 2020
Allows to avoid part of fmtlib#1654
kwesolowski
added a commit
to rainlabs-eu/fmt
that referenced
this issue
Apr 30, 2020
Allows to avoid part of fmtlib#1654
kwesolowski
added a commit
to rainlabs-eu/fmt
that referenced
this issue
Apr 30, 2020
- Allows to avoid part of fmtlib#1654 - Not possible to use with MASTER_PROJECT as testing uses it a lot
vitaut
pushed a commit
that referenced
this issue
May 1, 2020
- Allows to avoid part of #1654 - Not possible to use with MASTER_PROJECT as testing uses it a lot
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Playing with IAR and GHS compilers I see some places (mostly os.h/os.cpp) where for example:
EINTR retry is done for "not windows", FILE * operations are included etc. Most of the functionality is perfectly "in RAM", but those few pieces leak os related items. Would you like to reduce such "heave OS" dependencies? What would be preferred Pull Request?
The text was updated successfully, but these errors were encountered: