Set Android 11 (SDK 30) as minimum
Add instructions to create local.properties file
Migrate shape_android and RobotDemo to Gradle/Android Studio
Add shell.nix
Android Shape: Fix possible memory leaks
Android Shape: Add locks for synchronization of the receive callback and GUI draw threads
Merge branch 'shape_android_features' of https://github.com/Vajnar/orte
Android Shape: Add support for multitouch gestures
Compile shapes demo with meson
SHAPE: Fix undefined behavior resulting in strange lock-ups
Merge branch 'shape_qt_fixes' of https://github.com/Vajnar/orte
Test meson build with Travis CI
meson build: Properly handle generation of orte_config.h
Add Meson buildsystem support
travis: Install uncrustify via a package
RTEMS: disable use of CLOCK_MONOTONIC for RTEMS.
JORTE: initialize string_pointer variable to ma...
Merge branch 'master' of https://github.com/Vaj...
JORTE: document hack that 'bypasses' erratic bu...
JORTE: coding style fixes
JORTE: move common stuff to getString() function
JORTE: add static asserts on values of platform...
Java: rewrite receive callback
JORTE: make helper buffer static
travis-ci: We need newer uncrustify
travis-ci: Install uncrustify
Create .travis.yml
Android: update API levels for building
Merge branch 'shape_fixes' of https://github.co...
Announce video demo
shape_android: do not enforce ByteOrder
shape_android: Stop publishing fresh topics on ...
shape_android: fix freezes on app restart
Merge branch 'shape_fixes' of https://github.co...
SHAPE: Fix typo
Fix linker error on recent MinGW
Use CLOCK_MONOTONIC rather than CLOCK_REALTIME
Add orte_config.h for RTEMS
Update uncrustify script to be usable in git-fi...
Build with last Android SDK works with aapt wor...
Add relationship diagram of ORTE data structures
Update README for shape_android
Make 'shape4a' compatible with 'shape'.
Files which should be omitted.
Simplified approach to write application.
Fix scaling.
Initial commit of shape4a v1.0 - shape for andr...
Refresh project properties
Cosmetic modification.
README added to shape_android.
Use proper types, change messages to Little End...
Wake lock added (prevent device from sleep).
Change uncrustify configuration according to di...
Don't have a comment between return type and fu...
Reformat the sources with orte/uncrustify script
Add configuration for uncrustify
Fix deinitialization in an error path
Fix missing references to clock_gettime for OMK...
Mention other repositories
Mention Github issues directly
Update introduction and links/descriptions of t...
One more update of introduction
Announce buildbot
Mention issue submission on GitHub
Various autoconf updates and fixes
Simplify check target in Makefile.git
Fix check-java Makefile target to work with old...
Remove useless condition
RTEMS: QEMU provides ETHERNET HW address so the...
RTEMS: alternative example network configuratio...
RTEMS: use DHCP network configuartion for shell...
Fix missing references to clock_gettime for OMK...
Use CLOCK_MONOTONIC rather than CLOCK_REALTIME
Fix deinitialization in an error path
RoboDruid: improve handling of short taps
RoboDruid: organize classes into packages
RoboDruid: make release build
JORTE: fix bug in subscriber callback
ROBOT_DEMO: reduce WifiLocks usage
RoboDruid: toggle Hokuyo output and speed contr...
Function ReleaseStringUTFChars() needs jstring ...
RoboDruid: use Toasts for short messages
Document gAVL, linked list and queue declaration
Add missing FREE()
Document gAVL declaration
RTEMS: actual RTEMS git sources do not provide ...
RTEMS: allocate space for POSIX keys which are ...
Update versioning of shared libraries
Initial version of Debian packaging
orte-idl: Fix possible security problem
Revert "Compile shared library by default"
Compile shared library by default