[neon/backports-focal/iio-sensor-proxy/Neon/unstable] /: New upstream version 2.8
Mike Gabriel
null at kde.org
Fri Oct 9 07:46:07 BST 2020
Git commit 54f1c37e5c9dfd830686cd7bf6137132e95f5edd by Mike Gabriel.
Committed on 08/11/2019 at 09:27.
Pushed by bshah into tag 'Neon/unstable'.
New upstream version 2.8
A +54 -0 Makefile.decl
M +9 -6 Makefile.in
M +31 -0 NEWS
M +12 -29 README
M +12 -29 README.md
M +86 -103 aclocal.m4
M +4 -4 build-aux/compile
M +325 -315 build-aux/config.guess
M +1243 -1289 build-aux/config.sub
M +4 -4 build-aux/depcomp
M +31 -14 build-aux/install-sh
M +7 -7 build-aux/missing
M +662 -107 configure
M +1 -1 configure.ac
M +8 -5 data/Makefile.in
M +1 -1 data/iio-sensor-proxy.service.in
M +30 -5 docs/Makefile.in
M +2 -2 docs/html/gdbus-net.hadess.SensorProxy.Compass.html
M +2 -2 docs/html/gdbus-net.hadess.SensorProxy.html
M +3 -3 docs/html/index.html
M +17 -17 docs/html/ix01.html
M +3 -677 docs/html/license.html
M +2 -2 docs/html/ref-dbus.html
M +4 -0 docs/html/style.css
D +0 -0 docs/iio-sensor-proxy.types
M +22 -0 gtk-doc.make
M +5 -26 m4/ax_append_compile_flags.m4
M +5 -26 m4/ax_append_flag.m4
M +5 -26 m4/ax_append_link_flags.m4
M +5 -26 m4/ax_check_compile_flag.m4
M +5 -26 m4/ax_check_link_flag.m4
M +28 -7 m4/ax_compiler_flags_cflags.m4
M +21 -2 m4/ax_compiler_flags_ldflags.m4
M +26 -1 m4/gtk-doc.m4
M +16 -1 src/Makefile.am
M +262 -52 src/Makefile.in
A +57 -0 src/accel-location.c [License: GPL (v3)]
A +21 -0 src/accel-location.h [License: GPL (v3)]
M +45 -0 src/accel-mount-matrix.c
M +3 -0 src/accel-mount-matrix.h
M +9 -1 src/drivers.h
M +2 -2 src/drv-fake-compass.c
M +7 -7 src/drv-fake-light.c
M +3 -3 src/drv-hwmon-light.c
M +3 -8 src/drv-iio-buffer-accel.c
M +1 -3 src/drv-iio-buffer-light.c
M +5 -9 src/drv-iio-poll-accel.c
M +4 -1 src/drv-iio-poll-light.c
M +3 -10 src/drv-input-accel.c
M +2 -2 src/fake-input-accelerometer.c
M +131 -86 src/iio-buffer-utils.c
M +1 -0 src/iio-buffer-utils.h
M +807 -802 src/iio-sensor-proxy-resources.c
M +42 -21 src/monitor-sensor.c
M +15 -11 src/orientation.c
A +46 -0 src/test-accel-location.c [License: GPL (v3)]
M +9 -3 src/test-mount-matrix.c
M +21 -8 src/test-orientation-gtk.c
M +54 -5 src/test-orientation.c
https://invent.kde.org/neon/backports-focal/iio-sensor-proxy/commit/54f1c37e5c9dfd830686cd7bf6137132e95f5edd
More information about the Neon-commits
mailing list