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

Manpages #169

Merged
merged 3 commits into from
Mar 20, 2020
Merged

Manpages #169

merged 3 commits into from
Mar 20, 2020

Conversation

rpavlik
Copy link
Contributor

@rpavlik rpavlik commented Mar 9, 2020

This adds a manpage for the two binaries, written using the (admittedly BSD-centric, but works on Linux as well) mandoc "semantic" troff markup. Right now it should install in the right place on anything except Windows.

Requesting review from @ChristophHaag since he's the only other packager of OpenXR I know :)

@Wallbraker
Copy link
Contributor

Looks good to me! 👍

@rpavlik rpavlik merged commit 8c67f63 into KhronosGroup:master Mar 20, 2020
@rpavlik rpavlik deleted the manpages branch March 20, 2020 16:21
rpavlik added a commit that referenced this pull request Mar 21, 2020
Patch release for the 1.0 series.

Note: Changelogs are now being assembled with the help of the Proclamation tool, so the format has changed somewhat.

Registry
Introduce XR_MSFT_hand_interaction extension for hand interaction profile. (internal MR 1601)
Introduce XR_EPIC_view_configuration_fov extension for system field-of-view queries. (internal MR 1170)
Indicate that xrBeginFrame returns XR_ERROR_CALL_ORDER_INVALID when not paired with a corresponding xrWaitFrame call. (internal MR 1673)
Update the version number of XR_KHR_D3D12_enable extension. (internal MR 1681)
Introduce XR_EXTX_overlay extension for Overlay sessions (which can provide overlay composition layers). (internal MR 1665)
SDK
loader: Add linker export map/version script to avoid exporting implementation symbols from C++ on non-MSVC platforms. (internal MR 1641, OpenXR- SDK-Source/#159)
Add tracking and destruction of debug messengers in the loader. (internal MR 1668, OpenXR-SDK-Source/#29, internal issue 1284)
Fix issue in hello_xr breaking the build in certain limited conditions. (OpenXR-SDK-Source/#170)
Add initial (partial) Android support for hello_xr. (internal MR 1680)
Fix a mismatched type signature, breaking compiles of hello_xr in at least some Linux environments. (OpenXR-SDK-Source/#164, internal MR 166)
Explicitly link in advapi32 for many of the APIs the loader uses on Windows, needed when building for ARM/ARM64 (non-UWP only). (internal MR 1664)
Remove "Dev Build" string from loader resources and fix version. (internal MR 1664)
Add manual pages for openxr_runtime_list and hello_xr (based on their --help), and install in the standard location on non-Windows platforms. (OpenXR-SDK-Source/#169)
Silence some noisy warnings in hello_xr and the layers. (OpenXR-SDK-Source/#165)
rhabacker pushed a commit to rhabacker/OpenXR-SDK-Source that referenced this pull request Nov 16, 2022
Patch release for the 1.0 series.

Note: Changelogs are now being assembled with the help of the Proclamation tool, so the format has changed somewhat.

Registry
Introduce XR_MSFT_hand_interaction extension for hand interaction profile. (internal MR 1601)
Introduce XR_EPIC_view_configuration_fov extension for system field-of-view queries. (internal MR 1170)
Indicate that xrBeginFrame returns XR_ERROR_CALL_ORDER_INVALID when not paired with a corresponding xrWaitFrame call. (internal MR 1673)
Update the version number of XR_KHR_D3D12_enable extension. (internal MR 1681)
Introduce XR_EXTX_overlay extension for Overlay sessions (which can provide overlay composition layers). (internal MR 1665)
SDK
loader: Add linker export map/version script to avoid exporting implementation symbols from C++ on non-MSVC platforms. (internal MR 1641, OpenXR- SDK-Source/KhronosGroup#159)
Add tracking and destruction of debug messengers in the loader. (internal MR 1668, OpenXR-SDK-Source/KhronosGroup#29, internal issue 1284)
Fix issue in hello_xr breaking the build in certain limited conditions. (OpenXR-SDK-Source/KhronosGroup#170)
Add initial (partial) Android support for hello_xr. (internal MR 1680)
Fix a mismatched type signature, breaking compiles of hello_xr in at least some Linux environments. (OpenXR-SDK-Source/KhronosGroup#164, internal MR 166)
Explicitly link in advapi32 for many of the APIs the loader uses on Windows, needed when building for ARM/ARM64 (non-UWP only). (internal MR 1664)
Remove "Dev Build" string from loader resources and fix version. (internal MR 1664)
Add manual pages for openxr_runtime_list and hello_xr (based on their --help), and install in the standard location on non-Windows platforms. (OpenXR-SDK-Source/KhronosGroup#169)
Silence some noisy warnings in hello_xr and the layers. (OpenXR-SDK-Source/KhronosGroup#165)
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