Skip to content

Commit 9b9f2e4

Browse files
committed
OpenXR 1.0.4 release (21-November-2019)
Patch release for the 1.0 series. This release includes some fixes, extensions, and a small build system change: the build system is now configured to use C++14. No code changes in the loader or layers have yet taken place that require C++14. **Please file an issue** in OpenXR-SDK-Source if there is some deployment platform where you would be unable to use a loader making use of C++14 features. ### GitHub Pull Requests These had been integrated into the public repo incrementally. - General, Build, Other - #141 - Support system libs better (permit system jsoncpp, etc. for easier packaging) - hello_xr - #144 - Fix hello_xr when running under Linux OpenGL X11 - Registry - Reserve a Monado EGL extension <KhronosGroup/OpenXR-Docs#39> ### Internal issues - General, Build, Other - Switch C++ standard version to C++14 (internal MR 1602) - Remove unused/unneeded files (internal MR 1609) - Loader - Fix typo in parameter/member names (internal MR 1607, internal issue 1233) - Fix deprecated usage of JsonCpp (internal MR 1604, internal issue 1212) - hello_xr - Resolve misleading use of `xrLocateViews` before `xrWaitFrame` in helloXR and spec (internal MR 1584, internal issue 1227, public issue <#134>) - Registry - Add `XR_EXT_conformance_automation` extension, for use **only** by conformance testing (internal MR 1577, 1608)
1 parent 4454731 commit 9b9f2e4

File tree

111 files changed

+154
-11493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+154
-11493
lines changed

CHANGELOG.SDK.md

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog for OpenXR-SDK-Source and OpenXR-SDK Repo
22

3-
Update log for the OpenXR-SDK-Source and OpenXR-SDK repo on GitHub.
4-
Updates are in reverse chronological order starting with the latest public release.
3+
Update log for the OpenXR-SDK-Source and OpenXR-SDK repo on GitHub. Updates are
4+
in reverse chronological order starting with the latest public release.
55

6-
Note that only changes relating to the loader and some of the build changes will affect the OpenXR-SDK repository.
6+
Note that only changes relating to the loader and some of the build changes will
7+
affect the OpenXR-SDK repository.
78

89
This summarizes the periodic public updates, not individual commits. Updates
910
on GitHub are generally done as single large patches at the release point,
@@ -12,6 +13,45 @@ along with any public pull requests that have been accepted.
1213
In this repository in particular, since it is primarily software,
1314
pull requests may be integrated as they are accepted even between periodic updates.
1415

16+
## OpenXR 1.0.4 release (21-November-2019)
17+
18+
Patch release for the 1.0 series.
19+
20+
This release includes some fixes, extensions, and a small build system change:
21+
the build system is now configured to use C++14. No code changes in the loader
22+
or layers have yet taken place that require C++14. **Please file an issue** in
23+
OpenXR-SDK-Source if there is some deployment platform where you would be unable
24+
to use a loader making use of C++14 features.
25+
26+
### GitHub Pull Requests
27+
28+
These had been integrated into the public repo incrementally.
29+
30+
- General, Build, Other
31+
- #141 - Support system libs better (permit system jsoncpp, etc. for easier
32+
packaging)
33+
- hello_xr
34+
- #144 - Fix hello_xr when running under Linux OpenGL X11
35+
- Registry
36+
- Reserve a Monado EGL extension
37+
<https://github.com/KhronosGroup/OpenXR-Docs/pull/39>
38+
39+
### Internal issues
40+
41+
- General, Build, Other
42+
- Switch C++ standard version to C++14 (internal MR 1602)
43+
- Remove unused/unneeded files (internal MR 1609)
44+
- Loader
45+
- Fix typo in parameter/member names (internal MR 1607, internal issue 1233)
46+
- Fix deprecated usage of JsonCpp (internal MR 1604, internal issue 1212)
47+
- hello_xr
48+
- Resolve misleading use of `xrLocateViews` before `xrWaitFrame` in helloXR
49+
and spec (internal MR 1584, internal issue 1227, public issue
50+
<https://github.com/KhronosGroup/OpenXR-SDK-Source/issues/134>)
51+
- Registry
52+
- Add `XR_EXT_conformance_automation` extension, for use **only** by
53+
conformance testing (internal MR 1577, 1608)
54+
1555
## OpenXR 1.0.3 release (7-October-2019)
1656

1757
Patch release for the 1.0 series.

external/libs/glew32s.lib

-2.04 MB
Binary file not shown.

external/libs/glslang/CMakeLists.txt

Lines changed: 0 additions & 157 deletions
This file was deleted.

external/libs/glslang/gradle/build.gradle

Lines changed: 0 additions & 86 deletions
This file was deleted.
-52.4 KB
Binary file not shown.

external/libs/glslang/gradle/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)