-
Notifications
You must be signed in to change notification settings - Fork 403
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
Full Windows 10 support - without security/safety features #846
Labels
enhancement
New feature
technical debt
unclean code and design flaws
test
A module/integration/stress/etc test for a component
Comments
19 tasks
19 tasks
elfenpiff
added a commit
to ApexAI/iceoryx
that referenced
this issue
Nov 17, 2022
Signed-off-by: Christian Eltzschig <christian.eltzschig@apex.ai>
elBoberido
added a commit
that referenced
this issue
Oct 26, 2023
elBoberido
added a commit
that referenced
this issue
Oct 26, 2023
elBoberido
added a commit
that referenced
this issue
Oct 26, 2023
elBoberido
added a commit
that referenced
this issue
Oct 26, 2023
elBoberido
added a commit
that referenced
this issue
Oct 26, 2023
elBoberido
added a commit
that referenced
this issue
Oct 26, 2023
elBoberido
added a commit
that referenced
this issue
Nov 1, 2023
…-windows iox-#846 Fix warnings on windows
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Jan 8, 2025
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Jan 8, 2025
21 tasks
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Jan 8, 2025
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Jan 8, 2025
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Jan 8, 2025
elBoberido
added a commit
that referenced
this issue
Jan 10, 2025
…tform-correction-header iox-#846 Reduce undefs in platform correction header
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Jan 10, 2025
21 tasks
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Jan 10, 2025
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Jan 10, 2025
elBoberido
added a commit
to elBoberido/iceoryx
that referenced
this issue
Jan 10, 2025
elBoberido
added a commit
that referenced
this issue
Jan 11, 2025
…file-location-configurable iox-#846 Make default config file location configurable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature
technical debt
unclean code and design flaws
test
A module/integration/stress/etc test for a component
Brief feature description
In the basic Windows 10 support features like ACLs and permissions, command line parameter parsing and other minor things are not implemented. This issue should help to keep track of the mission features.
Detailed information
getopt_long
inplatform/getopt.hpp
for command line argument support.IOX_LOCK_FILE_PATH_PREFIX
inwindows/platform_settings.hpp
should be adjusted to%TEMP%
or useGetTempPath2A()
https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-gettemppath2ahttps://github.com/eclipse-iceoryx/iceoryx/blob/master/.github/workflows/build-test.yml
for theiceoryx-windows
target./W1
and/WX
toIceoryxPlatformSettings.cmake
in windows platformThe text was updated successfully, but these errors were encountered: