From 960e723394bd3edf9e7aef46ce2a018a9c3848ac Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Wed, 15 Nov 2023 11:09:51 -0600 Subject: [PATCH] xrt: Fix outdated name/email address --- .gitlab-ci.yml | 12 ++++++------ .gitlab-ci/config.yml | 2 +- .mailmap | 3 +++ README.md | 7 ++++--- cmake/CleanDirectoryList.cmake | 4 ++-- cmake/FindEGL.cmake | 2 +- cmake/FindHIDAPI.cmake | 4 ++-- cmake/FindLibcheck.cmake | 2 +- cmake/FindLibusb1.cmake | 4 ++-- cmake/FindONNXRuntime.cmake | 2 +- cmake/FindOpenGLES.cmake | 2 +- cmake/FindOpenHMD.cmake | 2 +- cmake/FindPercetto.cmake | 2 +- cmake/FindcJSON.cmake | 2 +- cmake/Findudev.cmake | 2 +- cmake/GenerateKhrManifest.cmake | 2 +- cmake/GenerateKhrManifestInternals.cmake.in | 2 +- cmake/GenerateOpenXRRuntimeManifest.cmake | 2 +- cmake/GenerateVulkanApiLayerManifest.cmake | 2 +- cmake/GetGitRevisionDescription.cmake | 6 +++--- cmake/GetGitRevisionDescription.cmake.in | 4 ++-- cmake/PrefixListGlob.cmake | 4 ++-- cmake/ProgramFilesGlob.cmake | 4 ++-- doc/hand-tracking-mercury.md | 2 +- scripts/codespell-project.sh | 2 +- scripts/copy.bara.sky | 4 ++-- scripts/format-and-spellcheck.sh | 2 +- scripts/format-cmake.sh | 2 +- scripts/format-project.sh | 2 +- .../android-jni-wrap/wrap/ObjectWrapperBase.h | 2 +- src/external/android-jni-wrap/wrap/android.app.cpp | 2 +- src/external/android-jni-wrap/wrap/android.app.h | 2 +- .../android-jni-wrap/wrap/android.app.impl.h | 2 +- .../android-jni-wrap/wrap/android.content.cpp | 2 +- src/external/android-jni-wrap/wrap/android.content.h | 2 +- .../android-jni-wrap/wrap/android.content.impl.h | 2 +- .../android-jni-wrap/wrap/android.content.pm.cpp | 2 +- .../android-jni-wrap/wrap/android.content.pm.h | 2 +- .../android-jni-wrap/wrap/android.content.pm.impl.h | 2 +- .../android-jni-wrap/wrap/android.database.cpp | 2 +- .../android-jni-wrap/wrap/android.database.h | 2 +- .../android-jni-wrap/wrap/android.database.impl.h | 2 +- .../android-jni-wrap/wrap/android.graphics.cpp | 2 +- .../android-jni-wrap/wrap/android.graphics.h | 2 +- .../android-jni-wrap/wrap/android.graphics.impl.h | 2 +- src/external/android-jni-wrap/wrap/android.net.cpp | 2 +- src/external/android-jni-wrap/wrap/android.net.h | 2 +- .../android-jni-wrap/wrap/android.net.impl.h | 2 +- src/external/android-jni-wrap/wrap/android.os.cpp | 2 +- src/external/android-jni-wrap/wrap/android.os.h | 2 +- src/external/android-jni-wrap/wrap/android.os.impl.h | 2 +- .../android-jni-wrap/wrap/android.provider.cpp | 2 +- .../android-jni-wrap/wrap/android.provider.h | 2 +- .../android-jni-wrap/wrap/android.provider.impl.h | 2 +- .../android-jni-wrap/wrap/android.service.vr.cpp | 2 +- .../android-jni-wrap/wrap/android.service.vr.h | 2 +- .../android-jni-wrap/wrap/android.service.vr.impl.h | 2 +- src/external/android-jni-wrap/wrap/android.util.cpp | 2 +- src/external/android-jni-wrap/wrap/android.util.h | 2 +- .../android-jni-wrap/wrap/android.util.impl.h | 2 +- src/external/android-jni-wrap/wrap/android.view.cpp | 2 +- src/external/android-jni-wrap/wrap/android.view.h | 2 +- .../android-jni-wrap/wrap/android.view.impl.h | 2 +- .../android-jni-wrap/wrap/android.widget.cpp | 2 +- src/external/android-jni-wrap/wrap/android.widget.h | 2 +- .../android-jni-wrap/wrap/android.widget.impl.h | 2 +- src/external/android-jni-wrap/wrap/dalvik.system.cpp | 2 +- src/external/android-jni-wrap/wrap/dalvik.system.h | 2 +- .../android-jni-wrap/wrap/dalvik.system.impl.h | 2 +- src/external/android-jni-wrap/wrap/java.lang.cpp | 2 +- src/external/android-jni-wrap/wrap/java.lang.h | 2 +- src/external/android-jni-wrap/wrap/java.lang.impl.h | 2 +- src/external/android-jni-wrap/wrap/java.util.cpp | 2 +- src/external/android-jni-wrap/wrap/java.util.h | 2 +- src/external/android-jni-wrap/wrap/java.util.impl.h | 2 +- .../flexkalman/AbsoluteOrientationMeasurement.h | 4 ++-- .../flexkalman/AbsolutePositionLeverArmMeasurement.h | 4 ++-- .../flexkalman/AngularVelocityMeasurement.h | 4 ++-- src/external/flexkalman/flexkalman/BaseTypes.h | 4 ++-- .../flexkalman/flexkalman/FlexibleKalmanBase.h | 4 ++-- .../flexkalman/flexkalman/FlexibleKalmanCorrect.h | 4 ++-- .../flexkalman/flexkalman/FlexibleKalmanFilter.h | 4 ++-- .../flexkalman/flexkalman/FlexibleKalmanMeta.h | 4 ++-- .../flexkalman/flexkalman/FlexibleUnscentedCorrect.h | 4 ++-- .../flexkalman/OrientationConstantVelocity.h | 4 ++-- .../flexkalman/flexkalman/OrientationState.h | 4 ++-- .../flexkalman/flexkalman/PoseConstantVelocity.h | 4 ++-- .../flexkalman/PoseConstantVelocityGeneric.h | 4 ++-- .../flexkalman/PoseDampedConstantVelocity.h | 4 ++-- .../PoseSeparatelyDampedConstantVelocity.h | 4 ++-- src/external/flexkalman/flexkalman/PoseState.h | 4 ++-- src/external/flexkalman/flexkalman/SO3.h | 4 ++-- src/external/util-headers/util/Finally.h | 8 ++++---- src/external/util-headers/util/Stride.h | 6 +++--- .../android/android_ahardwarebuffer_allocator.c | 2 +- .../android/android_ahardwarebuffer_allocator.h | 2 +- src/xrt/auxiliary/android/android_custom_surface.cpp | 2 +- src/xrt/auxiliary/android/android_custom_surface.h | 2 +- src/xrt/auxiliary/android/android_globals.cpp | 2 +- src/xrt/auxiliary/android/android_globals.h | 2 +- src/xrt/auxiliary/android/android_load_class.cpp | 2 +- src/xrt/auxiliary/android/android_load_class.hpp | 2 +- .../android/org.freedesktop.monado.auxiliary.cpp | 2 +- .../android/org.freedesktop.monado.auxiliary.hpp | 2 +- .../org.freedesktop.monado.auxiliary.impl.hpp | 2 +- .../monado/auxiliary/IServiceNotification.kt | 2 +- .../org/freedesktop/monado/auxiliary/MonadoView.java | 2 +- .../monado/auxiliary/NameAndLogoProvider.kt | 2 +- .../monado/auxiliary/NativeCounterpart.java | 2 +- .../org/freedesktop/monado/auxiliary/UiProvider.kt | 2 +- src/xrt/auxiliary/d3d/d3d_d3d11_allocator.cpp | 2 +- src/xrt/auxiliary/d3d/d3d_d3d11_allocator.h | 2 +- src/xrt/auxiliary/d3d/d3d_d3d11_allocator.hpp | 2 +- src/xrt/auxiliary/d3d/d3d_d3d11_bits.h | 2 +- src/xrt/auxiliary/d3d/d3d_d3d11_fence.cpp | 2 +- src/xrt/auxiliary/d3d/d3d_d3d11_fence.hpp | 2 +- src/xrt/auxiliary/d3d/d3d_d3d11_helpers.cpp | 2 +- src/xrt/auxiliary/d3d/d3d_d3d11_helpers.hpp | 2 +- src/xrt/auxiliary/d3d/d3d_d3d12_allocator.cpp | 2 +- src/xrt/auxiliary/d3d/d3d_d3d12_allocator.h | 2 +- src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp | 2 +- src/xrt/auxiliary/d3d/d3d_d3d12_bits.h | 2 +- src/xrt/auxiliary/d3d/d3d_d3d12_fence.cpp | 2 +- src/xrt/auxiliary/d3d/d3d_d3d12_fence.hpp | 2 +- src/xrt/auxiliary/d3d/d3d_d3d12_helpers.cpp | 2 +- src/xrt/auxiliary/d3d/d3d_d3d12_helpers.hpp | 2 +- src/xrt/auxiliary/d3d/d3d_dxgi_formats.h | 2 +- src/xrt/auxiliary/d3d/d3d_dxgi_helpers.cpp | 2 +- src/xrt/auxiliary/d3d/d3d_dxgi_helpers.hpp | 2 +- src/xrt/auxiliary/math/m_base.cpp | 2 +- src/xrt/auxiliary/math/m_documentation.hpp | 2 +- src/xrt/auxiliary/math/m_eigen_interop.hpp | 2 +- src/xrt/auxiliary/math/m_filter_one_euro.c | 2 +- src/xrt/auxiliary/math/m_filter_one_euro.h | 2 +- src/xrt/auxiliary/math/m_lowpass_float.cpp | 2 +- src/xrt/auxiliary/math/m_lowpass_float.h | 2 +- src/xrt/auxiliary/math/m_lowpass_float.hpp | 2 +- src/xrt/auxiliary/math/m_lowpass_float_vector.hpp | 2 +- src/xrt/auxiliary/math/m_lowpass_integer.cpp | 2 +- src/xrt/auxiliary/math/m_lowpass_integer.h | 2 +- src/xrt/auxiliary/math/m_lowpass_integer.hpp | 2 +- src/xrt/auxiliary/math/m_mathinclude.h | 2 +- src/xrt/auxiliary/math/m_optics.c | 2 +- src/xrt/auxiliary/math/m_quatexpmap.cpp | 2 +- src/xrt/auxiliary/math/m_rational.hpp | 2 +- src/xrt/auxiliary/math/m_relation_history.cpp | 2 +- src/xrt/auxiliary/ogl/egl_api.c | 2 +- src/xrt/auxiliary/ogl/egl_api.h | 2 +- src/xrt/auxiliary/ogl/ogl_helpers.c | 2 +- src/xrt/auxiliary/ogl/ogl_helpers.h | 2 +- src/xrt/auxiliary/ogl/wgl_api.c | 2 +- src/xrt/auxiliary/ogl/wgl_api.h | 2 +- src/xrt/auxiliary/os/os_hid.h | 2 +- src/xrt/auxiliary/os/os_hid_hidraw.c | 2 +- src/xrt/auxiliary/os/os_time.h | 2 +- src/xrt/auxiliary/tracking/t_calibration.cpp | 2 +- src/xrt/auxiliary/tracking/t_calibration_opencv.hpp | 2 +- src/xrt/auxiliary/tracking/t_documentation.h | 2 +- src/xrt/auxiliary/tracking/t_file.cpp | 2 +- src/xrt/auxiliary/tracking/t_fusion.hpp | 2 +- src/xrt/auxiliary/tracking/t_imu.cpp | 2 +- src/xrt/auxiliary/tracking/t_imu.h | 2 +- src/xrt/auxiliary/tracking/t_imu_fusion.hpp | 2 +- src/xrt/auxiliary/tracking/t_kalman.cpp | 2 +- src/xrt/auxiliary/tracking/t_tracker_psmv.cpp | 2 +- src/xrt/auxiliary/tracking/t_tracker_psmv_fusion.cpp | 2 +- src/xrt/auxiliary/tracking/t_tracker_psmv_fusion.hpp | 2 +- src/xrt/auxiliary/tracking/t_tracking.h | 2 +- src/xrt/auxiliary/util/u_device.c | 2 +- src/xrt/auxiliary/util/u_device.h | 2 +- src/xrt/auxiliary/util/u_file.cpp | 2 +- src/xrt/auxiliary/util/u_generic_callbacks.hpp | 2 +- src/xrt/auxiliary/util/u_handles.c | 2 +- src/xrt/auxiliary/util/u_handles.h | 2 +- src/xrt/auxiliary/util/u_id_ringbuffer.cpp | 2 +- src/xrt/auxiliary/util/u_id_ringbuffer.h | 2 +- src/xrt/auxiliary/util/u_iterator_base.hpp | 2 +- src/xrt/auxiliary/util/u_json.c | 2 +- src/xrt/auxiliary/util/u_json.h | 2 +- src/xrt/auxiliary/util/u_pacing.h | 2 +- src/xrt/auxiliary/util/u_string_list.cpp | 2 +- src/xrt/auxiliary/util/u_string_list.h | 2 +- src/xrt/auxiliary/util/u_string_list.hpp | 2 +- src/xrt/auxiliary/util/u_template_historybuf.hpp | 2 +- .../util/u_template_historybuf_const_iterator.inl | 2 +- .../util/u_template_historybuf_impl_helpers.hpp | 2 +- .../util/u_template_historybuf_iterator.inl | 2 +- src/xrt/auxiliary/util/u_time.cpp | 2 +- src/xrt/auxiliary/util/u_time.h | 2 +- src/xrt/auxiliary/util/u_win32_com_guard.cpp | 2 +- src/xrt/auxiliary/util/u_win32_com_guard.hpp | 2 +- src/xrt/auxiliary/vk/vk_sync_objects.c | 2 +- src/xrt/compositor/client/comp_d3d11_client.cpp | 2 +- src/xrt/compositor/client/comp_d3d11_client.h | 2 +- src/xrt/compositor/client/comp_d3d11_glue.c | 2 +- src/xrt/compositor/client/comp_d3d12_client.cpp | 2 +- src/xrt/compositor/client/comp_d3d12_client.h | 2 +- src/xrt/compositor/client/comp_d3d12_glue.c | 2 +- src/xrt/compositor/client/comp_d3d_common.cpp | 2 +- src/xrt/compositor/client/comp_d3d_common.hpp | 2 +- .../compositor/client/comp_gl_eglimage_swapchain.c | 2 +- .../compositor/client/comp_gl_eglimage_swapchain.h | 2 +- src/xrt/compositor/client/comp_gl_memobj_swapchain.h | 2 +- src/xrt/compositor/client/comp_gl_win32_client.c | 2 +- src/xrt/compositor/client/comp_gl_win32_client.h | 2 +- src/xrt/compositor/client/comp_gl_win32_glue.c | 2 +- src/xrt/compositor/main/comp_compositor.c | 2 +- src/xrt/compositor/main/comp_renderer.c | 2 +- src/xrt/compositor/main/comp_window_android.c | 2 +- src/xrt/compositor/main/comp_window_mswin.c | 2 +- src/xrt/compositor/mock/mock_compositor.cpp | 2 +- src/xrt/compositor/mock/mock_compositor.h | 2 +- src/xrt/compositor/null/null_compositor.c | 2 +- src/xrt/compositor/null/null_compositor.h | 2 +- src/xrt/compositor/util/comp_vulkan.c | 2 +- src/xrt/drivers/hdk/hdk_device.cpp | 2 +- src/xrt/drivers/hdk/hdk_device.h | 2 +- src/xrt/drivers/hdk/hdk_interface.h | 2 +- src/xrt/drivers/hdk/hdk_prober.c | 2 +- src/xrt/drivers/hydra/hydra_driver.c | 4 ++-- src/xrt/drivers/hydra/hydra_interface.h | 2 +- src/xrt/drivers/psmv/psmv_driver.c | 2 +- src/xrt/drivers/psvr/psvr_prober.c | 2 +- src/xrt/drivers/rokid/rokid_interface.h | 2 +- src/xrt/drivers/sample/sample_hmd.c | 2 +- src/xrt/drivers/sample/sample_interface.h | 2 +- src/xrt/drivers/vive/vive_controller.c | 4 ++-- src/xrt/drivers/vive/vive_controller.h | 2 +- src/xrt/include/xrt/xrt_compositor.h | 2 +- src/xrt/include/xrt/xrt_config_android.h.cmake_in | 2 +- src/xrt/include/xrt/xrt_deleters.hpp | 2 +- src/xrt/include/xrt/xrt_device.hpp | 2 +- src/xrt/include/xrt/xrt_frameserver.h | 2 +- src/xrt/include/xrt/xrt_gfx_d3d11.h | 2 +- src/xrt/include/xrt/xrt_gfx_d3d12.h | 2 +- src/xrt/include/xrt/xrt_gfx_win32.h | 2 +- src/xrt/include/xrt/xrt_handles.h | 2 +- src/xrt/include/xrt/xrt_vulkan_includes.h | 2 +- src/xrt/include/xrt/xrt_windows.h | 2 +- src/xrt/ipc/android/ipc_client_android.cpp | 2 +- src/xrt/ipc/android/ipc_client_android.h | 2 +- src/xrt/ipc/android/org.freedesktop.monado.ipc.cpp | 2 +- src/xrt/ipc/android/org.freedesktop.monado.ipc.hpp | 2 +- .../ipc/android/org.freedesktop.monado.ipc.impl.hpp | 2 +- .../aidl/org/freedesktop/monado/ipc/IMonado.aidl | 2 +- .../main/java/org/freedesktop/monado/ipc/Client.java | 2 +- .../java/org/freedesktop/monado/ipc/MonadoImpl.java | 2 +- .../java/org/freedesktop/monado/ipc/MonadoService.kt | 2 +- src/xrt/ipc/client/ipc_client_connection.c | 2 +- src/xrt/ipc/client/ipc_client_connection.h | 2 +- src/xrt/ipc/server/ipc_server.h | 2 +- src/xrt/ipc/server/ipc_server_interface.h | 2 +- src/xrt/ipc/server/ipc_server_mainloop_android.c | 2 +- src/xrt/ipc/server/ipc_server_mainloop_android.h | 2 +- src/xrt/ipc/server/ipc_server_mainloop_linux.c | 2 +- src/xrt/ipc/server/ipc_server_mainloop_windows.cpp | 2 +- src/xrt/ipc/server/ipc_server_process.c | 2 +- src/xrt/ipc/shared/ipc_message_channel.h | 2 +- src/xrt/ipc/shared/ipc_message_channel_unix.c | 2 +- src/xrt/ipc/shared/ipc_message_channel_windows.cpp | 2 +- src/xrt/ipc/shared/ipc_shmem.c | 2 +- src/xrt/ipc/shared/ipc_shmem.h | 2 +- src/xrt/state_trackers/oxr/oxr_api_negotiate.c | 2 +- src/xrt/state_trackers/oxr/oxr_chain.h | 2 +- src/xrt/state_trackers/oxr/oxr_d3d.cpp | 2 +- src/xrt/state_trackers/oxr/oxr_d3d11.cpp | 2 +- src/xrt/state_trackers/oxr/oxr_d3d12.cpp | 2 +- src/xrt/state_trackers/oxr/oxr_extension_support.h | 2 +- src/xrt/state_trackers/oxr/oxr_handle.h | 2 +- src/xrt/state_trackers/oxr/oxr_handle_base.c | 2 +- src/xrt/state_trackers/oxr/oxr_input_transform.c | 2 +- src/xrt/state_trackers/oxr/oxr_input_transform.h | 2 +- src/xrt/state_trackers/oxr/oxr_messenger.c | 2 +- src/xrt/state_trackers/oxr/oxr_session_gfx_d3d11.c | 2 +- src/xrt/state_trackers/oxr/oxr_session_gfx_d3d12.c | 2 +- .../state_trackers/oxr/oxr_session_gfx_gl_win32.c | 2 +- .../oxr/oxr_session_gfx_gles_android.c | 2 +- src/xrt/state_trackers/oxr/oxr_subaction.h | 2 +- src/xrt/state_trackers/oxr/oxr_swapchain_d3d11.c | 2 +- src/xrt/state_trackers/oxr/oxr_swapchain_d3d12.c | 2 +- src/xrt/state_trackers/oxr/oxr_two_call.h | 2 +- src/xrt/state_trackers/oxr/oxr_verify.c | 2 +- .../monado/android_common/AboutActivity.java | 2 +- .../monado/android_common/MonadoVrListener.kt | 2 +- .../monado/android_common/NoticeFragmentProvider.kt | 2 +- .../monado/android_common/RuntimeService.kt | 2 +- .../monado/android_common/ServiceNotificationImpl.kt | 2 +- .../monado/android_common/ShutdownProcess.kt | 2 +- .../monado/android_common/VrModeStatus.java | 2 +- src/xrt/targets/libmonado/example.c | 2 +- src/xrt/targets/libmonado/monado.c | 2 +- src/xrt/targets/libmonado/monado.h | 2 +- .../AboutLibrariesNoticeFragmentProvider.kt | 2 +- .../openxr_runtime/MonadoOpenXrAndroidModule.kt | 2 +- .../openxr_runtime/MonadoOpenXrApplication.java | 2 +- .../openxr_runtime/MonadoOpenXrBrandingUiProvider.kt | 2 +- .../monado/openxr_runtime/MonadoOpenXrUiProvider.kt | 2 +- .../src/main/res/raw/ic_notif_xr_letters_custom.svg | 2 +- .../src/main/res/values/library_jnipp_strings.xml | 2 +- src/xrt/targets/sdl_test/sdl_compositor.c | 2 +- src/xrt/targets/service-lib/service_target.cpp | 2 +- src/xrt/tracking/hand/mercury/kine_common.hpp | 2 +- tests/aux_d3d_dxgi_formats.hpp | 2 +- tests/tests_aux_d3d_d3d11.cpp | 2 +- tests/tests_comp_client_d3d11.cpp | 2 +- tests/tests_comp_client_d3d12.cpp | 2 +- tests/tests_comp_client_opengl.cpp | 2 +- tests/tests_comp_client_vulkan.cpp | 2 +- tests/tests_cxx_wrappers.cpp | 2 +- tests/tests_generic_callbacks.cpp | 2 +- tests/tests_history_buf.cpp | 2 +- tests/tests_id_ringbuffer.cpp | 2 +- tests/tests_input_transform.cpp | 2 +- tests/tests_levenbergmarquardt.cpp | 2 +- tests/tests_lowpass_float.cpp | 2 +- tests/tests_lowpass_integer.cpp | 2 +- tests/tests_main.cpp | 2 +- tests/tests_pacing.cpp | 2 +- tests/tests_rational.cpp | 2 +- tests/tests_worker.cpp | 2 +- tests/time_utils.hpp | 2 +- tests/vktest_init_bundle.hpp | 2 +- 322 files changed, 365 insertions(+), 361 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2dd89c460..2aa0018b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -573,14 +573,14 @@ debian:bullseye:package: variables: GIT_STRATEGY: clone DEBFULLNAME: "Monado CI" - DEBEMAIL: "ryan.pavlik@collabora.com" + DEBEMAIL: "rylie.pavlik@collabora.com" DISTRO: debian CODENAME: bullseye DEB_VERSION_SUFFIX: bpo11 stage: package before_script: - git config --global user.name Monado CI - - git config --global user.email ryan.pavlik@collabora.com + - git config --global user.email rylie.pavlik@collabora.com script: - .gitlab-ci/prebuild.sh # Prep the source tree @@ -600,14 +600,14 @@ ubuntu:focal:package: variables: GIT_STRATEGY: clone DEBFULLNAME: "Monado CI" - DEBEMAIL: "ryan.pavlik@collabora.com" + DEBEMAIL: "rylie.pavlik@collabora.com" DISTRO: ubuntu CODENAME: focal DEB_VERSION_SUFFIX: ubuntu2004 stage: package before_script: - git config --global user.name Monado CI - - git config --global user.email ryan.pavlik@collabora.com + - git config --global user.email rylie.pavlik@collabora.com script: - .gitlab-ci/prebuild.sh # Prep the source tree @@ -627,14 +627,14 @@ ubuntu:jammy:package: variables: GIT_STRATEGY: clone DEBFULLNAME: "Monado CI" - DEBEMAIL: "ryan.pavlik@collabora.com" + DEBEMAIL: "rylie.pavlik@collabora.com" DISTRO: ubuntu CODENAME: jammy DEB_VERSION_SUFFIX: ubuntu2204 stage: package before_script: - git config --global user.name Monado CI - - git config --global user.email ryan.pavlik@collabora.com + - git config --global user.email rylie.pavlik@collabora.com script: - .gitlab-ci/prebuild.sh # Prep the source tree diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml index d02329b24..d2a7e1ea3 100644 --- a/.gitlab-ci/config.yml +++ b/.gitlab-ci/config.yml @@ -286,4 +286,4 @@ android: packaging: # Name and email associated with the package name: "Monado CI" - email: "ryan.pavlik@collabora.com" + email: "rylie.pavlik@collabora.com" diff --git a/.mailmap b/.mailmap index f9dd54878..418e3c641 100644 --- a/.mailmap +++ b/.mailmap @@ -31,6 +31,9 @@ Moshi Turner Nima01 Nova King Pete Black +Rylie Pavlik +Rylie Pavlik +Rylie Pavlik Simon Zeni Simon Zeni Weijie Wang diff --git a/README.md b/README.md index e9d665c8a..fc83d0318 100644 --- a/README.md +++ b/README.md @@ -251,8 +251,9 @@ See `CONTRIBUTING.md` for details of contribution guidelines. GitLab Issues and Merge Requests are the preferred way to discuss problems, suggest enhancements, or submit changes for review. **In case of a security issue**, you should choose the "confidential" option when using the GitLab issues page. For highest -security, you can send encrypted email (using GPG/OpenPGP) to Ryan Pavlik, with -the address below and the associated key on . +security, you can send encrypted email (using GPG/OpenPGP) to Rylie Pavlik at + and using the associated key from +. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. @@ -266,7 +267,7 @@ reported by contacting: * First-line project contacts: * Jakob Bornecrantz - * Ryan Pavlik + * Rylie Pavlik * freedesktop.org contacts: see most recent list at Code of Conduct section excerpt adapted from the diff --git a/cmake/CleanDirectoryList.cmake b/cmake/CleanDirectoryList.cmake index c1e7c4ddf..d123b81d4 100644 --- a/cmake/CleanDirectoryList.cmake +++ b/cmake/CleanDirectoryList.cmake @@ -5,8 +5,8 @@ # Requires CMake 2.6 or newer (uses the 'function' command) # # Original Author: -# 2009-2010 Ryan Pavlik -# http://academic.cleardefinition.com +# 2009-2010 Rylie Pavlik +# https://ryliepavlik.com/ # Iowa State University HCI Graduate Program/VRAC # # Copyright 2009-2010, Iowa State University. diff --git a/cmake/FindEGL.cmake b/cmake/FindEGL.cmake index c4f6c8b47..7bc836ff8 100644 --- a/cmake/FindEGL.cmake +++ b/cmake/FindEGL.cmake @@ -40,7 +40,7 @@ #============================================================================= # Copyright 2014 Alex Merry # Copyright 2014 Martin Gräßlin -# Copyright 2019, 2021 Ryan Pavlik +# Copyright 2019, 2021 Rylie Pavlik # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/cmake/FindHIDAPI.cmake b/cmake/FindHIDAPI.cmake index abfb161bf..3e3917ef8 100644 --- a/cmake/FindHIDAPI.cmake +++ b/cmake/FindHIDAPI.cmake @@ -40,8 +40,8 @@ # ``HIDAPI_LIBRARIES`` # # Original Author: -# 2009-2021 Ryan Pavlik -# http://academic.cleardefinition.com +# 2009-2021 Rylie Pavlik +# https://ryliepavlik.com/ # # Copyright 2009-2010, Iowa State University # Copyright 2019-2021, Collabora, Ltd. diff --git a/cmake/FindLibcheck.cmake b/cmake/FindLibcheck.cmake index d67c822a6..4eaefb8cf 100644 --- a/cmake/FindLibcheck.cmake +++ b/cmake/FindLibcheck.cmake @@ -7,7 +7,7 @@ # http://www.boost.org/LICENSE_1_0.txt) # # Original Author: -# 2019-2021 Ryan Pavlik +# 2019-2021 Rylie Pavlik #.rst: # FindCheck diff --git a/cmake/FindLibusb1.cmake b/cmake/FindLibusb1.cmake index ed8c978e4..4dd43dee9 100644 --- a/cmake/FindLibusb1.cmake +++ b/cmake/FindLibusb1.cmake @@ -14,8 +14,8 @@ # FindPackageHandleStandardArgs (known included with CMake >=2.6.2) # # Original Author: -# 2009-2021 Ryan Pavlik -# http://academic.cleardefinition.com +# 2009-2021 Rylie Pavlik +# https://ryliepavlik.com # # Copyright 2009-2010, Iowa State University # Copyright 2021, Collabora, Ltd. diff --git a/cmake/FindONNXRuntime.cmake b/cmake/FindONNXRuntime.cmake index 7840df7e3..613878c4a 100644 --- a/cmake/FindONNXRuntime.cmake +++ b/cmake/FindONNXRuntime.cmake @@ -8,7 +8,7 @@ # # Original Author: # 2021 Moses Turner -# 2021 Ryan Pavlik +# 2021 Rylie Pavlik #.rst: # FindONNXRuntime diff --git a/cmake/FindOpenGLES.cmake b/cmake/FindOpenGLES.cmake index f552ba33f..e909e3529 100644 --- a/cmake/FindOpenGLES.cmake +++ b/cmake/FindOpenGLES.cmake @@ -7,7 +7,7 @@ # http://www.boost.org/LICENSE_1_0.txt) # # Original Author: -# 2020-2021, Ryan Pavlik +# 2020-2021, Rylie Pavlik #[[.rst: FindOpenGLES diff --git a/cmake/FindOpenHMD.cmake b/cmake/FindOpenHMD.cmake index c67114199..0ec7e1a8c 100644 --- a/cmake/FindOpenHMD.cmake +++ b/cmake/FindOpenHMD.cmake @@ -7,7 +7,7 @@ # http://www.boost.org/LICENSE_1_0.txt) # # Original Author: -# 2019-2021 Ryan Pavlik +# 2019-2021 Rylie Pavlik #.rst: # FindOpenHMD diff --git a/cmake/FindPercetto.cmake b/cmake/FindPercetto.cmake index 161883838..726528097 100644 --- a/cmake/FindPercetto.cmake +++ b/cmake/FindPercetto.cmake @@ -7,7 +7,7 @@ # http://www.boost.org/LICENSE_1_0.txt) # # Original Author: -# 2021-2022 Ryan Pavlik +# 2021-2022 Rylie Pavlik #[[.rst: FindPercetto diff --git a/cmake/FindcJSON.cmake b/cmake/FindcJSON.cmake index 984e55ea0..53c88a822 100644 --- a/cmake/FindcJSON.cmake +++ b/cmake/FindcJSON.cmake @@ -7,7 +7,7 @@ # http://www.boost.org/LICENSE_1_0.txt) # # Original Author: -# 2019-2022 Ryan Pavlik +# 2019-2022 Rylie Pavlik #.rst: # FindcJSON diff --git a/cmake/Findudev.cmake b/cmake/Findudev.cmake index b8fe84292..8c2f97f72 100644 --- a/cmake/Findudev.cmake +++ b/cmake/Findudev.cmake @@ -15,7 +15,7 @@ # # Original Authors: # 2014, Kevin M. Godby -# 2021, Ryan Pavlik +# 2021, Rylie Pavlik # # Copyright 2014, Kevin M. Godby # Copyright 2021, Collabora, Ltd. diff --git a/cmake/GenerateKhrManifest.cmake b/cmake/GenerateKhrManifest.cmake index edf81f232..3afc05a83 100644 --- a/cmake/GenerateKhrManifest.cmake +++ b/cmake/GenerateKhrManifest.cmake @@ -3,7 +3,7 @@ # SPDX-License-Identifier: BSL-1.0 # # Maintained by: -# 2019-2022 Ryan Pavlik +# 2019-2022 Rylie Pavlik #[[.rst: GenerateKhrManifest diff --git a/cmake/GenerateKhrManifestInternals.cmake.in b/cmake/GenerateKhrManifestInternals.cmake.in index 116b81b93..fe90f99bd 100644 --- a/cmake/GenerateKhrManifestInternals.cmake.in +++ b/cmake/GenerateKhrManifestInternals.cmake.in @@ -4,7 +4,7 @@ # SPDX-License-Identifier: BSL-1.0 # # Maintained by: -# 2019-2022 Ryan Pavlik +# 2019-2022 Rylie Pavlik # Get input from main CMake script set(MANIFEST_TEMPLATE @_genmanifest_MANIFEST_TEMPLATE@) diff --git a/cmake/GenerateOpenXRRuntimeManifest.cmake b/cmake/GenerateOpenXRRuntimeManifest.cmake index e3b96b181..9029511d0 100644 --- a/cmake/GenerateOpenXRRuntimeManifest.cmake +++ b/cmake/GenerateOpenXRRuntimeManifest.cmake @@ -3,7 +3,7 @@ # SPDX-License-Identifier: BSL-1.0 # # Maintained by: -# 2019-2023 Ryan Pavlik +# 2019-2023 Rylie Pavlik #[[.rst: GenerateOpenXRRuntimeManifest diff --git a/cmake/GenerateVulkanApiLayerManifest.cmake b/cmake/GenerateVulkanApiLayerManifest.cmake index 2c9248995..7de412583 100644 --- a/cmake/GenerateVulkanApiLayerManifest.cmake +++ b/cmake/GenerateVulkanApiLayerManifest.cmake @@ -3,7 +3,7 @@ # SPDX-License-Identifier: BSL-1.0 # # Maintained by: -# 2019-2023 Ryan Pavlik +# 2019-2023 Rylie Pavlik #[[.rst: GenerateVulkanApiLayerManifest diff --git a/cmake/GetGitRevisionDescription.cmake b/cmake/GetGitRevisionDescription.cmake index 2d23c28bb..2daa5af2a 100644 --- a/cmake/GetGitRevisionDescription.cmake +++ b/cmake/GetGitRevisionDescription.cmake @@ -32,11 +32,11 @@ # Requires CMake 2.6 or newer (uses the 'function' command) # # Original Author: -# 2009-2020 Ryan Pavlik -# http://academic.cleardefinition.com +# 2009-2020 Rylie Pavlik +# https://ryliepavlik.com/ # # Copyright 2009-2013, Iowa State University. -# Copyright 2013-2020, Ryan Pavlik +# Copyright 2013-2020, Rylie Pavlik # Copyright 2013-2020, Contributors # # SPDX-License-Identifier: BSL-1.0 diff --git a/cmake/GetGitRevisionDescription.cmake.in b/cmake/GetGitRevisionDescription.cmake.in index 13be9fe44..9b8d20763 100644 --- a/cmake/GetGitRevisionDescription.cmake.in +++ b/cmake/GetGitRevisionDescription.cmake.in @@ -4,8 +4,8 @@ # Requires CMake 2.6 or newer (uses the 'function' command) # # Original Author: -# 2009-2023 Ryan Pavlik -# http://academic.cleardefinition.com +# 2009-2023 Rylie Pavlik +# https://ryliepavlik.com/ # Iowa State University HCI Graduate Program/VRAC # # Copyright 2009-2012, Iowa State University diff --git a/cmake/PrefixListGlob.cmake b/cmake/PrefixListGlob.cmake index 2a852d1b0..9837ec284 100644 --- a/cmake/PrefixListGlob.cmake +++ b/cmake/PrefixListGlob.cmake @@ -2,8 +2,8 @@ # # # Original Author: -# 2009-2010 Ryan Pavlik -# http://academic.cleardefinition.com +# 2009-2010 Rylie Pavlik +# https://ryliepavlik.com/ # Iowa State University HCI Graduate Program/VRAC # # Copyright 2009-2010, Iowa State University diff --git a/cmake/ProgramFilesGlob.cmake b/cmake/ProgramFilesGlob.cmake index cbe582f81..4870c61f2 100644 --- a/cmake/ProgramFilesGlob.cmake +++ b/cmake/ProgramFilesGlob.cmake @@ -5,8 +5,8 @@ # PrefixListGlob # # Original Author: -# 2009-2010 Ryan Pavlik -# http://academic.cleardefinition.com +# 2009-2010 Rylie Pavlik +# https://ryliepavlik.com/ # Iowa State University HCI Graduate Program/VRAC # # Copyright 2009-2010, Iowa State University diff --git a/doc/hand-tracking-mercury.md b/doc/hand-tracking-mercury.md index f536e1489..60fee7aa3 100644 --- a/doc/hand-tracking-mercury.md +++ b/doc/hand-tracking-mercury.md @@ -22,7 +22,7 @@ SPDX-License-Identifier: BSL-1.0 # About spatial types -In response to Ryan disliking all my nested arrays, I created some spatial types (lm_defines.hpp; Quat, Vec3 and Vec2) and stuck most of the nested arrays inside structs (Translations55, Orientations54). I think this slowed compile times down by a fair bit, and I suspect compile times are why Ceres uses a lot of raw nested arrays in their examples - sure, it's unsafe, hairy and slightly harder to understand, but iteration times are faster and that counts for a whole lot. For now we'll keep the spatial types, but I might be motivated to switch everything back to nested arrays of Jets if compile times start driving me up the wall. +In response to Rylie disliking all my nested arrays, I created some spatial types (lm_defines.hpp; Quat, Vec3 and Vec2) and stuck most of the nested arrays inside structs (Translations55, Orientations54). I think this slowed compile times down by a fair bit, and I suspect compile times are why Ceres uses a lot of raw nested arrays in their examples - sure, it's unsafe, hairy and slightly harder to understand, but iteration times are faster and that counts for a whole lot. For now we'll keep the spatial types, but I might be motivated to switch everything back to nested arrays of Jets if compile times start driving me up the wall. We could very much use Eigen's spatial types - they template well (enough) with ceres::Jets, but I decided not to: * I don't like digging through Eigen - when I want my code to do something, I'd rather just write the procedure myself rather than hope Eigen is doing what I expect it to do. diff --git a/scripts/codespell-project.sh b/scripts/codespell-project.sh index b1e11a314..4fd56b766 100755 --- a/scripts/codespell-project.sh +++ b/scripts/codespell-project.sh @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2019-2023, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -# Author: Ryan Pavlik +# Author: Rylie Pavlik # Runs "codespell" all the source files in this project. # Pass: diff --git a/scripts/copy.bara.sky b/scripts/copy.bara.sky index 672d8fff9..b4ada1885 100644 --- a/scripts/copy.bara.sky +++ b/scripts/copy.bara.sky @@ -3,8 +3,8 @@ # SPDX-License-Identifier: BSL-1.0 """Configuration for "copybara" to update vendored source""" -gitlab_url = "git@gitlab.freedesktop.org:ryan.pavlik/monado.git" -author = "Ryan Pavlik " +gitlab_url = "git@gitlab.freedesktop.org:rpavlik/monado.git" +author = "Rylie Pavlik " # update-stb: Update STB libraries core.workflow( diff --git a/scripts/format-and-spellcheck.sh b/scripts/format-and-spellcheck.sh index 86a459ee0..7ac80bd08 100755 --- a/scripts/format-and-spellcheck.sh +++ b/scripts/format-and-spellcheck.sh @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2019, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -# Author: Ryan Pavlik +# Author: Rylie Pavlik # Run both format-project and codespell-project, making a patch if any changes can be auto-made. # Intended mainly for use in CI, but can be used elsewhere. diff --git a/scripts/format-cmake.sh b/scripts/format-cmake.sh index 9d5c7ee48..ba9996531 100755 --- a/scripts/format-cmake.sh +++ b/scripts/format-cmake.sh @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2019-2023, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -# Author: Ryan Pavlik +# Author: Rylie Pavlik # Formats all the CMake files in this project diff --git a/scripts/format-project.sh b/scripts/format-project.sh index d5e9dc4cd..1a81d001b 100755 --- a/scripts/format-project.sh +++ b/scripts/format-project.sh @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2019-2023, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -# Author: Ryan Pavlik +# Author: Rylie Pavlik # Formats all the source files in this project diff --git a/src/external/android-jni-wrap/wrap/ObjectWrapperBase.h b/src/external/android-jni-wrap/wrap/ObjectWrapperBase.h index fe76c4f49..5aff7664c 100644 --- a/src/external/android-jni-wrap/wrap/ObjectWrapperBase.h +++ b/src/external/android-jni-wrap/wrap/ObjectWrapperBase.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once #include diff --git a/src/external/android-jni-wrap/wrap/android.app.cpp b/src/external/android-jni-wrap/wrap/android.app.cpp index 36b948e49..403fc2410 100644 --- a/src/external/android-jni-wrap/wrap/android.app.cpp +++ b/src/external/android-jni-wrap/wrap/android.app.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.app.h" diff --git a/src/external/android-jni-wrap/wrap/android.app.h b/src/external/android-jni-wrap/wrap/android.app.h index 70aced25e..d44f4051a 100644 --- a/src/external/android-jni-wrap/wrap/android.app.h +++ b/src/external/android-jni-wrap/wrap/android.app.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.app.impl.h b/src/external/android-jni-wrap/wrap/android.app.impl.h index f0389c1d6..c40f4697d 100644 --- a/src/external/android-jni-wrap/wrap/android.app.impl.h +++ b/src/external/android-jni-wrap/wrap/android.app.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.content.cpp b/src/external/android-jni-wrap/wrap/android.content.cpp index 90726786b..8fd857376 100644 --- a/src/external/android-jni-wrap/wrap/android.content.cpp +++ b/src/external/android-jni-wrap/wrap/android.content.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2023, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.content.h" diff --git a/src/external/android-jni-wrap/wrap/android.content.h b/src/external/android-jni-wrap/wrap/android.content.h index be8845c50..b9fc8bccc 100644 --- a/src/external/android-jni-wrap/wrap/android.content.h +++ b/src/external/android-jni-wrap/wrap/android.content.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.content.impl.h b/src/external/android-jni-wrap/wrap/android.content.impl.h index 642593895..4b5835f8c 100644 --- a/src/external/android-jni-wrap/wrap/android.content.impl.h +++ b/src/external/android-jni-wrap/wrap/android.content.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2023, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.content.pm.cpp b/src/external/android-jni-wrap/wrap/android.content.pm.cpp index f527dd9fc..2ca202f41 100644 --- a/src/external/android-jni-wrap/wrap/android.content.pm.cpp +++ b/src/external/android-jni-wrap/wrap/android.content.pm.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2023, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.content.pm.h" diff --git a/src/external/android-jni-wrap/wrap/android.content.pm.h b/src/external/android-jni-wrap/wrap/android.content.pm.h index 3ecf68ab1..3782924e7 100644 --- a/src/external/android-jni-wrap/wrap/android.content.pm.h +++ b/src/external/android-jni-wrap/wrap/android.content.pm.h @@ -1,6 +1,6 @@ // Copyright 2020-2023, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.content.pm.impl.h b/src/external/android-jni-wrap/wrap/android.content.pm.impl.h index a9b44cce7..0668f652d 100644 --- a/src/external/android-jni-wrap/wrap/android.content.pm.impl.h +++ b/src/external/android-jni-wrap/wrap/android.content.pm.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2023, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.database.cpp b/src/external/android-jni-wrap/wrap/android.database.cpp index f03e5730c..05a0884e8 100644 --- a/src/external/android-jni-wrap/wrap/android.database.cpp +++ b/src/external/android-jni-wrap/wrap/android.database.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.database.h" diff --git a/src/external/android-jni-wrap/wrap/android.database.h b/src/external/android-jni-wrap/wrap/android.database.h index 308fa2e03..be384f624 100644 --- a/src/external/android-jni-wrap/wrap/android.database.h +++ b/src/external/android-jni-wrap/wrap/android.database.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.database.impl.h b/src/external/android-jni-wrap/wrap/android.database.impl.h index b48931efc..0c0d8446f 100644 --- a/src/external/android-jni-wrap/wrap/android.database.impl.h +++ b/src/external/android-jni-wrap/wrap/android.database.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.graphics.cpp b/src/external/android-jni-wrap/wrap/android.graphics.cpp index 167e75772..d9647db9b 100644 --- a/src/external/android-jni-wrap/wrap/android.graphics.cpp +++ b/src/external/android-jni-wrap/wrap/android.graphics.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.graphics.h" diff --git a/src/external/android-jni-wrap/wrap/android.graphics.h b/src/external/android-jni-wrap/wrap/android.graphics.h index bda36920d..15623956d 100644 --- a/src/external/android-jni-wrap/wrap/android.graphics.h +++ b/src/external/android-jni-wrap/wrap/android.graphics.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.graphics.impl.h b/src/external/android-jni-wrap/wrap/android.graphics.impl.h index e28eda4b2..38c041600 100644 --- a/src/external/android-jni-wrap/wrap/android.graphics.impl.h +++ b/src/external/android-jni-wrap/wrap/android.graphics.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.net.cpp b/src/external/android-jni-wrap/wrap/android.net.cpp index 5058d9044..f46d5f5ff 100644 --- a/src/external/android-jni-wrap/wrap/android.net.cpp +++ b/src/external/android-jni-wrap/wrap/android.net.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.net.h" diff --git a/src/external/android-jni-wrap/wrap/android.net.h b/src/external/android-jni-wrap/wrap/android.net.h index 7a77864a6..94851652b 100644 --- a/src/external/android-jni-wrap/wrap/android.net.h +++ b/src/external/android-jni-wrap/wrap/android.net.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.net.impl.h b/src/external/android-jni-wrap/wrap/android.net.impl.h index a8a927d9c..f570c47b7 100644 --- a/src/external/android-jni-wrap/wrap/android.net.impl.h +++ b/src/external/android-jni-wrap/wrap/android.net.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.os.cpp b/src/external/android-jni-wrap/wrap/android.os.cpp index 2b5c43eeb..53245cb95 100644 --- a/src/external/android-jni-wrap/wrap/android.os.cpp +++ b/src/external/android-jni-wrap/wrap/android.os.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.os.h" diff --git a/src/external/android-jni-wrap/wrap/android.os.h b/src/external/android-jni-wrap/wrap/android.os.h index eb9a57e20..ce8bd705e 100644 --- a/src/external/android-jni-wrap/wrap/android.os.h +++ b/src/external/android-jni-wrap/wrap/android.os.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.os.impl.h b/src/external/android-jni-wrap/wrap/android.os.impl.h index d4f2e7e1f..9a70a9edf 100644 --- a/src/external/android-jni-wrap/wrap/android.os.impl.h +++ b/src/external/android-jni-wrap/wrap/android.os.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.provider.cpp b/src/external/android-jni-wrap/wrap/android.provider.cpp index 0a247682b..444c3d7cf 100644 --- a/src/external/android-jni-wrap/wrap/android.provider.cpp +++ b/src/external/android-jni-wrap/wrap/android.provider.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2023, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.provider.h" diff --git a/src/external/android-jni-wrap/wrap/android.provider.h b/src/external/android-jni-wrap/wrap/android.provider.h index aa8e6933e..c3b77b2a7 100644 --- a/src/external/android-jni-wrap/wrap/android.provider.h +++ b/src/external/android-jni-wrap/wrap/android.provider.h @@ -1,6 +1,6 @@ // Copyright 2020-2023, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.provider.impl.h b/src/external/android-jni-wrap/wrap/android.provider.impl.h index e676cdfee..40f0d7962 100644 --- a/src/external/android-jni-wrap/wrap/android.provider.impl.h +++ b/src/external/android-jni-wrap/wrap/android.provider.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2023, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.service.vr.cpp b/src/external/android-jni-wrap/wrap/android.service.vr.cpp index 535a6bbdb..365ffcdc8 100644 --- a/src/external/android-jni-wrap/wrap/android.service.vr.cpp +++ b/src/external/android-jni-wrap/wrap/android.service.vr.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.service.vr.h" diff --git a/src/external/android-jni-wrap/wrap/android.service.vr.h b/src/external/android-jni-wrap/wrap/android.service.vr.h index 11a851d56..365e9a3e3 100644 --- a/src/external/android-jni-wrap/wrap/android.service.vr.h +++ b/src/external/android-jni-wrap/wrap/android.service.vr.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.service.vr.impl.h b/src/external/android-jni-wrap/wrap/android.service.vr.impl.h index dcb1782f4..0edf9244f 100644 --- a/src/external/android-jni-wrap/wrap/android.service.vr.impl.h +++ b/src/external/android-jni-wrap/wrap/android.service.vr.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.util.cpp b/src/external/android-jni-wrap/wrap/android.util.cpp index 0a088289d..7bb7b24f4 100644 --- a/src/external/android-jni-wrap/wrap/android.util.cpp +++ b/src/external/android-jni-wrap/wrap/android.util.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.util.h" diff --git a/src/external/android-jni-wrap/wrap/android.util.h b/src/external/android-jni-wrap/wrap/android.util.h index 332acb408..ff02f8c5e 100644 --- a/src/external/android-jni-wrap/wrap/android.util.h +++ b/src/external/android-jni-wrap/wrap/android.util.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.util.impl.h b/src/external/android-jni-wrap/wrap/android.util.impl.h index bcaeb2df7..7e736c6c8 100644 --- a/src/external/android-jni-wrap/wrap/android.util.impl.h +++ b/src/external/android-jni-wrap/wrap/android.util.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.view.cpp b/src/external/android-jni-wrap/wrap/android.view.cpp index e5f9bf699..35f21a653 100644 --- a/src/external/android-jni-wrap/wrap/android.view.cpp +++ b/src/external/android-jni-wrap/wrap/android.view.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.view.h" diff --git a/src/external/android-jni-wrap/wrap/android.view.h b/src/external/android-jni-wrap/wrap/android.view.h index e75ae8f28..b8c4319eb 100644 --- a/src/external/android-jni-wrap/wrap/android.view.h +++ b/src/external/android-jni-wrap/wrap/android.view.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.view.impl.h b/src/external/android-jni-wrap/wrap/android.view.impl.h index 0f49749d1..32a2fcfae 100644 --- a/src/external/android-jni-wrap/wrap/android.view.impl.h +++ b/src/external/android-jni-wrap/wrap/android.view.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.widget.cpp b/src/external/android-jni-wrap/wrap/android.widget.cpp index 073aacb68..824b69e74 100644 --- a/src/external/android-jni-wrap/wrap/android.widget.cpp +++ b/src/external/android-jni-wrap/wrap/android.widget.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "android.widget.h" diff --git a/src/external/android-jni-wrap/wrap/android.widget.h b/src/external/android-jni-wrap/wrap/android.widget.h index 02fef3626..fb21d28e5 100644 --- a/src/external/android-jni-wrap/wrap/android.widget.h +++ b/src/external/android-jni-wrap/wrap/android.widget.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/android.widget.impl.h b/src/external/android-jni-wrap/wrap/android.widget.impl.h index e5ff6c546..ebe103a38 100644 --- a/src/external/android-jni-wrap/wrap/android.widget.impl.h +++ b/src/external/android-jni-wrap/wrap/android.widget.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/dalvik.system.cpp b/src/external/android-jni-wrap/wrap/dalvik.system.cpp index 6f07333f4..9ee94d72b 100644 --- a/src/external/android-jni-wrap/wrap/dalvik.system.cpp +++ b/src/external/android-jni-wrap/wrap/dalvik.system.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "dalvik.system.h" diff --git a/src/external/android-jni-wrap/wrap/dalvik.system.h b/src/external/android-jni-wrap/wrap/dalvik.system.h index 42d2f8241..6cfdbd70d 100644 --- a/src/external/android-jni-wrap/wrap/dalvik.system.h +++ b/src/external/android-jni-wrap/wrap/dalvik.system.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/dalvik.system.impl.h b/src/external/android-jni-wrap/wrap/dalvik.system.impl.h index b92d875a3..e8057b032 100644 --- a/src/external/android-jni-wrap/wrap/dalvik.system.impl.h +++ b/src/external/android-jni-wrap/wrap/dalvik.system.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/java.lang.cpp b/src/external/android-jni-wrap/wrap/java.lang.cpp index 980fb57f0..127b4247f 100644 --- a/src/external/android-jni-wrap/wrap/java.lang.cpp +++ b/src/external/android-jni-wrap/wrap/java.lang.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "java.lang.h" diff --git a/src/external/android-jni-wrap/wrap/java.lang.h b/src/external/android-jni-wrap/wrap/java.lang.h index cfd112b11..ef49ede26 100644 --- a/src/external/android-jni-wrap/wrap/java.lang.h +++ b/src/external/android-jni-wrap/wrap/java.lang.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/java.lang.impl.h b/src/external/android-jni-wrap/wrap/java.lang.impl.h index 324bfc1b4..1eb6c2353 100644 --- a/src/external/android-jni-wrap/wrap/java.lang.impl.h +++ b/src/external/android-jni-wrap/wrap/java.lang.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/android-jni-wrap/wrap/java.util.cpp b/src/external/android-jni-wrap/wrap/java.util.cpp index 8ee0e0818..3fb05258e 100644 --- a/src/external/android-jni-wrap/wrap/java.util.cpp +++ b/src/external/android-jni-wrap/wrap/java.util.cpp @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #include "java.util.h" diff --git a/src/external/android-jni-wrap/wrap/java.util.h b/src/external/android-jni-wrap/wrap/java.util.h index 863f7c682..5ae2e415a 100644 --- a/src/external/android-jni-wrap/wrap/java.util.h +++ b/src/external/android-jni-wrap/wrap/java.util.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik #pragma once diff --git a/src/external/android-jni-wrap/wrap/java.util.impl.h b/src/external/android-jni-wrap/wrap/java.util.impl.h index e40ad7224..ecbe129ef 100644 --- a/src/external/android-jni-wrap/wrap/java.util.impl.h +++ b/src/external/android-jni-wrap/wrap/java.util.impl.h @@ -1,6 +1,6 @@ // Copyright 2020-2021, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 -// Author: Ryan Pavlik +// Author: Rylie Pavlik // Inline implementations: do not include on its own! #pragma once diff --git a/src/external/flexkalman/flexkalman/AbsoluteOrientationMeasurement.h b/src/external/flexkalman/flexkalman/AbsoluteOrientationMeasurement.h index e281540f4..3088887e0 100644 --- a/src/external/flexkalman/flexkalman/AbsoluteOrientationMeasurement.h +++ b/src/external/flexkalman/flexkalman/AbsoluteOrientationMeasurement.h @@ -4,8 +4,8 @@ @date 2015, 2020 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/AbsolutePositionLeverArmMeasurement.h b/src/external/flexkalman/flexkalman/AbsolutePositionLeverArmMeasurement.h index 14a662aa4..9c84617ca 100644 --- a/src/external/flexkalman/flexkalman/AbsolutePositionLeverArmMeasurement.h +++ b/src/external/flexkalman/flexkalman/AbsolutePositionLeverArmMeasurement.h @@ -4,8 +4,8 @@ @date 2019-2020 @author - Ryan Pavlik - + Rylie Pavlik + */ // Copyright 2019-2020, Collabora, Ltd. // SPDX-License-Identifier: BSL-1.0 OR Apache-2.0 diff --git a/src/external/flexkalman/flexkalman/AngularVelocityMeasurement.h b/src/external/flexkalman/flexkalman/AngularVelocityMeasurement.h index 4ec811b62..d39ecb05a 100644 --- a/src/external/flexkalman/flexkalman/AngularVelocityMeasurement.h +++ b/src/external/flexkalman/flexkalman/AngularVelocityMeasurement.h @@ -4,8 +4,8 @@ @date 2015-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/BaseTypes.h b/src/external/flexkalman/flexkalman/BaseTypes.h index e8580224c..55009b05d 100644 --- a/src/external/flexkalman/flexkalman/BaseTypes.h +++ b/src/external/flexkalman/flexkalman/BaseTypes.h @@ -4,8 +4,8 @@ @date 2019 @author - Ryan Pavlik - + Rylie Pavlik + */ // Copyright 2019 Collabora, Ltd. diff --git a/src/external/flexkalman/flexkalman/FlexibleKalmanBase.h b/src/external/flexkalman/flexkalman/FlexibleKalmanBase.h index 2711b1bf9..cdfe0782c 100644 --- a/src/external/flexkalman/flexkalman/FlexibleKalmanBase.h +++ b/src/external/flexkalman/flexkalman/FlexibleKalmanBase.h @@ -4,8 +4,8 @@ @date 2015-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/FlexibleKalmanCorrect.h b/src/external/flexkalman/flexkalman/FlexibleKalmanCorrect.h index 93f9ca6fa..28fe6c168 100644 --- a/src/external/flexkalman/flexkalman/FlexibleKalmanCorrect.h +++ b/src/external/flexkalman/flexkalman/FlexibleKalmanCorrect.h @@ -4,8 +4,8 @@ @date 2015-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/FlexibleKalmanFilter.h b/src/external/flexkalman/flexkalman/FlexibleKalmanFilter.h index 54f02a5e0..5666450e3 100644 --- a/src/external/flexkalman/flexkalman/FlexibleKalmanFilter.h +++ b/src/external/flexkalman/flexkalman/FlexibleKalmanFilter.h @@ -4,8 +4,8 @@ @date 2015-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/FlexibleKalmanMeta.h b/src/external/flexkalman/flexkalman/FlexibleKalmanMeta.h index 7f0d17924..422a46a9f 100644 --- a/src/external/flexkalman/flexkalman/FlexibleKalmanMeta.h +++ b/src/external/flexkalman/flexkalman/FlexibleKalmanMeta.h @@ -5,8 +5,8 @@ @date 2015-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/FlexibleUnscentedCorrect.h b/src/external/flexkalman/flexkalman/FlexibleUnscentedCorrect.h index dac1d2562..ecc724c1f 100644 --- a/src/external/flexkalman/flexkalman/FlexibleUnscentedCorrect.h +++ b/src/external/flexkalman/flexkalman/FlexibleUnscentedCorrect.h @@ -12,8 +12,8 @@ @date 2016-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/OrientationConstantVelocity.h b/src/external/flexkalman/flexkalman/OrientationConstantVelocity.h index 50c9c60bf..6c88f4c87 100644 --- a/src/external/flexkalman/flexkalman/OrientationConstantVelocity.h +++ b/src/external/flexkalman/flexkalman/OrientationConstantVelocity.h @@ -4,8 +4,8 @@ @date 2015-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/OrientationState.h b/src/external/flexkalman/flexkalman/OrientationState.h index 9f9e63ef4..781dda978 100644 --- a/src/external/flexkalman/flexkalman/OrientationState.h +++ b/src/external/flexkalman/flexkalman/OrientationState.h @@ -4,8 +4,8 @@ @date 2015-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/PoseConstantVelocity.h b/src/external/flexkalman/flexkalman/PoseConstantVelocity.h index 83e6aa46d..6f375171a 100644 --- a/src/external/flexkalman/flexkalman/PoseConstantVelocity.h +++ b/src/external/flexkalman/flexkalman/PoseConstantVelocity.h @@ -4,8 +4,8 @@ @date 2015-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/PoseConstantVelocityGeneric.h b/src/external/flexkalman/flexkalman/PoseConstantVelocityGeneric.h index d66a806a3..39b3f8e66 100644 --- a/src/external/flexkalman/flexkalman/PoseConstantVelocityGeneric.h +++ b/src/external/flexkalman/flexkalman/PoseConstantVelocityGeneric.h @@ -4,8 +4,8 @@ @date 2015-2020 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/PoseDampedConstantVelocity.h b/src/external/flexkalman/flexkalman/PoseDampedConstantVelocity.h index 8ea6699a1..10a621d24 100644 --- a/src/external/flexkalman/flexkalman/PoseDampedConstantVelocity.h +++ b/src/external/flexkalman/flexkalman/PoseDampedConstantVelocity.h @@ -4,8 +4,8 @@ @date 2015-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/PoseSeparatelyDampedConstantVelocity.h b/src/external/flexkalman/flexkalman/PoseSeparatelyDampedConstantVelocity.h index b94cf20f9..6c78b769b 100644 --- a/src/external/flexkalman/flexkalman/PoseSeparatelyDampedConstantVelocity.h +++ b/src/external/flexkalman/flexkalman/PoseSeparatelyDampedConstantVelocity.h @@ -4,8 +4,8 @@ @date 2015-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/PoseState.h b/src/external/flexkalman/flexkalman/PoseState.h index d315c5fe9..307754457 100644 --- a/src/external/flexkalman/flexkalman/PoseState.h +++ b/src/external/flexkalman/flexkalman/PoseState.h @@ -4,8 +4,8 @@ @date 2015-2019 @author - Ryan Pavlik - + Rylie Pavlik + @author Sensics, Inc. diff --git a/src/external/flexkalman/flexkalman/SO3.h b/src/external/flexkalman/flexkalman/SO3.h index 437265f8d..f9e4dcaab 100644 --- a/src/external/flexkalman/flexkalman/SO3.h +++ b/src/external/flexkalman/flexkalman/SO3.h @@ -4,8 +4,8 @@ @date 2019-2020 @author - Ryan Pavlik - + Rylie Pavlik + */ // Copyright 2019-2020, Collabora, Ltd. diff --git a/src/external/util-headers/util/Finally.h b/src/external/util-headers/util/Finally.h index e38335b14..c31f1226b 100644 --- a/src/external/util-headers/util/Finally.h +++ b/src/external/util-headers/util/Finally.h @@ -8,7 +8,7 @@ since its introduction into the C++ global consciousness, and this implementation was written independently after I couldn't find a previous independent implementation I had written a few weeks earlier in - an implementation file. -- Ryan Pavlik + an implementation file. -- Rylie Pavlik See UniqueDestructionActionWrapper for a "generalized" (in some sense) version of this. @@ -29,9 +29,9 @@ @date 2016 @author - Ryan Pavlik - - + Rylie Pavlik + + */ // Copyright 2016, Sensics, Inc. diff --git a/src/external/util-headers/util/Stride.h b/src/external/util-headers/util/Stride.h index 8326c42a5..168b02c07 100644 --- a/src/external/util-headers/util/Stride.h +++ b/src/external/util-headers/util/Stride.h @@ -15,9 +15,9 @@ 2009-2010 @author - Ryan Pavlik - and - http://academic.cleardefinition.com/ + Rylie Pavlik + + https://ryliepavlik.com/ Iowa State University Virtual Reality Applications Center Human-Computer Interaction Graduate Program */ diff --git a/src/xrt/auxiliary/android/android_ahardwarebuffer_allocator.c b/src/xrt/auxiliary/android/android_ahardwarebuffer_allocator.c index a0b3185ae..640750b24 100644 --- a/src/xrt/auxiliary/android/android_ahardwarebuffer_allocator.c +++ b/src/xrt/auxiliary/android/android_ahardwarebuffer_allocator.c @@ -3,7 +3,7 @@ /*! * @file * @brief AHardwareBuffer backed image buffer allocator. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/android_ahardwarebuffer_allocator.h b/src/xrt/auxiliary/android/android_ahardwarebuffer_allocator.h index db061a708..456af5ade 100644 --- a/src/xrt/auxiliary/android/android_ahardwarebuffer_allocator.h +++ b/src/xrt/auxiliary/android/android_ahardwarebuffer_allocator.h @@ -4,7 +4,7 @@ * @file * @brief Header exposing factory function for AHardwareBuffer backed image buffer allocator. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/android_custom_surface.cpp b/src/xrt/auxiliary/android/android_custom_surface.cpp index 7ea066636..9caa413cc 100644 --- a/src/xrt/auxiliary/android/android_custom_surface.cpp +++ b/src/xrt/auxiliary/android/android_custom_surface.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Implementation of native code for Android custom surface. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Lubosz Sarnecki * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/android_custom_surface.h b/src/xrt/auxiliary/android/android_custom_surface.h index 01b50bec6..86a6a7d81 100644 --- a/src/xrt/auxiliary/android/android_custom_surface.h +++ b/src/xrt/auxiliary/android/android_custom_surface.h @@ -4,7 +4,7 @@ * @file * @brief Functions for adding a new Surface to a window and otherwise * interacting with an Android View. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/android_globals.cpp b/src/xrt/auxiliary/android/android_globals.cpp index 44b5838a0..1f23b32ff 100644 --- a/src/xrt/auxiliary/android/android_globals.cpp +++ b/src/xrt/auxiliary/android/android_globals.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Functions for Android-specific global state. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/android_globals.h b/src/xrt/auxiliary/android/android_globals.h index 95f4abc72..38b6cf777 100644 --- a/src/xrt/auxiliary/android/android_globals.h +++ b/src/xrt/auxiliary/android/android_globals.h @@ -3,7 +3,7 @@ /*! * @file * @brief Functions for Android-specific global state. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/android_load_class.cpp b/src/xrt/auxiliary/android/android_load_class.cpp index a0f04f864..c759f2f86 100644 --- a/src/xrt/auxiliary/android/android_load_class.cpp +++ b/src/xrt/auxiliary/android/android_load_class.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Implementations for loading Java code from a package. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/android_load_class.hpp b/src/xrt/auxiliary/android/android_load_class.hpp index 4fc13a941..5dbd4911c 100644 --- a/src/xrt/auxiliary/android/android_load_class.hpp +++ b/src/xrt/auxiliary/android/android_load_class.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Function for loading Java code from a package. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.cpp b/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.cpp index 89f032482..f8bcf59e5 100644 --- a/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.cpp +++ b/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.cpp @@ -4,7 +4,7 @@ * @file * @brief Out-of-line implementations for partially-generated wrapper for the * `org.freedesktop.monado.auxiliary` Java package. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.hpp b/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.hpp index ecaf4b0f5..26201239c 100644 --- a/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.hpp +++ b/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.hpp @@ -4,7 +4,7 @@ * @file * @brief Partially-generated wrapper for the * `org.freedesktop.monado.auxiliary` Java package. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.impl.hpp b/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.impl.hpp index 6f92779a9..d06be6f03 100644 --- a/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.impl.hpp +++ b/src/xrt/auxiliary/android/org.freedesktop.monado.auxiliary.impl.hpp @@ -4,7 +4,7 @@ * @file * @brief Inline implementations for partially-generated wrapper for the * `org.freedesktop.monado.auxiliary` Java package - do not include on its own! - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/IServiceNotification.kt b/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/IServiceNotification.kt index 62c723430..50a2585a1 100644 --- a/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/IServiceNotification.kt +++ b/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/IServiceNotification.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Interface used by the IPC service to create a notification to keep it in the foreground.. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/MonadoView.java b/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/MonadoView.java index 14a904a62..13283f873 100644 --- a/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/MonadoView.java +++ b/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/MonadoView.java @@ -3,7 +3,7 @@ /*! * @file * @brief Class to inject a custom surface into an activity. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android_java */ diff --git a/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/NameAndLogoProvider.kt b/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/NameAndLogoProvider.kt index 7d2ae6e33..368eea172 100644 --- a/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/NameAndLogoProvider.kt +++ b/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/NameAndLogoProvider.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Interface for target-specific branding things on Android. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ diff --git a/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/NativeCounterpart.java b/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/NativeCounterpart.java index f23792eb9..bcd280dee 100644 --- a/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/NativeCounterpart.java +++ b/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/NativeCounterpart.java @@ -3,7 +3,7 @@ /*! * @file * @brief Utility class to deal with having a native-code counterpart object - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android_java */ diff --git a/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/UiProvider.kt b/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/UiProvider.kt index e032694e7..fcbb8f0d9 100644 --- a/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/UiProvider.kt +++ b/src/xrt/auxiliary/android/src/main/java/org/freedesktop/monado/auxiliary/UiProvider.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Interface for target-specific UI-related things on Android. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_android */ package org.freedesktop.monado.auxiliary diff --git a/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.cpp b/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.cpp index 591ac51e6..681bf1bb9 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.cpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief D3D11 backed image buffer allocator. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Fernando Velazquez Innella * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.h b/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.h index 6806f2aaf..fc1ced93a 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.h +++ b/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.h @@ -3,7 +3,7 @@ /*! * @file * @brief Header for D3D11-backed image buffer allocator factory function. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.hpp b/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.hpp index 89d1c2431..1d48e835f 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.hpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d11_allocator.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Higher-level D3D11-backed image buffer allocation routine. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d11_bits.h b/src/xrt/auxiliary/d3d/d3d_d3d11_bits.h index 7982abf98..92c62edf9 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d11_bits.h +++ b/src/xrt/auxiliary/d3d/d3d_d3d11_bits.h @@ -3,7 +3,7 @@ /*! * @file * @brief Usage bits for D3D11. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d11_fence.cpp b/src/xrt/auxiliary/d3d/d3d_d3d11_fence.cpp index c2e3204e8..b88022984 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d11_fence.cpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d11_fence.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief D3D11-backed fence (timeline semaphore) creation routine - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d11_fence.hpp b/src/xrt/auxiliary/d3d/d3d_d3d11_fence.hpp index 8798afd8a..f5e00a4c6 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d11_fence.hpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d11_fence.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief D3D11-backed fence (timeline semaphore) creation routine. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d11_helpers.cpp b/src/xrt/auxiliary/d3d/d3d_d3d11_helpers.cpp index c9c56ab2d..fef983209 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d11_helpers.cpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d11_helpers.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Misc D3D11 helper routines. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d11_helpers.hpp b/src/xrt/auxiliary/d3d/d3d_d3d11_helpers.hpp index 7f2941e7f..95064a14b 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d11_helpers.hpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d11_helpers.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Misc D3D11/12 helper routines. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.cpp b/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.cpp index c5b5a65c1..26f5c76b3 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.cpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief D3D12 backed image buffer allocator. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Fernando Velazquez Innella * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.h b/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.h index 50bca0c94..03fb3ed5a 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.h +++ b/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.h @@ -3,7 +3,7 @@ /*! * @file * @brief Header for D3D12-backed image buffer allocator factory function. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Fernando Velazquez Innella * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp b/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp index 4da82d96c..034f0957c 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d12_allocator.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Higher-level D3D12-backed image buffer allocation routine. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Fernando Velazquez Innella * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d12_bits.h b/src/xrt/auxiliary/d3d/d3d_d3d12_bits.h index 37aba89da..af5341b54 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d12_bits.h +++ b/src/xrt/auxiliary/d3d/d3d_d3d12_bits.h @@ -3,7 +3,7 @@ /*! * @file * @brief Usage bits for D3D12. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d12_fence.cpp b/src/xrt/auxiliary/d3d/d3d_d3d12_fence.cpp index 303198cf8..4974f4e87 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d12_fence.cpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d12_fence.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief D3D12-backed fence (timeline semaphore) creation routine - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d12_fence.hpp b/src/xrt/auxiliary/d3d/d3d_d3d12_fence.hpp index ecf02c2a3..1cfb68066 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d12_fence.hpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d12_fence.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief D3D12-backed fence (timeline semaphore) creation routine. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d12_helpers.cpp b/src/xrt/auxiliary/d3d/d3d_d3d12_helpers.cpp index 39561202c..ed49a3221 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d12_helpers.cpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d12_helpers.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Misc D3D12 helper routines. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_d3d12_helpers.hpp b/src/xrt/auxiliary/d3d/d3d_d3d12_helpers.hpp index 1e499f9f5..b75f4f7ca 100644 --- a/src/xrt/auxiliary/d3d/d3d_d3d12_helpers.hpp +++ b/src/xrt/auxiliary/d3d/d3d_d3d12_helpers.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Misc D3D12 helper routines. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_dxgi_formats.h b/src/xrt/auxiliary/d3d/d3d_dxgi_formats.h index dd4498fb3..3eb13b6fd 100644 --- a/src/xrt/auxiliary/d3d/d3d_dxgi_formats.h +++ b/src/xrt/auxiliary/d3d/d3d_dxgi_formats.h @@ -3,7 +3,7 @@ /*! * @file * @brief Format conversion for DXGI/D3D. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_dxgi_helpers.cpp b/src/xrt/auxiliary/d3d/d3d_dxgi_helpers.cpp index d27fe34f1..97dade494 100644 --- a/src/xrt/auxiliary/d3d/d3d_dxgi_helpers.cpp +++ b/src/xrt/auxiliary/d3d/d3d_dxgi_helpers.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Misc D3D11 helper routines. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/d3d/d3d_dxgi_helpers.hpp b/src/xrt/auxiliary/d3d/d3d_dxgi_helpers.hpp index 32b441156..4611ae23c 100644 --- a/src/xrt/auxiliary/d3d/d3d_dxgi_helpers.hpp +++ b/src/xrt/auxiliary/d3d/d3d_dxgi_helpers.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Misc D3D11/12 helper routines. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_d3d */ diff --git a/src/xrt/auxiliary/math/m_base.cpp b/src/xrt/auxiliary/math/m_base.cpp index 20602a134..7bace5265 100644 --- a/src/xrt/auxiliary/math/m_base.cpp +++ b/src/xrt/auxiliary/math/m_base.cpp @@ -4,7 +4,7 @@ * @file * @brief Base implementations for math library. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Moses Turner * @author Nis Madsen * @ingroup aux_math diff --git a/src/xrt/auxiliary/math/m_documentation.hpp b/src/xrt/auxiliary/math/m_documentation.hpp index 3dac538e2..4a697b0f8 100644 --- a/src/xrt/auxiliary/math/m_documentation.hpp +++ b/src/xrt/auxiliary/math/m_documentation.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Header with only documentation. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_eigen_interop.hpp b/src/xrt/auxiliary/math/m_eigen_interop.hpp index fc3c659ce..9d17571b7 100644 --- a/src/xrt/auxiliary/math/m_eigen_interop.hpp +++ b/src/xrt/auxiliary/math/m_eigen_interop.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Interoperability helpers connecting internal math types and Eigen. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Nis Madsen * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_filter_one_euro.c b/src/xrt/auxiliary/math/m_filter_one_euro.c index acdf39d3b..2076dea91 100644 --- a/src/xrt/auxiliary/math/m_filter_one_euro.c +++ b/src/xrt/auxiliary/math/m_filter_one_euro.c @@ -6,7 +6,7 @@ * @brief The "One Euro Filter" for filtering interaction data. * @author Moses Turner * @author Jan Schmidt - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math * * Based in part on https://github.com/thaytan/OpenHMD/blob/rift-kalman-filter/src/exponential-filter.c diff --git a/src/xrt/auxiliary/math/m_filter_one_euro.h b/src/xrt/auxiliary/math/m_filter_one_euro.h index d99476604..a216c7295 100644 --- a/src/xrt/auxiliary/math/m_filter_one_euro.h +++ b/src/xrt/auxiliary/math/m_filter_one_euro.h @@ -6,7 +6,7 @@ * @brief Header for a "One Euro Filter" implementation. * @author Moses Turner * @author Jan Schmidt - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math * * See the original publication: diff --git a/src/xrt/auxiliary/math/m_lowpass_float.cpp b/src/xrt/auxiliary/math/m_lowpass_float.cpp index 9c3f8086d..a37c9979a 100644 --- a/src/xrt/auxiliary/math/m_lowpass_float.cpp +++ b/src/xrt/auxiliary/math/m_lowpass_float.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Wrap float filters for C - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_lowpass_float.h b/src/xrt/auxiliary/math/m_lowpass_float.h index ff4ecd705..fa6129988 100644 --- a/src/xrt/auxiliary/math/m_lowpass_float.h +++ b/src/xrt/auxiliary/math/m_lowpass_float.h @@ -3,7 +3,7 @@ /*! * @file * @brief Low-pass IIR filter for floats - C wrapper - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_lowpass_float.hpp b/src/xrt/auxiliary/math/m_lowpass_float.hpp index a6249c3e1..4b28c7891 100644 --- a/src/xrt/auxiliary/math/m_lowpass_float.hpp +++ b/src/xrt/auxiliary/math/m_lowpass_float.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Low-pass IIR filter - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_lowpass_float_vector.hpp b/src/xrt/auxiliary/math/m_lowpass_float_vector.hpp index 319a9db2e..2e6ea2e73 100644 --- a/src/xrt/auxiliary/math/m_lowpass_float_vector.hpp +++ b/src/xrt/auxiliary/math/m_lowpass_float_vector.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Low-pass IIR filter on vectors - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_lowpass_integer.cpp b/src/xrt/auxiliary/math/m_lowpass_integer.cpp index 24b16986f..db23a8562 100644 --- a/src/xrt/auxiliary/math/m_lowpass_integer.cpp +++ b/src/xrt/auxiliary/math/m_lowpass_integer.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Wrap integer filters for C - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_lowpass_integer.h b/src/xrt/auxiliary/math/m_lowpass_integer.h index 3b59d53ed..ab2daadcc 100644 --- a/src/xrt/auxiliary/math/m_lowpass_integer.h +++ b/src/xrt/auxiliary/math/m_lowpass_integer.h @@ -3,7 +3,7 @@ /*! * @file * @brief Low-pass IIR filter for integers - C wrapper - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Malek Hodroj * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_lowpass_integer.hpp b/src/xrt/auxiliary/math/m_lowpass_integer.hpp index 25c63f38a..7edf5f622 100644 --- a/src/xrt/auxiliary/math/m_lowpass_integer.hpp +++ b/src/xrt/auxiliary/math/m_lowpass_integer.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Low-pass IIR filter for integers - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_mathinclude.h b/src/xrt/auxiliary/math/m_mathinclude.h index 685ac6012..4ecac45e9 100644 --- a/src/xrt/auxiliary/math/m_mathinclude.h +++ b/src/xrt/auxiliary/math/m_mathinclude.h @@ -7,7 +7,7 @@ * * Use this instead of directly including in headers and when * you need M_PI and its friends. - * @author Ryan Pavlik + * @author Rylie Pavlik * * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_optics.c b/src/xrt/auxiliary/math/m_optics.c index f3dc04942..8ec3e90cb 100644 --- a/src/xrt/auxiliary/math/m_optics.c +++ b/src/xrt/auxiliary/math/m_optics.c @@ -3,7 +3,7 @@ /*! * @file * @brief Functions related to field-of-view. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_quatexpmap.cpp b/src/xrt/auxiliary/math/m_quatexpmap.cpp index f4590c798..2d9f341e9 100644 --- a/src/xrt/auxiliary/math/m_quatexpmap.cpp +++ b/src/xrt/auxiliary/math/m_quatexpmap.cpp @@ -4,7 +4,7 @@ /*! * @file * @brief Base implementations for math library. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math * * Based in part on inc/osvr/Util/EigenQuatExponentialMap.h in OSVR-Core diff --git a/src/xrt/auxiliary/math/m_rational.hpp b/src/xrt/auxiliary/math/m_rational.hpp index a34f97dd8..5a525ca23 100644 --- a/src/xrt/auxiliary/math/m_rational.hpp +++ b/src/xrt/auxiliary/math/m_rational.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief A very simple rational number type. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/math/m_relation_history.cpp b/src/xrt/auxiliary/math/m_relation_history.cpp index 0bc21b290..3b7aee296 100644 --- a/src/xrt/auxiliary/math/m_relation_history.cpp +++ b/src/xrt/auxiliary/math/m_relation_history.cpp @@ -5,7 +5,7 @@ * @brief Small utility for keeping track of the history of an xrt_space_relation, ie. for knowing where a HMD or * controller was in the past. * @author Moses Turner - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_math */ diff --git a/src/xrt/auxiliary/ogl/egl_api.c b/src/xrt/auxiliary/ogl/egl_api.c index 62bd19823..51a9bcd61 100644 --- a/src/xrt/auxiliary/ogl/egl_api.c +++ b/src/xrt/auxiliary/ogl/egl_api.c @@ -3,7 +3,7 @@ /*! * @file * @brief EGL API wrapper. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_ogl */ diff --git a/src/xrt/auxiliary/ogl/egl_api.h b/src/xrt/auxiliary/ogl/egl_api.h index af786e050..a38918774 100644 --- a/src/xrt/auxiliary/ogl/egl_api.h +++ b/src/xrt/auxiliary/ogl/egl_api.h @@ -3,7 +3,7 @@ /*! * @file * @brief EGL API wrapper header. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_ogl */ diff --git a/src/xrt/auxiliary/ogl/ogl_helpers.c b/src/xrt/auxiliary/ogl/ogl_helpers.c index 8b04e3d48..44ab82fbf 100644 --- a/src/xrt/auxiliary/ogl/ogl_helpers.c +++ b/src/xrt/auxiliary/ogl/ogl_helpers.c @@ -3,7 +3,7 @@ /*! * @file * @brief Common OpenGL code. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_ogl */ diff --git a/src/xrt/auxiliary/ogl/ogl_helpers.h b/src/xrt/auxiliary/ogl/ogl_helpers.h index 639d67a77..5e7e199c0 100644 --- a/src/xrt/auxiliary/ogl/ogl_helpers.h +++ b/src/xrt/auxiliary/ogl/ogl_helpers.h @@ -3,7 +3,7 @@ /*! * @file * @brief Common OpenGL code header. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup aux_ogl */ diff --git a/src/xrt/auxiliary/ogl/wgl_api.c b/src/xrt/auxiliary/ogl/wgl_api.c index a42f6a4ed..b04f6b892 100644 --- a/src/xrt/auxiliary/ogl/wgl_api.c +++ b/src/xrt/auxiliary/ogl/wgl_api.c @@ -3,7 +3,7 @@ /*! * @file * @brief WGL API wrapper. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_ogl */ diff --git a/src/xrt/auxiliary/ogl/wgl_api.h b/src/xrt/auxiliary/ogl/wgl_api.h index 2691efe3e..76b268bf4 100644 --- a/src/xrt/auxiliary/ogl/wgl_api.h +++ b/src/xrt/auxiliary/ogl/wgl_api.h @@ -3,7 +3,7 @@ /*! * @file * @brief WGL API wrapper header. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_ogl */ diff --git a/src/xrt/auxiliary/os/os_hid.h b/src/xrt/auxiliary/os/os_hid.h index 1b4cbaab7..05f5478a2 100644 --- a/src/xrt/auxiliary/os/os_hid.h +++ b/src/xrt/auxiliary/os/os_hid.h @@ -4,7 +4,7 @@ * @file * @brief Wrapper around OS native hid functions. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * * @ingroup aux_os */ diff --git a/src/xrt/auxiliary/os/os_hid_hidraw.c b/src/xrt/auxiliary/os/os_hid_hidraw.c index 56c6e3b3e..40a96a4c1 100644 --- a/src/xrt/auxiliary/os/os_hid_hidraw.c +++ b/src/xrt/auxiliary/os/os_hid_hidraw.c @@ -4,7 +4,7 @@ * @file * @brief Hid implementation based on hidraw. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_os */ diff --git a/src/xrt/auxiliary/os/os_time.h b/src/xrt/auxiliary/os/os_time.h index e38a6b33e..3212c26e0 100644 --- a/src/xrt/auxiliary/os/os_time.h +++ b/src/xrt/auxiliary/os/os_time.h @@ -10,7 +10,7 @@ * * @author Drew DeVault * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * * @ingroup aux_os */ diff --git a/src/xrt/auxiliary/tracking/t_calibration.cpp b/src/xrt/auxiliary/tracking/t_calibration.cpp index cfaf2cb5d..6af8315a7 100644 --- a/src/xrt/auxiliary/tracking/t_calibration.cpp +++ b/src/xrt/auxiliary/tracking/t_calibration.cpp @@ -5,7 +5,7 @@ * @brief Calibration code. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_tracking */ diff --git a/src/xrt/auxiliary/tracking/t_calibration_opencv.hpp b/src/xrt/auxiliary/tracking/t_calibration_opencv.hpp index 16fdc2a3b..c3ba934df 100644 --- a/src/xrt/auxiliary/tracking/t_calibration_opencv.hpp +++ b/src/xrt/auxiliary/tracking/t_calibration_opencv.hpp @@ -5,7 +5,7 @@ * @brief OpenCV calibration helpers. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_tracking */ diff --git a/src/xrt/auxiliary/tracking/t_documentation.h b/src/xrt/auxiliary/tracking/t_documentation.h index 11b872c3d..c2fd4e61d 100644 --- a/src/xrt/auxiliary/tracking/t_documentation.h +++ b/src/xrt/auxiliary/tracking/t_documentation.h @@ -5,7 +5,7 @@ * @brief Documentation-only header. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_tracking */ diff --git a/src/xrt/auxiliary/tracking/t_file.cpp b/src/xrt/auxiliary/tracking/t_file.cpp index af3b4b34d..ed5cdd890 100644 --- a/src/xrt/auxiliary/tracking/t_file.cpp +++ b/src/xrt/auxiliary/tracking/t_file.cpp @@ -5,7 +5,7 @@ * @brief Handling of files and calibration data. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_tracking */ diff --git a/src/xrt/auxiliary/tracking/t_fusion.hpp b/src/xrt/auxiliary/tracking/t_fusion.hpp index ffb9c9e0f..454e45b54 100644 --- a/src/xrt/auxiliary/tracking/t_fusion.hpp +++ b/src/xrt/auxiliary/tracking/t_fusion.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief C++ sensor fusion/filtering code that uses flexkalman - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_tracking */ diff --git a/src/xrt/auxiliary/tracking/t_imu.cpp b/src/xrt/auxiliary/tracking/t_imu.cpp index 1f28b1c28..6ae2b08b0 100644 --- a/src/xrt/auxiliary/tracking/t_imu.cpp +++ b/src/xrt/auxiliary/tracking/t_imu.cpp @@ -4,7 +4,7 @@ * @file * @brief IMU fusion implementation - for inclusion into the single * kalman-incuding translation unit. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_tracking */ // IWYU pragma: no_include "src/Core/MatrixBase.h" diff --git a/src/xrt/auxiliary/tracking/t_imu.h b/src/xrt/auxiliary/tracking/t_imu.h index c1a44eb66..90d1199b9 100644 --- a/src/xrt/auxiliary/tracking/t_imu.h +++ b/src/xrt/auxiliary/tracking/t_imu.h @@ -3,7 +3,7 @@ /*! * @file * @brief C interface to basic IMU fusion. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_tracking */ diff --git a/src/xrt/auxiliary/tracking/t_imu_fusion.hpp b/src/xrt/auxiliary/tracking/t_imu_fusion.hpp index 0f12131e6..7d3ce2ec3 100644 --- a/src/xrt/auxiliary/tracking/t_imu_fusion.hpp +++ b/src/xrt/auxiliary/tracking/t_imu_fusion.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief C++ sensor fusion/filtering code that uses flexkalman - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_tracking */ diff --git a/src/xrt/auxiliary/tracking/t_kalman.cpp b/src/xrt/auxiliary/tracking/t_kalman.cpp index 037cdba46..6cb585f9f 100644 --- a/src/xrt/auxiliary/tracking/t_kalman.cpp +++ b/src/xrt/auxiliary/tracking/t_kalman.cpp @@ -5,7 +5,7 @@ * @brief Single compiled file for all kalman filter using source. * * Centralizes the build cost in one place. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_tracking */ diff --git a/src/xrt/auxiliary/tracking/t_tracker_psmv.cpp b/src/xrt/auxiliary/tracking/t_tracker_psmv.cpp index 1efab3cc5..94d55068b 100644 --- a/src/xrt/auxiliary/tracking/t_tracker_psmv.cpp +++ b/src/xrt/auxiliary/tracking/t_tracker_psmv.cpp @@ -5,7 +5,7 @@ * @brief PS Move tracker code. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_tracking */ diff --git a/src/xrt/auxiliary/tracking/t_tracker_psmv_fusion.cpp b/src/xrt/auxiliary/tracking/t_tracker_psmv_fusion.cpp index f40ae64cf..56ba4688d 100644 --- a/src/xrt/auxiliary/tracking/t_tracker_psmv_fusion.cpp +++ b/src/xrt/auxiliary/tracking/t_tracker_psmv_fusion.cpp @@ -6,7 +6,7 @@ * * Typically built as a part of t_kalman.cpp to reduce incremental build times. * - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Pete Black * @author Jakob Bornecrantz * @ingroup aux_tracking diff --git a/src/xrt/auxiliary/tracking/t_tracker_psmv_fusion.hpp b/src/xrt/auxiliary/tracking/t_tracker_psmv_fusion.hpp index 9e4b606ba..416cc0143 100644 --- a/src/xrt/auxiliary/tracking/t_tracker_psmv_fusion.hpp +++ b/src/xrt/auxiliary/tracking/t_tracker_psmv_fusion.hpp @@ -5,7 +5,7 @@ * @brief PS Move tracker code. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_tracking */ diff --git a/src/xrt/auxiliary/tracking/t_tracking.h b/src/xrt/auxiliary/tracking/t_tracking.h index f8f1d1f26..e1e3a44aa 100644 --- a/src/xrt/auxiliary/tracking/t_tracking.h +++ b/src/xrt/auxiliary/tracking/t_tracking.h @@ -5,7 +5,7 @@ * @brief Tracking API interface. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Moses Turner * @ingroup aux_tracking */ diff --git a/src/xrt/auxiliary/util/u_device.c b/src/xrt/auxiliary/util/u_device.c index 2ae686adc..8c4fd70ea 100644 --- a/src/xrt/auxiliary/util/u_device.c +++ b/src/xrt/auxiliary/util/u_device.c @@ -4,7 +4,7 @@ * @file * @brief Misc helpers for device drivers. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Moses Turner * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_device.h b/src/xrt/auxiliary/util/u_device.h index 7ef44e25b..5dadc14ee 100644 --- a/src/xrt/auxiliary/util/u_device.h +++ b/src/xrt/auxiliary/util/u_device.h @@ -4,7 +4,7 @@ * @file * @brief Misc helpers for device drivers. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Moses Turner * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_file.cpp b/src/xrt/auxiliary/util/u_file.cpp index 3dfac5f51..b4bc3bee5 100644 --- a/src/xrt/auxiliary/util/u_file.cpp +++ b/src/xrt/auxiliary/util/u_file.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Very simple file opening functions, mostly using std::filesystem for portability. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @author Pete Black * @ingroup aux_util diff --git a/src/xrt/auxiliary/util/u_generic_callbacks.hpp b/src/xrt/auxiliary/util/u_generic_callbacks.hpp index d6ed560c5..b2b05568b 100644 --- a/src/xrt/auxiliary/util/u_generic_callbacks.hpp +++ b/src/xrt/auxiliary/util/u_generic_callbacks.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Implementation of a generic callback collection, intended to be wrapped for a specific event type. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_handles.c b/src/xrt/auxiliary/util/u_handles.c index 7c9d56e80..f66df95b5 100644 --- a/src/xrt/auxiliary/util/u_handles.c +++ b/src/xrt/auxiliary/util/u_handles.c @@ -4,7 +4,7 @@ * @file * @brief Implementations of handle functions * - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util * */ diff --git a/src/xrt/auxiliary/util/u_handles.h b/src/xrt/auxiliary/util/u_handles.h index 4b161319d..d3503e216 100644 --- a/src/xrt/auxiliary/util/u_handles.h +++ b/src/xrt/auxiliary/util/u_handles.h @@ -5,7 +5,7 @@ * @brief Functions for dealing generically with various handle types defined * in xrt_handles.h * - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util * */ diff --git a/src/xrt/auxiliary/util/u_id_ringbuffer.cpp b/src/xrt/auxiliary/util/u_id_ringbuffer.cpp index e83a82129..1d5169645 100644 --- a/src/xrt/auxiliary/util/u_id_ringbuffer.cpp +++ b/src/xrt/auxiliary/util/u_id_ringbuffer.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Wrap some ring buffer internals for somewhat generic C usage. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_id_ringbuffer.h b/src/xrt/auxiliary/util/u_id_ringbuffer.h index ed6490339..9b6509558 100644 --- a/src/xrt/auxiliary/util/u_id_ringbuffer.h +++ b/src/xrt/auxiliary/util/u_id_ringbuffer.h @@ -3,7 +3,7 @@ /*! * @file * @brief Ring buffer for things keyed on an ID but otherwise maintained externally, for C usage. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_iterator_base.hpp b/src/xrt/auxiliary/util/u_iterator_base.hpp index 5e6300377..0da423b4b 100644 --- a/src/xrt/auxiliary/util/u_iterator_base.hpp +++ b/src/xrt/auxiliary/util/u_iterator_base.hpp @@ -6,7 +6,7 @@ * * @brief A template class to serve as the base of iterator and const_iterator * types for things with "random access". - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_json.c b/src/xrt/auxiliary/util/u_json.c index d167d7979..fe84d5b02 100644 --- a/src/xrt/auxiliary/util/u_json.c +++ b/src/xrt/auxiliary/util/u_json.c @@ -4,7 +4,7 @@ * @file * @brief Tiny JSON wrapper around cJSON. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_json.h b/src/xrt/auxiliary/util/u_json.h index e7f5ae206..22717ab64 100644 --- a/src/xrt/auxiliary/util/u_json.h +++ b/src/xrt/auxiliary/util/u_json.h @@ -4,7 +4,7 @@ * @file * @brief Tiny JSON wrapper around cJSON header. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_pacing.h b/src/xrt/auxiliary/util/u_pacing.h index 91635ad9e..3a2f3ded6 100644 --- a/src/xrt/auxiliary/util/u_pacing.h +++ b/src/xrt/auxiliary/util/u_pacing.h @@ -4,7 +4,7 @@ * @file * @brief Shared pacing code. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_string_list.cpp b/src/xrt/auxiliary/util/u_string_list.cpp index 84709e847..8ffe37c9a 100644 --- a/src/xrt/auxiliary/util/u_string_list.cpp +++ b/src/xrt/auxiliary/util/u_string_list.cpp @@ -4,7 +4,7 @@ * @file * @brief A collection of strings, like a list of extensions to enable * - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util * */ diff --git a/src/xrt/auxiliary/util/u_string_list.h b/src/xrt/auxiliary/util/u_string_list.h index 9039d0d94..bb1d5b612 100644 --- a/src/xrt/auxiliary/util/u_string_list.h +++ b/src/xrt/auxiliary/util/u_string_list.h @@ -4,7 +4,7 @@ * @file * @brief A collection of strings, like a list of extensions to enable * - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util * */ diff --git a/src/xrt/auxiliary/util/u_string_list.hpp b/src/xrt/auxiliary/util/u_string_list.hpp index 0253dd3d8..8132a6f52 100644 --- a/src/xrt/auxiliary/util/u_string_list.hpp +++ b/src/xrt/auxiliary/util/u_string_list.hpp @@ -4,7 +4,7 @@ * @file * @brief A collection of strings, like a list of extensions to enable * - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util * */ diff --git a/src/xrt/auxiliary/util/u_template_historybuf.hpp b/src/xrt/auxiliary/util/u_template_historybuf.hpp index c263b5e2d..d8fd2e308 100644 --- a/src/xrt/auxiliary/util/u_template_historybuf.hpp +++ b/src/xrt/auxiliary/util/u_template_historybuf.hpp @@ -4,7 +4,7 @@ /*! * @file * @brief Ringbuffer implementation for keeping track of the past state of things - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Moses Turner * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_template_historybuf_const_iterator.inl b/src/xrt/auxiliary/util/u_template_historybuf_const_iterator.inl index e5c010c26..c96151827 100644 --- a/src/xrt/auxiliary/util/u_template_historybuf_const_iterator.inl +++ b/src/xrt/auxiliary/util/u_template_historybuf_const_iterator.inl @@ -4,7 +4,7 @@ /*! * @file * @brief const_iterator details for ring buffer - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util */ #pragma once diff --git a/src/xrt/auxiliary/util/u_template_historybuf_impl_helpers.hpp b/src/xrt/auxiliary/util/u_template_historybuf_impl_helpers.hpp index 1203a284f..6040a57c7 100644 --- a/src/xrt/auxiliary/util/u_template_historybuf_impl_helpers.hpp +++ b/src/xrt/auxiliary/util/u_template_historybuf_impl_helpers.hpp @@ -5,7 +5,7 @@ * @file * @brief All the "element-type-independent" code (helper objects, base classes) for a ringbuffer implementation on top * of a fixed size array - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Moses Turner * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_template_historybuf_iterator.inl b/src/xrt/auxiliary/util/u_template_historybuf_iterator.inl index 972f78792..329c3781f 100644 --- a/src/xrt/auxiliary/util/u_template_historybuf_iterator.inl +++ b/src/xrt/auxiliary/util/u_template_historybuf_iterator.inl @@ -4,7 +4,7 @@ /*! * @file * @brief iterator details for ring buffer - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util */ #pragma once diff --git a/src/xrt/auxiliary/util/u_time.cpp b/src/xrt/auxiliary/util/u_time.cpp index 98456558e..e38bf262d 100644 --- a/src/xrt/auxiliary/util/u_time.cpp +++ b/src/xrt/auxiliary/util/u_time.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Implementation of a steady, convertible clock. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util */ diff --git a/src/xrt/auxiliary/util/u_time.h b/src/xrt/auxiliary/util/u_time.h index 18da5ad5a..c80ee5403 100644 --- a/src/xrt/auxiliary/util/u_time.h +++ b/src/xrt/auxiliary/util/u_time.h @@ -9,7 +9,7 @@ * simpler (like @ref aux_os_time) for most purposes that aren't in OpenXR * interface code. * - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util * * @see time_state diff --git a/src/xrt/auxiliary/util/u_win32_com_guard.cpp b/src/xrt/auxiliary/util/u_win32_com_guard.cpp index c79632368..653427e14 100644 --- a/src/xrt/auxiliary/util/u_win32_com_guard.cpp +++ b/src/xrt/auxiliary/util/u_win32_com_guard.cpp @@ -4,7 +4,7 @@ * @file * @brief An object that serves to keep the reference count of COM initialization greater than 0. * - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util * */ diff --git a/src/xrt/auxiliary/util/u_win32_com_guard.hpp b/src/xrt/auxiliary/util/u_win32_com_guard.hpp index 0ecd8e6a9..f517b046e 100644 --- a/src/xrt/auxiliary/util/u_win32_com_guard.hpp +++ b/src/xrt/auxiliary/util/u_win32_com_guard.hpp @@ -4,7 +4,7 @@ * @file * @brief An object that serves to keep the reference count of COM initialization greater than 0. * - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_util * */ diff --git a/src/xrt/auxiliary/vk/vk_sync_objects.c b/src/xrt/auxiliary/vk/vk_sync_objects.c index cec3bf83d..6e8ef4d98 100644 --- a/src/xrt/auxiliary/vk/vk_sync_objects.c +++ b/src/xrt/auxiliary/vk/vk_sync_objects.c @@ -5,7 +5,7 @@ * @brief Vulkan sync primitives code. * * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup aux_vk */ diff --git a/src/xrt/compositor/client/comp_d3d11_client.cpp b/src/xrt/compositor/client/comp_d3d11_client.cpp index 3bef3825f..ac6b8f04c 100644 --- a/src/xrt/compositor/client/comp_d3d11_client.cpp +++ b/src/xrt/compositor/client/comp_d3d11_client.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief D3D11 client side glue to compositor implementation. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @author Fernando Velazquez Innella * @ingroup comp_client diff --git a/src/xrt/compositor/client/comp_d3d11_client.h b/src/xrt/compositor/client/comp_d3d11_client.h index 1927f34cb..3130964f9 100644 --- a/src/xrt/compositor/client/comp_d3d11_client.h +++ b/src/xrt/compositor/client/comp_d3d11_client.h @@ -3,7 +3,7 @@ /*! * @file * @brief Interface for D3D11 client-side code. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup comp_client */ diff --git a/src/xrt/compositor/client/comp_d3d11_glue.c b/src/xrt/compositor/client/comp_d3d11_glue.c index 1dc467ddb..38c566c60 100644 --- a/src/xrt/compositor/client/comp_d3d11_glue.c +++ b/src/xrt/compositor/client/comp_d3d11_glue.c @@ -4,7 +4,7 @@ * @file * @brief Glue code to D3D11 client side code: expressing requirements and connecting `comp_` APIs to `xrt_gfx_` * interfaces. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup comp_client */ diff --git a/src/xrt/compositor/client/comp_d3d12_client.cpp b/src/xrt/compositor/client/comp_d3d12_client.cpp index 9b34595f0..a6b1d90f4 100644 --- a/src/xrt/compositor/client/comp_d3d12_client.cpp +++ b/src/xrt/compositor/client/comp_d3d12_client.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief D3D12 client side glue to compositor implementation. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @author Fernando Velazquez Innella * @ingroup comp_client diff --git a/src/xrt/compositor/client/comp_d3d12_client.h b/src/xrt/compositor/client/comp_d3d12_client.h index 52fb6ed8f..df19a6860 100644 --- a/src/xrt/compositor/client/comp_d3d12_client.h +++ b/src/xrt/compositor/client/comp_d3d12_client.h @@ -3,7 +3,7 @@ /*! * @file * @brief Interface for D3D12 client-side code. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup comp_client */ diff --git a/src/xrt/compositor/client/comp_d3d12_glue.c b/src/xrt/compositor/client/comp_d3d12_glue.c index 2b951e691..a662fde69 100644 --- a/src/xrt/compositor/client/comp_d3d12_glue.c +++ b/src/xrt/compositor/client/comp_d3d12_glue.c @@ -4,7 +4,7 @@ * @file * @brief Glue code to D3D12 client side code: expressing requirements and connecting `comp_` APIs to `xrt_gfx_` * interfaces. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup comp_client */ diff --git a/src/xrt/compositor/client/comp_d3d_common.cpp b/src/xrt/compositor/client/comp_d3d_common.cpp index eab6904cb..639f8123e 100644 --- a/src/xrt/compositor/client/comp_d3d_common.cpp +++ b/src/xrt/compositor/client/comp_d3d_common.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief D3D12 client side glue to compositor implementation. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup comp_client */ diff --git a/src/xrt/compositor/client/comp_d3d_common.hpp b/src/xrt/compositor/client/comp_d3d_common.hpp index b395785e0..a5541628d 100644 --- a/src/xrt/compositor/client/comp_d3d_common.hpp +++ b/src/xrt/compositor/client/comp_d3d_common.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Functionality common to D3D11 and D3D12 for client side compositor implementation. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @author Fernando Velazquez Innella * @ingroup comp_client diff --git a/src/xrt/compositor/client/comp_gl_eglimage_swapchain.c b/src/xrt/compositor/client/comp_gl_eglimage_swapchain.c index f4a3b702a..a9682a65d 100644 --- a/src/xrt/compositor/client/comp_gl_eglimage_swapchain.c +++ b/src/xrt/compositor/client/comp_gl_eglimage_swapchain.c @@ -4,7 +4,7 @@ * @file * @brief OpenGL client side glue to swapchain implementation - * EGLImageKHR-backed. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup comp_client */ diff --git a/src/xrt/compositor/client/comp_gl_eglimage_swapchain.h b/src/xrt/compositor/client/comp_gl_eglimage_swapchain.h index a20b68be1..eff816baf 100644 --- a/src/xrt/compositor/client/comp_gl_eglimage_swapchain.h +++ b/src/xrt/compositor/client/comp_gl_eglimage_swapchain.h @@ -3,7 +3,7 @@ /*! * @file * @brief OpenGL client side glue using EGLImageKHR - header. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup comp_client */ diff --git a/src/xrt/compositor/client/comp_gl_memobj_swapchain.h b/src/xrt/compositor/client/comp_gl_memobj_swapchain.h index 26017e81b..86e4ece36 100644 --- a/src/xrt/compositor/client/comp_gl_memobj_swapchain.h +++ b/src/xrt/compositor/client/comp_gl_memobj_swapchain.h @@ -3,7 +3,7 @@ /*! * @file * @brief OpenGL client side glue using memory objects - header. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup comp_client */ diff --git a/src/xrt/compositor/client/comp_gl_win32_client.c b/src/xrt/compositor/client/comp_gl_win32_client.c index a2c3598db..e01a0d992 100644 --- a/src/xrt/compositor/client/comp_gl_win32_client.c +++ b/src/xrt/compositor/client/comp_gl_win32_client.c @@ -3,7 +3,7 @@ /*! * @file * @brief Win32 client side glue to compositor implementation. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Milan Jaros * @author Jakob Bornecrantz * @ingroup comp_client diff --git a/src/xrt/compositor/client/comp_gl_win32_client.h b/src/xrt/compositor/client/comp_gl_win32_client.h index 67ae8f1d7..653cf2422 100644 --- a/src/xrt/compositor/client/comp_gl_win32_client.h +++ b/src/xrt/compositor/client/comp_gl_win32_client.h @@ -3,7 +3,7 @@ /*! * @file * @brief OpenGL on Win32 client side glue to compositor header. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup comp_client */ diff --git a/src/xrt/compositor/client/comp_gl_win32_glue.c b/src/xrt/compositor/client/comp_gl_win32_glue.c index 40907e804..0ce83eefa 100644 --- a/src/xrt/compositor/client/comp_gl_win32_glue.c +++ b/src/xrt/compositor/client/comp_gl_win32_glue.c @@ -3,7 +3,7 @@ /*! * @file * @brief Glue code to OpenGL Win32 client side code. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup comp_client */ diff --git a/src/xrt/compositor/main/comp_compositor.c b/src/xrt/compositor/main/comp_compositor.c index 3cb407cc4..17d7f2a44 100644 --- a/src/xrt/compositor/main/comp_compositor.c +++ b/src/xrt/compositor/main/comp_compositor.c @@ -5,7 +5,7 @@ * @brief Main compositor written using Vulkan implementation. * @author Jakob Bornecrantz * @author Lubosz Sarnecki - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Moses Turner * @ingroup comp_main * diff --git a/src/xrt/compositor/main/comp_renderer.c b/src/xrt/compositor/main/comp_renderer.c index 731464721..2a5624bf9 100644 --- a/src/xrt/compositor/main/comp_renderer.c +++ b/src/xrt/compositor/main/comp_renderer.c @@ -5,7 +5,7 @@ * @brief Compositor rendering code. * @author Lubosz Sarnecki * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Moses Turner * @ingroup comp_main */ diff --git a/src/xrt/compositor/main/comp_window_android.c b/src/xrt/compositor/main/comp_window_android.c index ec26a8f09..4730753c3 100644 --- a/src/xrt/compositor/main/comp_window_android.c +++ b/src/xrt/compositor/main/comp_window_android.c @@ -3,7 +3,7 @@ /*! * @file * @brief Android window code. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Lubosz Sarnecki * @author Jakob Bornecrantz * @ingroup comp_main diff --git a/src/xrt/compositor/main/comp_window_mswin.c b/src/xrt/compositor/main/comp_window_mswin.c index 0377f0ab1..180b5b8c2 100644 --- a/src/xrt/compositor/main/comp_window_mswin.c +++ b/src/xrt/compositor/main/comp_window_mswin.c @@ -3,7 +3,7 @@ /*! * @file * @brief Microsoft Windows window code. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Lubosz Sarnecki * @author Jakob Bornecrantz * @ingroup comp_main diff --git a/src/xrt/compositor/mock/mock_compositor.cpp b/src/xrt/compositor/mock/mock_compositor.cpp index 4fde5fd48..b4f7730ab 100644 --- a/src/xrt/compositor/mock/mock_compositor.cpp +++ b/src/xrt/compositor/mock/mock_compositor.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief A mock native compositor to use when testing client compositors. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz */ diff --git a/src/xrt/compositor/mock/mock_compositor.h b/src/xrt/compositor/mock/mock_compositor.h index dbb148f51..d3ed6e23b 100644 --- a/src/xrt/compositor/mock/mock_compositor.h +++ b/src/xrt/compositor/mock/mock_compositor.h @@ -3,7 +3,7 @@ /*! * @file * @brief A mock native compositor to use when testing client compositors. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz */ diff --git a/src/xrt/compositor/null/null_compositor.c b/src/xrt/compositor/null/null_compositor.c index f7bc30550..f5ba32814 100644 --- a/src/xrt/compositor/null/null_compositor.c +++ b/src/xrt/compositor/null/null_compositor.c @@ -8,7 +8,7 @@ * * @author Jakob Bornecrantz * @author Lubosz Sarnecki - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup comp_null */ diff --git a/src/xrt/compositor/null/null_compositor.h b/src/xrt/compositor/null/null_compositor.h index 2b9dcfd57..eea1f785b 100644 --- a/src/xrt/compositor/null/null_compositor.h +++ b/src/xrt/compositor/null/null_compositor.h @@ -8,7 +8,7 @@ * * @author Jakob Bornecrantz * @author Lubosz Sarnecki - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup comp_null */ diff --git a/src/xrt/compositor/util/comp_vulkan.c b/src/xrt/compositor/util/comp_vulkan.c index f90943cc0..c4b938619 100644 --- a/src/xrt/compositor/util/comp_vulkan.c +++ b/src/xrt/compositor/util/comp_vulkan.c @@ -6,7 +6,7 @@ * * @author Jakob Bornecrantz * @author Lubosz Sarnecki - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup comp_util */ diff --git a/src/xrt/drivers/hdk/hdk_device.cpp b/src/xrt/drivers/hdk/hdk_device.cpp index 2fa4f9351..9c7558056 100644 --- a/src/xrt/drivers/hdk/hdk_device.cpp +++ b/src/xrt/drivers/hdk/hdk_device.cpp @@ -9,7 +9,7 @@ * Based in part on the corresponding VRPN driver, * available under BSL-1.0. * - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Kevin M. Godby * @ingroup drv_hdk */ diff --git a/src/xrt/drivers/hdk/hdk_device.h b/src/xrt/drivers/hdk/hdk_device.h index 02d254115..37a6652f2 100644 --- a/src/xrt/drivers/hdk/hdk_device.h +++ b/src/xrt/drivers/hdk/hdk_device.h @@ -4,7 +4,7 @@ * @file * @brief Interface to direct OSVR HDK driver code. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup drv_hdk */ diff --git a/src/xrt/drivers/hdk/hdk_interface.h b/src/xrt/drivers/hdk/hdk_interface.h index 17f1a45bc..9a83c8eec 100644 --- a/src/xrt/drivers/hdk/hdk_interface.h +++ b/src/xrt/drivers/hdk/hdk_interface.h @@ -4,7 +4,7 @@ * @file * @brief Interface to direct OSVR HDK driver code. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup drv_hdk */ diff --git a/src/xrt/drivers/hdk/hdk_prober.c b/src/xrt/drivers/hdk/hdk_prober.c index fad743b60..05e4d3282 100644 --- a/src/xrt/drivers/hdk/hdk_prober.c +++ b/src/xrt/drivers/hdk/hdk_prober.c @@ -4,7 +4,7 @@ * @file * @brief OSVR HDK prober code. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup drv_hdk */ diff --git a/src/xrt/drivers/hydra/hydra_driver.c b/src/xrt/drivers/hydra/hydra_driver.c index a135f25d4..5fbfa6419 100644 --- a/src/xrt/drivers/hydra/hydra_driver.c +++ b/src/xrt/drivers/hydra/hydra_driver.c @@ -4,11 +4,11 @@ /*! * @file * @brief Razer Hydra prober and driver code - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * * Portions based on the VRPN Razer Hydra driver, - * originally written by Ryan Pavlik and available under the BSL-1.0. + * originally written by Rylie Pavlik and available under the BSL-1.0. */ diff --git a/src/xrt/drivers/hydra/hydra_interface.h b/src/xrt/drivers/hydra/hydra_interface.h index fa43ce7b2..78f54463a 100644 --- a/src/xrt/drivers/hydra/hydra_interface.h +++ b/src/xrt/drivers/hydra/hydra_interface.h @@ -3,7 +3,7 @@ /*! * @file * @brief Interface to @ref drv_hydra - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup drv_hydra */ diff --git a/src/xrt/drivers/psmv/psmv_driver.c b/src/xrt/drivers/psmv/psmv_driver.c index f7f9cd332..e970cd071 100644 --- a/src/xrt/drivers/psmv/psmv_driver.c +++ b/src/xrt/drivers/psmv/psmv_driver.c @@ -4,7 +4,7 @@ * @file * @brief PlayStation Move motion controller prober and driver code. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup drv_psmv */ diff --git a/src/xrt/drivers/psvr/psvr_prober.c b/src/xrt/drivers/psvr/psvr_prober.c index 1246cc81b..18760ee3b 100644 --- a/src/xrt/drivers/psvr/psvr_prober.c +++ b/src/xrt/drivers/psvr/psvr_prober.c @@ -4,7 +4,7 @@ * @file * @brief PSVR prober code. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup drv_psvr */ diff --git a/src/xrt/drivers/rokid/rokid_interface.h b/src/xrt/drivers/rokid/rokid_interface.h index a1b76cae1..e30fe05d1 100644 --- a/src/xrt/drivers/rokid/rokid_interface.h +++ b/src/xrt/drivers/rokid/rokid_interface.h @@ -4,7 +4,7 @@ * @file * @brief Interface to rokid driver. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup drv_rokid */ diff --git a/src/xrt/drivers/sample/sample_hmd.c b/src/xrt/drivers/sample/sample_hmd.c index 7271915ff..8dd859da8 100644 --- a/src/xrt/drivers/sample/sample_hmd.c +++ b/src/xrt/drivers/sample/sample_hmd.c @@ -8,7 +8,7 @@ * Based largely on simulated_hmd.c * * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup drv_sample */ diff --git a/src/xrt/drivers/sample/sample_interface.h b/src/xrt/drivers/sample/sample_interface.h index cc024a182..084b185ad 100644 --- a/src/xrt/drivers/sample/sample_interface.h +++ b/src/xrt/drivers/sample/sample_interface.h @@ -4,7 +4,7 @@ * @file * @brief Interface to sample driver. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup drv_sample */ diff --git a/src/xrt/drivers/vive/vive_controller.c b/src/xrt/drivers/vive/vive_controller.c index 1317adeb1..5ff08cfe4 100644 --- a/src/xrt/drivers/vive/vive_controller.c +++ b/src/xrt/drivers/vive/vive_controller.c @@ -6,11 +6,11 @@ * @brief Vive Controller prober and driver code * @author Christoph Haag * @author Lubosz Sarnecki - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * * Portions based on the VRPN Razer Hydra driver, - * originally written by Ryan Pavlik and available under the BSL-1.0. + * originally written by Rylie Pavlik and available under the BSL-1.0. */ #include "xrt/xrt_defines.h" diff --git a/src/xrt/drivers/vive/vive_controller.h b/src/xrt/drivers/vive/vive_controller.h index bc11b352d..a3464ae86 100644 --- a/src/xrt/drivers/vive/vive_controller.h +++ b/src/xrt/drivers/vive/vive_controller.h @@ -4,7 +4,7 @@ * @file * @brief Interface to @ref drv_vive * @author Christoph Haag - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup drv_vive */ diff --git a/src/xrt/include/xrt/xrt_compositor.h b/src/xrt/include/xrt/xrt_compositor.h index bb2d8de8e..8c25a9dcc 100644 --- a/src/xrt/include/xrt/xrt_compositor.h +++ b/src/xrt/include/xrt/xrt_compositor.h @@ -5,7 +5,7 @@ * @brief Header declaring XRT graphics interfaces. * @author Jakob Bornecrantz * @author Lubosz Sarnecki - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Christoph Haag * @author Korcan Hussein * @ingroup xrt_iface diff --git a/src/xrt/include/xrt/xrt_config_android.h.cmake_in b/src/xrt/include/xrt/xrt_config_android.h.cmake_in index 03289df5a..56b16b3b7 100644 --- a/src/xrt/include/xrt/xrt_config_android.h.cmake_in +++ b/src/xrt/include/xrt/xrt_config_android.h.cmake_in @@ -3,7 +3,7 @@ /*! * @file * @brief Android defines. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup xrt_iface */ diff --git a/src/xrt/include/xrt/xrt_deleters.hpp b/src/xrt/include/xrt/xrt_deleters.hpp index 322b4cb78..74483b894 100644 --- a/src/xrt/include/xrt/xrt_deleters.hpp +++ b/src/xrt/include/xrt/xrt_deleters.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Generic unique_ptr deleters for Monado types - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup xrt_iface */ diff --git a/src/xrt/include/xrt/xrt_device.hpp b/src/xrt/include/xrt/xrt_device.hpp index d36b6f431..12e6e777b 100644 --- a/src/xrt/include/xrt/xrt_device.hpp +++ b/src/xrt/include/xrt/xrt_device.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief C++ helpers for xrt_device - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup xrt_iface */ diff --git a/src/xrt/include/xrt/xrt_frameserver.h b/src/xrt/include/xrt/xrt_frameserver.h index 16c4a3bc7..ef354f6df 100644 --- a/src/xrt/include/xrt/xrt_frameserver.h +++ b/src/xrt/include/xrt/xrt_frameserver.h @@ -4,7 +4,7 @@ * @file * @brief Frameserver interface for video drivers. * @author Pete Black - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup xrt_iface */ diff --git a/src/xrt/include/xrt/xrt_gfx_d3d11.h b/src/xrt/include/xrt/xrt_gfx_d3d11.h index b1de01bf2..e2706f5be 100644 --- a/src/xrt/include/xrt/xrt_gfx_d3d11.h +++ b/src/xrt/include/xrt/xrt_gfx_d3d11.h @@ -3,7 +3,7 @@ /*! * @file * @brief Header defining a D3D11 graphics interface - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup xrt_iface */ diff --git a/src/xrt/include/xrt/xrt_gfx_d3d12.h b/src/xrt/include/xrt/xrt_gfx_d3d12.h index 39f29073c..d59106b79 100644 --- a/src/xrt/include/xrt/xrt_gfx_d3d12.h +++ b/src/xrt/include/xrt/xrt_gfx_d3d12.h @@ -3,7 +3,7 @@ /*! * @file * @brief Header defining a D3D12 graphics interface - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup xrt_iface */ diff --git a/src/xrt/include/xrt/xrt_gfx_win32.h b/src/xrt/include/xrt/xrt_gfx_win32.h index a4205e3a1..f3c6f1a83 100644 --- a/src/xrt/include/xrt/xrt_gfx_win32.h +++ b/src/xrt/include/xrt/xrt_gfx_win32.h @@ -3,7 +3,7 @@ /*! * @file * @brief Header defining a XRT graphics provider. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup xrt_iface */ diff --git a/src/xrt/include/xrt/xrt_handles.h b/src/xrt/include/xrt/xrt_handles.h index 4d8c91c2b..4b1f46772 100644 --- a/src/xrt/include/xrt/xrt_handles.h +++ b/src/xrt/include/xrt/xrt_handles.h @@ -3,7 +3,7 @@ /*! * @file * @brief Native handle types. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup xrt_iface */ diff --git a/src/xrt/include/xrt/xrt_vulkan_includes.h b/src/xrt/include/xrt/xrt_vulkan_includes.h index 2ee560905..34b204e23 100644 --- a/src/xrt/include/xrt/xrt_vulkan_includes.h +++ b/src/xrt/include/xrt/xrt_vulkan_includes.h @@ -4,7 +4,7 @@ * @file * @brief Include all of the Vulkan headers in one place, and cope with any "messy" includes implied by it. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup xrt_iface */ diff --git a/src/xrt/include/xrt/xrt_windows.h b/src/xrt/include/xrt/xrt_windows.h index d755f4d99..145a97f4a 100644 --- a/src/xrt/include/xrt/xrt_windows.h +++ b/src/xrt/include/xrt/xrt_windows.h @@ -3,7 +3,7 @@ /*! * @file * @brief A minimal way to include Windows.h. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup xrt_iface */ diff --git a/src/xrt/ipc/android/ipc_client_android.cpp b/src/xrt/ipc/android/ipc_client_android.cpp index 453a14f12..679f9b5d9 100644 --- a/src/xrt/ipc/android/ipc_client_android.cpp +++ b/src/xrt/ipc/android/ipc_client_android.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Implementation exposing Android-specific IPC client code to C. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_android */ diff --git a/src/xrt/ipc/android/ipc_client_android.h b/src/xrt/ipc/android/ipc_client_android.h index 428b17aa4..625f2af71 100644 --- a/src/xrt/ipc/android/ipc_client_android.h +++ b/src/xrt/ipc/android/ipc_client_android.h @@ -3,7 +3,7 @@ /*! * @file * @brief Header exposing Android-specific IPC client code to C. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_android */ diff --git a/src/xrt/ipc/android/org.freedesktop.monado.ipc.cpp b/src/xrt/ipc/android/org.freedesktop.monado.ipc.cpp index 9c8e3d5a5..b89db3f05 100644 --- a/src/xrt/ipc/android/org.freedesktop.monado.ipc.cpp +++ b/src/xrt/ipc/android/org.freedesktop.monado.ipc.cpp @@ -4,7 +4,7 @@ * @file * @brief Out-of-line implementations for partially-generated wrapper for the * `org.freedesktop.monado.ipc` Java package. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_android */ diff --git a/src/xrt/ipc/android/org.freedesktop.monado.ipc.hpp b/src/xrt/ipc/android/org.freedesktop.monado.ipc.hpp index e2ca7e265..00c2fd572 100644 --- a/src/xrt/ipc/android/org.freedesktop.monado.ipc.hpp +++ b/src/xrt/ipc/android/org.freedesktop.monado.ipc.hpp @@ -4,7 +4,7 @@ * @file * @brief Partially-generated wrapper for the * `org.freedesktop.monado.ipc` Java package. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_android */ diff --git a/src/xrt/ipc/android/org.freedesktop.monado.ipc.impl.hpp b/src/xrt/ipc/android/org.freedesktop.monado.ipc.impl.hpp index dd2c8178a..de8a7d9c7 100644 --- a/src/xrt/ipc/android/org.freedesktop.monado.ipc.impl.hpp +++ b/src/xrt/ipc/android/org.freedesktop.monado.ipc.impl.hpp @@ -4,7 +4,7 @@ * @file * @brief Inline implementations for partially-generated wrapper for the * `org.freedesktop.monado.ipc` Java package - do not include on its own! - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_android */ diff --git a/src/xrt/ipc/android/src/main/aidl/org/freedesktop/monado/ipc/IMonado.aidl b/src/xrt/ipc/android/src/main/aidl/org/freedesktop/monado/ipc/IMonado.aidl index 4b5496053..82c590f7b 100644 --- a/src/xrt/ipc/android/src/main/aidl/org/freedesktop/monado/ipc/IMonado.aidl +++ b/src/xrt/ipc/android/src/main/aidl/org/freedesktop/monado/ipc/IMonado.aidl @@ -3,7 +3,7 @@ /*! * @file * @brief Interface to bootstrap the Monado IPC connection. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_android */ diff --git a/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/Client.java b/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/Client.java index 7e976e0e6..584cedbc4 100644 --- a/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/Client.java +++ b/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/Client.java @@ -3,7 +3,7 @@ /*! * @file * @brief Implementation of the Monado AIDL server - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_android */ diff --git a/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/MonadoImpl.java b/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/MonadoImpl.java index 881726a30..f96c0eeb9 100644 --- a/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/MonadoImpl.java +++ b/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/MonadoImpl.java @@ -3,7 +3,7 @@ /*! * @file * @brief Implementation of the Monado AIDL server - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_android */ diff --git a/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/MonadoService.kt b/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/MonadoService.kt index 757c681c7..36ac621d5 100644 --- a/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/MonadoService.kt +++ b/src/xrt/ipc/android/src/main/java/org/freedesktop/monado/ipc/MonadoService.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Service implementation for exposing IMonado. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_android */ package org.freedesktop.monado.ipc diff --git a/src/xrt/ipc/client/ipc_client_connection.c b/src/xrt/ipc/client/ipc_client_connection.c index d6ccf9b6f..0f974e7b7 100644 --- a/src/xrt/ipc/client/ipc_client_connection.c +++ b/src/xrt/ipc/client/ipc_client_connection.c @@ -4,7 +4,7 @@ * @file * @brief Just the client connection setup/teardown bits. * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_client */ diff --git a/src/xrt/ipc/client/ipc_client_connection.h b/src/xrt/ipc/client/ipc_client_connection.h index 5dc9c6c59..248cc636e 100644 --- a/src/xrt/ipc/client/ipc_client_connection.h +++ b/src/xrt/ipc/client/ipc_client_connection.h @@ -5,7 +5,7 @@ * @brief More-internal client side code. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_client */ diff --git a/src/xrt/ipc/server/ipc_server.h b/src/xrt/ipc/server/ipc_server.h index c68bfdc0d..854f6cf87 100644 --- a/src/xrt/ipc/server/ipc_server.h +++ b/src/xrt/ipc/server/ipc_server.h @@ -5,7 +5,7 @@ * @brief Common server side code. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_server */ diff --git a/src/xrt/ipc/server/ipc_server_interface.h b/src/xrt/ipc/server/ipc_server_interface.h index 7f24ab78c..345519e7c 100644 --- a/src/xrt/ipc/server/ipc_server_interface.h +++ b/src/xrt/ipc/server/ipc_server_interface.h @@ -5,7 +5,7 @@ * @brief Interface for IPC server code. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_server */ diff --git a/src/xrt/ipc/server/ipc_server_mainloop_android.c b/src/xrt/ipc/server/ipc_server_mainloop_android.c index ce08cc3d1..47743d3bb 100644 --- a/src/xrt/ipc/server/ipc_server_mainloop_android.c +++ b/src/xrt/ipc/server/ipc_server_mainloop_android.c @@ -3,7 +3,7 @@ /*! * @file * @brief Server mainloop details on Android. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Pete Black * @author Jakob Bornecrantz * @ingroup ipc_server diff --git a/src/xrt/ipc/server/ipc_server_mainloop_android.h b/src/xrt/ipc/server/ipc_server_mainloop_android.h index c920d89ad..acb2d3d87 100644 --- a/src/xrt/ipc/server/ipc_server_mainloop_android.h +++ b/src/xrt/ipc/server/ipc_server_mainloop_android.h @@ -3,7 +3,7 @@ /*! * @file * @brief Additional server entry points needed for Android. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_server */ diff --git a/src/xrt/ipc/server/ipc_server_mainloop_linux.c b/src/xrt/ipc/server/ipc_server_mainloop_linux.c index e3ef01c59..729f258c9 100644 --- a/src/xrt/ipc/server/ipc_server_mainloop_linux.c +++ b/src/xrt/ipc/server/ipc_server_mainloop_linux.c @@ -5,7 +5,7 @@ * @brief Server mainloop details on Linux. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_server */ diff --git a/src/xrt/ipc/server/ipc_server_mainloop_windows.cpp b/src/xrt/ipc/server/ipc_server_mainloop_windows.cpp index 25a44f420..27e7659b0 100644 --- a/src/xrt/ipc/server/ipc_server_mainloop_windows.cpp +++ b/src/xrt/ipc/server/ipc_server_mainloop_windows.cpp @@ -5,7 +5,7 @@ * @file * @brief Server mainloop details on Windows. * @author Julian Petrov - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup ipc_server */ diff --git a/src/xrt/ipc/server/ipc_server_process.c b/src/xrt/ipc/server/ipc_server_process.c index ffba26d19..cf12152e0 100644 --- a/src/xrt/ipc/server/ipc_server_process.c +++ b/src/xrt/ipc/server/ipc_server_process.c @@ -5,7 +5,7 @@ * @brief Server process functions. * @author Pete Black * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_server */ diff --git a/src/xrt/ipc/shared/ipc_message_channel.h b/src/xrt/ipc/shared/ipc_message_channel.h index 2da911653..6ece46049 100644 --- a/src/xrt/ipc/shared/ipc_message_channel.h +++ b/src/xrt/ipc/shared/ipc_message_channel.h @@ -3,7 +3,7 @@ /*! * @file * @brief IPC message channel functions. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_shared */ diff --git a/src/xrt/ipc/shared/ipc_message_channel_unix.c b/src/xrt/ipc/shared/ipc_message_channel_unix.c index 7d172bd67..b7a4824ee 100644 --- a/src/xrt/ipc/shared/ipc_message_channel_unix.c +++ b/src/xrt/ipc/shared/ipc_message_channel_unix.c @@ -3,7 +3,7 @@ /*! * @file * @brief IPC message channel functions for UNIX platforms. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Pete Black * @author Jakob Bornecrantz * @ingroup ipc_shared diff --git a/src/xrt/ipc/shared/ipc_message_channel_windows.cpp b/src/xrt/ipc/shared/ipc_message_channel_windows.cpp index b14c98949..2c5262abf 100644 --- a/src/xrt/ipc/shared/ipc_message_channel_windows.cpp +++ b/src/xrt/ipc/shared/ipc_message_channel_windows.cpp @@ -5,7 +5,7 @@ * @file * @brief IPC message channel functions for Windows. * @author Julian Petrov - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Pete Black * @author Jakob Bornecrantz * @ingroup ipc_shared diff --git a/src/xrt/ipc/shared/ipc_shmem.c b/src/xrt/ipc/shared/ipc_shmem.c index 5778d6150..2c0abf16f 100644 --- a/src/xrt/ipc/shared/ipc_shmem.c +++ b/src/xrt/ipc/shared/ipc_shmem.c @@ -3,7 +3,7 @@ /*! * @file * @brief IPC shared memory helpers - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Pete Black * @author Jakob Bornecrantz * @ingroup ipc_shared diff --git a/src/xrt/ipc/shared/ipc_shmem.h b/src/xrt/ipc/shared/ipc_shmem.h index 92372dc2f..0ede24c98 100644 --- a/src/xrt/ipc/shared/ipc_shmem.h +++ b/src/xrt/ipc/shared/ipc_shmem.h @@ -3,7 +3,7 @@ /*! * @file * @brief Shared memory helpers - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_shared */ diff --git a/src/xrt/state_trackers/oxr/oxr_api_negotiate.c b/src/xrt/state_trackers/oxr/oxr_api_negotiate.c index 9a4643669..5e3a7518e 100644 --- a/src/xrt/state_trackers/oxr/oxr_api_negotiate.c +++ b/src/xrt/state_trackers/oxr/oxr_api_negotiate.c @@ -3,7 +3,7 @@ /*! * @file * @brief File for negotiating with the loader. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup oxr_api */ diff --git a/src/xrt/state_trackers/oxr/oxr_chain.h b/src/xrt/state_trackers/oxr/oxr_chain.h index 33ceec053..f5adbfc35 100644 --- a/src/xrt/state_trackers/oxr/oxr_chain.h +++ b/src/xrt/state_trackers/oxr/oxr_chain.h @@ -3,7 +3,7 @@ /*! * @file * @brief Utilities for accessing members in an OpenXR structure chain. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #pragma once diff --git a/src/xrt/state_trackers/oxr/oxr_d3d.cpp b/src/xrt/state_trackers/oxr/oxr_d3d.cpp index ff38e9d8a..1a32d1f52 100644 --- a/src/xrt/state_trackers/oxr/oxr_d3d.cpp +++ b/src/xrt/state_trackers/oxr/oxr_d3d.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief D3D 11 and 12 shared routines - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup oxr_main */ diff --git a/src/xrt/state_trackers/oxr/oxr_d3d11.cpp b/src/xrt/state_trackers/oxr/oxr_d3d11.cpp index 18d175a68..9a0537c41 100644 --- a/src/xrt/state_trackers/oxr/oxr_d3d11.cpp +++ b/src/xrt/state_trackers/oxr/oxr_d3d11.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Holds D3D11 related functions that didn't fit somewhere else. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup oxr_main */ diff --git a/src/xrt/state_trackers/oxr/oxr_d3d12.cpp b/src/xrt/state_trackers/oxr/oxr_d3d12.cpp index d1dcafcce..0e52f4678 100644 --- a/src/xrt/state_trackers/oxr/oxr_d3d12.cpp +++ b/src/xrt/state_trackers/oxr/oxr_d3d12.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Holds D3D12 related functions that didn't fit somewhere else. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup oxr_main */ diff --git a/src/xrt/state_trackers/oxr/oxr_extension_support.h b/src/xrt/state_trackers/oxr/oxr_extension_support.h index 31ef7042a..704cda116 100644 --- a/src/xrt/state_trackers/oxr/oxr_extension_support.h +++ b/src/xrt/state_trackers/oxr/oxr_extension_support.h @@ -11,7 +11,7 @@ * then run clang-format on this file. Two entire chunks of this file get * replaced by that script: comments indicate where they are. * - * @author Ryan Pavlik + * @author Rylie Pavlik */ #pragma once diff --git a/src/xrt/state_trackers/oxr/oxr_handle.h b/src/xrt/state_trackers/oxr/oxr_handle.h index db3218286..4ba890359 100644 --- a/src/xrt/state_trackers/oxr/oxr_handle.h +++ b/src/xrt/state_trackers/oxr/oxr_handle.h @@ -4,7 +4,7 @@ * @file * @brief Contains handle-related functions and defines only required in a few * locations. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup oxr_main */ diff --git a/src/xrt/state_trackers/oxr/oxr_handle_base.c b/src/xrt/state_trackers/oxr/oxr_handle_base.c index 72c66f67d..ac11d60d5 100644 --- a/src/xrt/state_trackers/oxr/oxr_handle_base.c +++ b/src/xrt/state_trackers/oxr/oxr_handle_base.c @@ -3,7 +3,7 @@ /*! * @file * @brief Implementation - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include "oxr_handle.h" diff --git a/src/xrt/state_trackers/oxr/oxr_input_transform.c b/src/xrt/state_trackers/oxr/oxr_input_transform.c index 5a6b77622..4f2ff84dc 100644 --- a/src/xrt/state_trackers/oxr/oxr_input_transform.c +++ b/src/xrt/state_trackers/oxr/oxr_input_transform.c @@ -3,7 +3,7 @@ /*! * @file * @brief Handles transformation/filtering of input data. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup oxr_input_transform */ diff --git a/src/xrt/state_trackers/oxr/oxr_input_transform.h b/src/xrt/state_trackers/oxr/oxr_input_transform.h index f661d32c1..5455e9232 100644 --- a/src/xrt/state_trackers/oxr/oxr_input_transform.h +++ b/src/xrt/state_trackers/oxr/oxr_input_transform.h @@ -4,7 +4,7 @@ * @file * @brief Defines ways of performing (possibly multi-step) conversions of input * data. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup oxr_input_transform */ diff --git a/src/xrt/state_trackers/oxr/oxr_messenger.c b/src/xrt/state_trackers/oxr/oxr_messenger.c index 433b0d371..a300d1f96 100644 --- a/src/xrt/state_trackers/oxr/oxr_messenger.c +++ b/src/xrt/state_trackers/oxr/oxr_messenger.c @@ -3,7 +3,7 @@ /*! * @file * @brief Holds debug utils/messenger related functions. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup oxr_main */ diff --git a/src/xrt/state_trackers/oxr/oxr_session_gfx_d3d11.c b/src/xrt/state_trackers/oxr/oxr_session_gfx_d3d11.c index 0b070a901..148a365e3 100644 --- a/src/xrt/state_trackers/oxr/oxr_session_gfx_d3d11.c +++ b/src/xrt/state_trackers/oxr/oxr_session_gfx_d3d11.c @@ -3,7 +3,7 @@ /*! * @file * @brief Holds D3D11 specific session functions. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup oxr_main * @ingroup comp_client diff --git a/src/xrt/state_trackers/oxr/oxr_session_gfx_d3d12.c b/src/xrt/state_trackers/oxr/oxr_session_gfx_d3d12.c index d3b043bcd..e329dbc66 100644 --- a/src/xrt/state_trackers/oxr/oxr_session_gfx_d3d12.c +++ b/src/xrt/state_trackers/oxr/oxr_session_gfx_d3d12.c @@ -3,7 +3,7 @@ /*! * @file * @brief Holds D3D12 specific session functions. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup oxr_main * @ingroup comp_client diff --git a/src/xrt/state_trackers/oxr/oxr_session_gfx_gl_win32.c b/src/xrt/state_trackers/oxr/oxr_session_gfx_gl_win32.c index 6e83bf79e..23208fd5b 100644 --- a/src/xrt/state_trackers/oxr/oxr_session_gfx_gl_win32.c +++ b/src/xrt/state_trackers/oxr/oxr_session_gfx_gl_win32.c @@ -4,7 +4,7 @@ * @file * @brief Holds OpenGL-specific session functions for Windows * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup oxr_main * @ingroup comp_client */ diff --git a/src/xrt/state_trackers/oxr/oxr_session_gfx_gles_android.c b/src/xrt/state_trackers/oxr/oxr_session_gfx_gles_android.c index 32e612313..67c86b31d 100644 --- a/src/xrt/state_trackers/oxr/oxr_session_gfx_gles_android.c +++ b/src/xrt/state_trackers/oxr/oxr_session_gfx_gles_android.c @@ -3,7 +3,7 @@ /*! * @file * @brief Holds OpenGLES-specific session functions. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Drew DeVault * @author Simon Ser * @ingroup oxr_main diff --git a/src/xrt/state_trackers/oxr/oxr_subaction.h b/src/xrt/state_trackers/oxr/oxr_subaction.h index 1cb090db7..36aabad48 100644 --- a/src/xrt/state_trackers/oxr/oxr_subaction.h +++ b/src/xrt/state_trackers/oxr/oxr_subaction.h @@ -3,7 +3,7 @@ /*! * @file * @brief Provides a utility macro for dealing with subaction paths - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup oxr_input */ diff --git a/src/xrt/state_trackers/oxr/oxr_swapchain_d3d11.c b/src/xrt/state_trackers/oxr/oxr_swapchain_d3d11.c index 522e5ea67..18e631037 100644 --- a/src/xrt/state_trackers/oxr/oxr_swapchain_d3d11.c +++ b/src/xrt/state_trackers/oxr/oxr_swapchain_d3d11.c @@ -3,7 +3,7 @@ /*! * @file * @brief Holds D3D11 swapchain related functions. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup oxr_main * @ingroup comp_client diff --git a/src/xrt/state_trackers/oxr/oxr_swapchain_d3d12.c b/src/xrt/state_trackers/oxr/oxr_swapchain_d3d12.c index 8bb969f2e..79349cc57 100644 --- a/src/xrt/state_trackers/oxr/oxr_swapchain_d3d12.c +++ b/src/xrt/state_trackers/oxr/oxr_swapchain_d3d12.c @@ -3,7 +3,7 @@ /*! * @file * @brief Holds D3D12 swapchain related functions. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup oxr_main * @ingroup comp_client diff --git a/src/xrt/state_trackers/oxr/oxr_two_call.h b/src/xrt/state_trackers/oxr/oxr_two_call.h index 19bfc0937..05fa7880f 100644 --- a/src/xrt/state_trackers/oxr/oxr_two_call.h +++ b/src/xrt/state_trackers/oxr/oxr_two_call.h @@ -3,7 +3,7 @@ /*! * @file * @brief Two call helper functions. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup oxr_main */ diff --git a/src/xrt/state_trackers/oxr/oxr_verify.c b/src/xrt/state_trackers/oxr/oxr_verify.c index 6983919df..907db17e9 100644 --- a/src/xrt/state_trackers/oxr/oxr_verify.c +++ b/src/xrt/state_trackers/oxr/oxr_verify.c @@ -3,7 +3,7 @@ /*! * @file * @brief File for verifying app input into api functions. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Jakob Bornecrantz * @ingroup oxr_main * @ingroup oxr_api diff --git a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/AboutActivity.java b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/AboutActivity.java index 9a442f56c..1388b1f8e 100644 --- a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/AboutActivity.java +++ b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/AboutActivity.java @@ -3,7 +3,7 @@ /*! * @file * @brief Simple main activity for Android. - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.android_common; diff --git a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/MonadoVrListener.kt b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/MonadoVrListener.kt index ec7d0cd02..6f09a0440 100644 --- a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/MonadoVrListener.kt +++ b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/MonadoVrListener.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Implementation of VrListenerService. - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.android_common diff --git a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/NoticeFragmentProvider.kt b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/NoticeFragmentProvider.kt index 6f5b1df9a..7c392d3d9 100644 --- a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/NoticeFragmentProvider.kt +++ b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/NoticeFragmentProvider.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Interface for target-specific . - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.android_common diff --git a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/RuntimeService.kt b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/RuntimeService.kt index c018517a4..e5a9d0500 100644 --- a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/RuntimeService.kt +++ b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/RuntimeService.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Simple service for Android to just expose metadata. - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.android_common diff --git a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/ServiceNotificationImpl.kt b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/ServiceNotificationImpl.kt index 47c5ee06e..8fe1c8a9f 100644 --- a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/ServiceNotificationImpl.kt +++ b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/ServiceNotificationImpl.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Implementation of service notification. - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.android_common diff --git a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/ShutdownProcess.kt b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/ShutdownProcess.kt index 5073b9307..b290e94fc 100644 --- a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/ShutdownProcess.kt +++ b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/ShutdownProcess.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Helper providing a shutdown button in the about activity. - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.android_common diff --git a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/VrModeStatus.java b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/VrModeStatus.java index 4ac127f50..b63d062ff 100644 --- a/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/VrModeStatus.java +++ b/src/xrt/targets/android_common/src/main/java/org/freedesktop/monado/android_common/VrModeStatus.java @@ -3,7 +3,7 @@ /*! * @file * @brief Fragment to display the VR Mode status and actions. - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.android_common; diff --git a/src/xrt/targets/libmonado/example.c b/src/xrt/targets/libmonado/example.c index 37d4ec557..69c43f01c 100644 --- a/src/xrt/targets/libmonado/example.c +++ b/src/xrt/targets/libmonado/example.c @@ -3,7 +3,7 @@ /*! * @file * @brief Small cli application to demonstrate use of libmonado. - * @author Ryan Pavlik + * @author Rylie Pavlik * @author Pete Black */ diff --git a/src/xrt/targets/libmonado/monado.c b/src/xrt/targets/libmonado/monado.c index 9750215b0..e3888d253 100644 --- a/src/xrt/targets/libmonado/monado.c +++ b/src/xrt/targets/libmonado/monado.c @@ -5,7 +5,7 @@ * @brief Implementation of libmonado * @author Jakob Bornecrantz * @author Pete Black - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include "monado.h" diff --git a/src/xrt/targets/libmonado/monado.h b/src/xrt/targets/libmonado/monado.h index 7b98c79e5..43234e6ff 100644 --- a/src/xrt/targets/libmonado/monado.h +++ b/src/xrt/targets/libmonado/monado.h @@ -4,7 +4,7 @@ * @file * @brief Interface of libmonado * @author Jakob Bornecrantz - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include diff --git a/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/AboutLibrariesNoticeFragmentProvider.kt b/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/AboutLibrariesNoticeFragmentProvider.kt index 19a3658bf..c9e323183 100644 --- a/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/AboutLibrariesNoticeFragmentProvider.kt +++ b/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/AboutLibrariesNoticeFragmentProvider.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Provides a "Notice" fragment using AboutLibraries. - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.openxr_runtime diff --git a/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrAndroidModule.kt b/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrAndroidModule.kt index db8bf9e10..26b8f76fb 100644 --- a/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrAndroidModule.kt +++ b/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrAndroidModule.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Module that binds all the dependencies we inject with Hilt. - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.openxr_runtime diff --git a/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrApplication.java b/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrApplication.java index 96a0731c6..4f1da2460 100644 --- a/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrApplication.java +++ b/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrApplication.java @@ -3,7 +3,7 @@ /*! * @file * @brief Simple Application subclass. - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.openxr_runtime; diff --git a/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrBrandingUiProvider.kt b/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrBrandingUiProvider.kt index b07361e54..6fa03d7d2 100644 --- a/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrBrandingUiProvider.kt +++ b/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrBrandingUiProvider.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Simple implementation of NameAndLogoProvider. - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.openxr_runtime diff --git a/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrUiProvider.kt b/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrUiProvider.kt index c047504e3..46d87f89d 100644 --- a/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrUiProvider.kt +++ b/src/xrt/targets/openxr_android/src/main/java/org/freedesktop/monado/openxr_runtime/MonadoOpenXrUiProvider.kt @@ -3,7 +3,7 @@ /*! * @file * @brief Simple implementation of UiProvider. - * @author Ryan Pavlik + * @author Rylie Pavlik */ package org.freedesktop.monado.openxr_runtime diff --git a/src/xrt/targets/openxr_android/src/main/res/raw/ic_notif_xr_letters_custom.svg b/src/xrt/targets/openxr_android/src/main/res/raw/ic_notif_xr_letters_custom.svg index b4403051a..9023e4463 100644 --- a/src/xrt/targets/openxr_android/src/main/res/raw/ic_notif_xr_letters_custom.svg +++ b/src/xrt/targets/openxr_android/src/main/res/raw/ic_notif_xr_letters_custom.svg @@ -85,7 +85,7 @@ SPDX-License-Identifier: BSL-1.0 - Ryan Pavlik <ryan.pavlik@collabora.com> + Rylie Pavlik <rylie.pavlik@collabora.com> diff --git a/src/xrt/targets/openxr_android/src/main/res/values/library_jnipp_strings.xml b/src/xrt/targets/openxr_android/src/main/res/values/library_jnipp_strings.xml index 8bafd27db..c64cd14b8 100644 --- a/src/xrt/targets/openxr_android/src/main/res/values/library_jnipp_strings.xml +++ b/src/xrt/targets/openxr_android/src/main/res/values/library_jnipp_strings.xml @@ -5,7 +5,7 @@ SPDX-License-Identifier: BSL-1.0 --> type - Mitchell Dowd, Ryan Pavlik + Mitchell Dowd, Rylie Pavlik https://github.com/rpavlik/jnipp JNIPP C++ wrapper for the Java Native Interface diff --git a/src/xrt/targets/sdl_test/sdl_compositor.c b/src/xrt/targets/sdl_test/sdl_compositor.c index c783a77a3..a49d6b927 100644 --- a/src/xrt/targets/sdl_test/sdl_compositor.c +++ b/src/xrt/targets/sdl_test/sdl_compositor.c @@ -8,7 +8,7 @@ * * @author Jakob Bornecrantz * @author Lubosz Sarnecki - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup sdl_test */ diff --git a/src/xrt/targets/service-lib/service_target.cpp b/src/xrt/targets/service-lib/service_target.cpp index 3f271dd91..45877803d 100644 --- a/src/xrt/targets/service-lib/service_target.cpp +++ b/src/xrt/targets/service-lib/service_target.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Library exposing IPC server. - * @author Ryan Pavlik + * @author Rylie Pavlik * @ingroup ipc_android */ diff --git a/src/xrt/tracking/hand/mercury/kine_common.hpp b/src/xrt/tracking/hand/mercury/kine_common.hpp index b341052b8..1ba85e450 100644 --- a/src/xrt/tracking/hand/mercury/kine_common.hpp +++ b/src/xrt/tracking/hand/mercury/kine_common.hpp @@ -39,7 +39,7 @@ struct one_curl }; // Inputs to kinematic optimizers -//!@todo Ask Ryan if adding `= {}` only does something if we do one_frame_one_view bla = {}. +//!@todo Ask Rylie if adding `= {}` only does something if we do one_frame_one_view bla = {}. struct one_frame_one_view { bool active = true; diff --git a/tests/aux_d3d_dxgi_formats.hpp b/tests/aux_d3d_dxgi_formats.hpp index 58266f9c7..3fb76d48d 100644 --- a/tests/aux_d3d_dxgi_formats.hpp +++ b/tests/aux_d3d_dxgi_formats.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief DXGI formats shared between D3D11 and D3D12 tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #pragma once diff --git a/tests/tests_aux_d3d_d3d11.cpp b/tests/tests_aux_d3d_d3d11.cpp index 791e16583..93b794891 100644 --- a/tests/tests_aux_d3d_d3d11.cpp +++ b/tests/tests_aux_d3d_d3d11.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Direct3D 11 tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include "aux_d3d_dxgi_formats.hpp" diff --git a/tests/tests_comp_client_d3d11.cpp b/tests/tests_comp_client_d3d11.cpp index f29f3ae6c..ff555a84a 100644 --- a/tests/tests_comp_client_d3d11.cpp +++ b/tests/tests_comp_client_d3d11.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Direct3D 11 tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ diff --git a/tests/tests_comp_client_d3d12.cpp b/tests/tests_comp_client_d3d12.cpp index 05afd4949..a5b3c05a3 100644 --- a/tests/tests_comp_client_d3d12.cpp +++ b/tests/tests_comp_client_d3d12.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Direct3D 12 tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ diff --git a/tests/tests_comp_client_opengl.cpp b/tests/tests_comp_client_opengl.cpp index 9cc754405..72bdc294d 100644 --- a/tests/tests_comp_client_opengl.cpp +++ b/tests/tests_comp_client_opengl.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief OpenGL tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ diff --git a/tests/tests_comp_client_vulkan.cpp b/tests/tests_comp_client_vulkan.cpp index 281eb77f3..b51cc2f3e 100644 --- a/tests/tests_comp_client_vulkan.cpp +++ b/tests/tests_comp_client_vulkan.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Basic Vulkan compositor tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ diff --git a/tests/tests_cxx_wrappers.cpp b/tests/tests_cxx_wrappers.cpp index 6951c85d2..34532c906 100644 --- a/tests/tests_cxx_wrappers.cpp +++ b/tests/tests_cxx_wrappers.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Miscellanous C++ wrapper tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include diff --git a/tests/tests_generic_callbacks.cpp b/tests/tests_generic_callbacks.cpp index 38841d454..aff3fe4e7 100644 --- a/tests/tests_generic_callbacks.cpp +++ b/tests/tests_generic_callbacks.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Generic callback collection tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include "catch/catch.hpp" diff --git a/tests/tests_history_buf.cpp b/tests/tests_history_buf.cpp index e94811e6b..fb33712a0 100644 --- a/tests/tests_history_buf.cpp +++ b/tests/tests_history_buf.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief HistoryBuffer collection tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include diff --git a/tests/tests_id_ringbuffer.cpp b/tests/tests_id_ringbuffer.cpp index 8571451f3..2bce7ee5f 100644 --- a/tests/tests_id_ringbuffer.cpp +++ b/tests/tests_id_ringbuffer.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief u_id_ringbuffer collection tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include diff --git a/tests/tests_input_transform.cpp b/tests/tests_input_transform.cpp index 70aede2d3..4c714adc4 100644 --- a/tests/tests_input_transform.cpp +++ b/tests/tests_input_transform.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Input transform tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include "math/m_mathinclude.h" diff --git a/tests/tests_levenbergmarquardt.cpp b/tests/tests_levenbergmarquardt.cpp index 0d65c0616..6cff26bcc 100644 --- a/tests/tests_levenbergmarquardt.cpp +++ b/tests/tests_levenbergmarquardt.cpp @@ -4,7 +4,7 @@ * @file * @brief Test for Levenberg-Marquardt kinematic optimizer * @author Moses Turner - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include "util/u_logging.h" #include "xrt/xrt_defines.h" diff --git a/tests/tests_lowpass_float.cpp b/tests/tests_lowpass_float.cpp index 534ffe55b..131f3f555 100644 --- a/tests/tests_lowpass_float.cpp +++ b/tests/tests_lowpass_float.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Scalar float low pass filter tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include diff --git a/tests/tests_lowpass_integer.cpp b/tests/tests_lowpass_integer.cpp index 1978f2c24..a456d423f 100644 --- a/tests/tests_lowpass_integer.cpp +++ b/tests/tests_lowpass_integer.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Integer low pass filter tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include diff --git a/tests/tests_main.cpp b/tests/tests_main.cpp index fbf3aa52e..a7d02319c 100644 --- a/tests/tests_main.cpp +++ b/tests/tests_main.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Translation unit to build Catch2 main. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #define CATCH_CONFIG_MAIN diff --git a/tests/tests_pacing.cpp b/tests/tests_pacing.cpp index 2bbc137b4..5d666ff77 100644 --- a/tests/tests_pacing.cpp +++ b/tests/tests_pacing.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Frame pacing tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include diff --git a/tests/tests_rational.cpp b/tests/tests_rational.cpp index dc10ea6a8..128cbda0d 100644 --- a/tests/tests_rational.cpp +++ b/tests/tests_rational.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Integer low pass filter tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include diff --git a/tests/tests_worker.cpp b/tests/tests_worker.cpp index be03398e3..daff1dcb5 100644 --- a/tests/tests_worker.cpp +++ b/tests/tests_worker.cpp @@ -3,7 +3,7 @@ /*! * @file * @brief Thread pool tests. - * @author Ryan Pavlik + * @author Rylie Pavlik */ #include diff --git a/tests/time_utils.hpp b/tests/time_utils.hpp index eb8e1bfef..6a8b8e6e8 100644 --- a/tests/time_utils.hpp +++ b/tests/time_utils.hpp @@ -3,7 +3,7 @@ /*! * @file * @brief Utilities for tests involving time points and durations - * @author Ryan Pavlik + * @author Rylie Pavlik */ #pragma once diff --git a/tests/vktest_init_bundle.hpp b/tests/vktest_init_bundle.hpp index 03676f297..8710e3171 100644 --- a/tests/vktest_init_bundle.hpp +++ b/tests/vktest_init_bundle.hpp @@ -6,7 +6,7 @@ * * @author Jakob Bornecrantz * @author Lubosz Sarnecki - * @author Ryan Pavlik + * @author Rylie Pavlik */ #pragma once