···11---
22+# SPDX-License-Identifier: CC0-1.0
33+# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
24# Ideally we'd turn back on a few of these that are disabled near the end
35Checks: 'clang-diagnostic-*,clang-analyzer-*,performance-*,bugprone-*,cert-*,readability-*,misc-*,-modernize-*,-clang-analyzer-security.insecureAPI.strcpy,-bugprone-macro-parentheses,-readability-braces-around-statements,-misc-unused-parameters,-readability-implicit-bool-conversion,-clang-diagnostic-missing-field-initializers,-clang-diagnostic-missing-braces'
46WarningsAsErrors: ''
+3
.editorconfig
···11# To use this config on you editor, follow the instructions at:
22# http://editorconfig.org
3344+# SPDX-License-Identifier: CC0-1.0
55+# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
66+47root = true
5869[*]
+3
.gitignore
···11+# SPDX-License-Identifier: CC0-1.0
22+# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
33+14# Ignore build products
25CMakeCache.txt
36CMakeLists.txt.user
+3
.gitlab-ci.yml
···11+# SPDX-License-Identifier: CC0-1.0
22+# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
33+14variables:
25 UPSTREAM_REPO: monado/monado
36
+1
cmake/FindEGL.cmake
···3232#
3333# Since pre-1.0.0.
34343535+# SPDX-License-Identifier: BSD-3-Clause
3536#=============================================================================
3637# Copyright 2014 Alex Merry <alex.merry@kde.org>
3738# Copyright 2014 Martin Gräßlin <mgraesslin@kde.org>
+1
cmake/FindHIDAPI.cmake
···4545#
4646# Copyright Iowa State University 2009-2010.
4747# Copyright Collabora, Ltd. 2019.
4848+# SPDX-License-Identifier: BSL-1.0
4849# Distributed under the Boost Software License, Version 1.0.
4950# (See accompanying file LICENSE_1_0.txt or copy at
5051# http://www.boost.org/LICENSE_1_0.txt)
+1
cmake/FindLibcheck.cmake
···11# Copyright 2019 Collabora, Ltd.
22+# SPDX-License-Identifier: BSL-1.0
23# Distributed under the Boost Software License, Version 1.0.
34# (See accompanying file LICENSE_1_0.txt or copy at
45# http://www.boost.org/LICENSE_1_0.txt)
+1
cmake/FindLibusb1.cmake
···1919# Iowa State University HCI Graduate Program/VRAC
2020#
2121# Copyright Iowa State University 2009-2010.
2222+# SPDX-License-Identifier: BSL-1.0
2223# Distributed under the Boost Software License, Version 1.0.
2324# (See accompanying file LICENSE_1_0.txt or copy at
2425# http://www.boost.org/LICENSE_1_0.txt)
+1
cmake/FindOpenHMD.cmake
···11# Copyright 2019 Collabora, Ltd.
22+# SPDX-License-Identifier: BSL-1.0
23# Distributed under the Boost Software License, Version 1.0.
34# (See accompanying file LICENSE_1_0.txt or copy at
45# http://www.boost.org/LICENSE_1_0.txt)
+2-1
cmake/Findudev.cmake
···1414# FindPackageHandleStandardArgs (known included with CMake >=2.6.2)
1515#
1616# Original Author:
1717-# 2014 Kevin M. Godby <kevin@godby.org>
1717+# Copyright 2014 Kevin M. Godby <kevin@godby.org>
1818+# SPDX-License-Identifier: BSL-1.0
1819#
1920# Distributed under the Boost Software License, Version 1.0.
2021# (See accompanying file LICENSE_1_0.txt or copy at
+5
doc/CHANGELOG.md
···11# Changelog for Monado
2233+```txt
44+SPDX-License-Identifier: CC0-1.0
55+SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Monado contributors
66+```
77+38## Monado 0.1.0 (2020-02-24)
49510Initial (non-release) tag to promote/support packaging.
···11+# OpenXR device layer integrator
1222-# OpenXR device layer integrator
33+```txt
44+Copyright 2019, Collabora, Ltd.
55+SPDX-License-Identifier: BSL-1.0
66+```
3748This is where the device layer integrator code will go. It takes one or more
59xrt_device and plugs that into the OpenXR device layer interface, once the
+1
src/xrt/targets/openxr/active_runtime.cmake
···11+# Copyright 2019, Benjamin Saunders <ben.e.saunders@gmail.com>
12# SPDX-License-Identifier: BSL-1.0
2334include(GNUInstallDirs)
+5
src/xrt/targets/openxr/install_active_runtime.sh
···11#!/bin/sh -eux
22+# Copyright 2019, Drew DeVault <sir@cmpwn.com>
33+# SPDX-License-Identifier: BSL-1.0
44+#
55+# Used by the Meson build only.
66+27sysconfdir="$DESTDIR"/"$1"
38manifest="$2"
49xrversion="$3"