Gradle upgrade to version 4.10.2.
- Adding google to repository list in buildscript.gradle.
- Using ChannelBuffers for int8[] data; fixing testInt8List.
- Adding action generation implementation.
- Add tests for byte arrays.
- Add tests for incomplete initialization and string arrays.
- Add tests for fixed sized arrays of floats.
- Add Bazel build for message_generation.
- Minor fixes.
- Contributors: Arne, Ernesto Corbellini, Juan Ignacio Ubeira, Rodrigo Queiro
- Bumping message_generation version to kinetic range in CatkinPlugin script for generating new message artifacts properly.
- Contributors: Juan Ignacio Ubeira, Julian Cerruti
- Switch Gradle target for rosjava libraries to publish
- Switch from Maven Central to jcenter
- Gradle 2.2.1 -> 2.14.1
- Android SDK Build Tools 21.1.2 -> 25.0.2
- Contributors: Daniel Stonier, Julian Cerruti
- Updates for Kinetic release.
- minor bugfixes and improvements.
- java source compatibility for java 1.6 -> 1.7
- centralised buildscript for java packages.
- add eclipse and idea plugins for easy ide support.
- Add support of UTF-8!
- update to the latest gradle plugin.
- single interface generator for genjava.
- Fix SSL connection errors with Java 1.7.
- Contributors: Damon Kohler, Daniel Stonier, Mickael Gaillard, talregev
- Android gradle plugin 0.9.+->0.11.+ (studio 0.6)
- Android sdk build tools 19.0.3 -> 19.1 (studio 0.6)
- Contributors: Daniel Stonier
- Trim maven repository list and backup with maven central.
- Contributors: Daniel Stonier
- gradle 1.11, buildTools 19.0.3, gradle android plugin 0.9.+
- remove unused debugging variables
- Contributors: Daniel Stonier
- set default maven repo if variable is empty and bugfix dynamic property warnings.
- Contributors: Daniel Stonier
- android plugin 0.6.1 -> 0.7.1
- message generation now has a single api for official and unofficial releases
- message generation api smart enough to work out internal or external dependencies
- fix dependency problems on non xxx_msg packages - i.e. check for build_depends on message_generation
- stop unofficial message generation accidentally picking up older versions of packages.
- fix unofficial message package internal/external dependency configuration.
- fix single artifact message generation when there is dependencies.
- catkin tree generator now takes latest versions only.
- utilise ROS_MAVEN_REPOSITORY
- bugfix upgrade version numbers for rosgraph_test_msgs.
- gradle 1.7->1.8 and android_tools->18.1.1
- avoid using .+ ranged dependencies as it breaks the repo
- use maven-publish plugin for publishing rosjava packages.
- centralise last code snippets from android build.gradle's.
- disabling osgi.
- maven deployment path -> maven deployment repository.
- bugfix install location.
- depend on message generation 0.1.+
- use package.xml version.
- run_depends for the build tools.
- added excludes to the ros android plugin.
- ros android plugin added
- gradle wrapper -> 1.7
- message artifact creation bugfixes.
- several plugins for sharing of ros gradle logic
- message generation code brought in from rosjava_core