profile/ivi/automotive-message-broker.git
10 years agoMerge remote-tracking branch 'upstream/master' into memleaks
Marek Timko [Fri, 29 Nov 2013 15:31:38 +0000 (16:31 +0100)]
Merge remote-tracking branch 'upstream/master' into memleaks

10 years agofixed up some types in environmentproperties
Kevron Rees [Tue, 26 Nov 2013 18:48:55 +0000 (10:48 -0800)]
fixed up some types in environmentproperties

10 years agoMerge branch 'memleaks' of github.com:timkoma/automotive-message-broker into memleaks
Marek Timko [Mon, 25 Nov 2013 09:06:18 +0000 (10:06 +0100)]
Merge branch 'memleaks' of github.com:timkoma/automotive-message-broker into memleaks

10 years agoMemory leaks fixed
Marek Timko [Fri, 22 Nov 2013 11:53:05 +0000 (12:53 +0100)]
Memory leaks fixed

^CSignal caught. Exiting gracefully.

==29365==
==29365== HEAP SUMMARY:
==29365==     in use at exit: 308,954 bytes in 1,226 blocks
==29365==   total heap usage: 321,177 allocs, 319,951 frees, 11,599,206 bytes allocated
==29365==
==29365== LEAK SUMMARY:
==29365==    definitely lost: 0 bytes in 0 blocks
==29365==    indirectly lost: 0 bytes in 0 blocks
==29365==      possibly lost: 133,147 bytes in 328 blocks
==29365==    still: reachable: 175,807 bytes in 898 blocks
==29365==         suppressed: 0 bytes in 0 blocks
==29365== Reachable blocks (those to which a pointer was found) are not shown.
==29365== To see them, rerun with: --leak-check=full --show-reachable=yes
==29365==
==29365== For counts of detected and suppressed errors, rerun with: -v
==29365== ERROR SUMMARY: 191 errors from 191 contexts (suppressed: 2 from 2)

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agofixed gpstime in gpsnmea plugin
Kevron Rees [Sat, 23 Nov 2013 17:04:10 +0000 (09:04 -0800)]
fixed gpstime in gpsnmea plugin

10 years agoadded sample smack manifest example
Kevron Rees [Fri, 22 Nov 2013 17:00:43 +0000 (09:00 -0800)]
added sample smack manifest example

Change-Id: Ic4f2c13220a81e0340ba98b85058694e98d10de9

10 years agoMemory leaks fixed
Marek Timko [Fri, 22 Nov 2013 11:53:05 +0000 (12:53 +0100)]
Memory leaks fixed

^CSignal caught. Exiting gracefully.

==29365==
==29365== HEAP SUMMARY:
==29365==     in use at exit: 308,954 bytes in 1,226 blocks
==29365==   total heap usage: 321,177 allocs, 319,951 frees, 11,599,206 bytes allocated
==29365==
==29365== LEAK SUMMARY:
==29365==    definitely lost: 0 bytes in 0 blocks
==29365==    indirectly lost: 0 bytes in 0 blocks
==29365==      possibly lost: 133,147 bytes in 328 blocks
==29365==    still: reachable: 175,807 bytes in 898 blocks
==29365==         suppressed: 0 bytes in 0 blocks
==29365== Reachable blocks (those to which a pointer was found) are not shown.
==29365== To see them, rerun with: --leak-check=full --show-reachable=yes
==29365==
==29365== For counts of detected and suppressed errors, rerun with: -v
==29365== ERROR SUMMARY: 191 errors from 191 contexts (suppressed: 2 from 2)

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agoupdated release notes with some of the API changes
Kevron Rees [Fri, 22 Nov 2013 01:23:25 +0000 (17:23 -0800)]
updated release notes with some of the API changes

10 years agoupdated idl docs removed some lingering TODOs
Kevron Rees [Fri, 22 Nov 2013 01:10:49 +0000 (17:10 -0800)]
updated idl docs removed some lingering TODOs

10 years agomoved Defrost to WindowStatus object. made both zoned types instead of maps 0.10.804
Kevron Rees [Thu, 21 Nov 2013 23:57:38 +0000 (15:57 -0800)]
moved Defrost to WindowStatus object.  made both zoned types instead of maps

10 years agoadded tizen specific systemd config
Kevron Rees [Thu, 21 Nov 2013 22:51:18 +0000 (14:51 -0800)]
added tizen specific systemd config

Change-Id: I984f6371e7355ba9ed3468b7d616065bdbbf716e

10 years agoa bit of output cleanup
Kevron Rees [Thu, 21 Nov 2013 22:30:37 +0000 (14:30 -0800)]
a bit of output cleanup

10 years agoreturn string instead of char* for signature()
Kevron Rees [Thu, 21 Nov 2013 22:18:28 +0000 (14:18 -0800)]
return string instead of char* for signature()

10 years agoadded obdlink can plugin
Kevron Rees [Thu, 21 Nov 2013 22:00:32 +0000 (14:00 -0800)]
added obdlink can plugin

10 years agofixed handling of partial messages from gps device. fixed warnings and errors in...
Kevron Rees [Thu, 21 Nov 2013 19:20:39 +0000 (11:20 -0800)]
fixed handling of partial messages from gps device.  fixed warnings and errors in gps nmea plugin

10 years agoTIVI-1465 Update websocket plugin and protocol to handle zones and sources
Marek Timko [Mon, 11 Nov 2013 12:20:10 +0000 (13:20 +0100)]
TIVI-1465 Update websocket plugin and protocol to handle zones and sources

Websocket plugin with zone support
MapPropertyType::fromString fixed

Change-Id: I4993e015a31d91a4ac3bfda45ca41d5a2e9485a3
Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agocleaned up obd2 code a bit. optimized searching for valid pid returns
Kevron Rees [Tue, 12 Nov 2013 00:14:48 +0000 (16:14 -0800)]
cleaned up obd2 code a bit.  optimized searching for valid pid returns

10 years agofixed toString fromString for bool Property types
Kevron Rees [Mon, 11 Nov 2013 17:58:52 +0000 (09:58 -0800)]
fixed toString fromString for bool Property types

10 years agostubbed in threading using boost::future
Kevron Rees [Mon, 11 Nov 2013 17:58:27 +0000 (09:58 -0800)]
stubbed in threading using boost::future

10 years agoversion bump 0.10.803 0.10.803
Kevron Rees [Fri, 8 Nov 2013 22:54:23 +0000 (14:54 -0800)]
version bump 0.10.803

10 years agoadded debug output for dbus property and method calls
Kevron Rees [Fri, 8 Nov 2013 22:53:45 +0000 (14:53 -0800)]
added debug output for dbus property and method calls

10 years agofixed missing symbol in websocket source plugin
Kevron Rees [Fri, 8 Nov 2013 19:55:55 +0000 (11:55 -0800)]
fixed missing symbol in websocket source plugin

10 years agoset uses zone filter properly. updated example to include setProperty example
Kevron Rees [Thu, 7 Nov 2013 23:55:15 +0000 (15:55 -0800)]
set uses zone filter properly. updated example to include setProperty example

10 years agofixed vehicle power mode property
Kevron Rees [Tue, 5 Nov 2013 00:05:51 +0000 (16:05 -0800)]
fixed vehicle power mode property

10 years agoget signature string directly from the gvariant type itself
Kevron Rees [Tue, 5 Nov 2013 16:36:57 +0000 (08:36 -0800)]
get signature string directly from the gvariant type itself

10 years agofixed typo in RainSensor interface
Kevron Rees [Tue, 5 Nov 2013 00:04:01 +0000 (16:04 -0800)]
fixed typo in RainSensor interface

10 years agoversion bump 0.10.802 0.10.802
Kevron Rees [Mon, 4 Nov 2013 23:05:02 +0000 (15:05 -0800)]
version bump 0.10.802

10 years agofixed some obd2 related issues. the plugin needs some love
Kevron Rees [Mon, 4 Nov 2013 19:48:35 +0000 (11:48 -0800)]
fixed some obd2 related issues.  the plugin needs some love

10 years agoMerge branch 'master' of https://github.com/otcshare/automotive-message-broker 0.10.801
Kevron Rees [Mon, 4 Nov 2013 17:41:16 +0000 (09:41 -0800)]
Merge branch 'master' of https://github.com/otcshare/automotive-message-broker

10 years agoadded rear to window::location
Kevron Rees [Mon, 4 Nov 2013 17:40:58 +0000 (09:40 -0800)]
added rear to window::location

10 years agofixed issue where sources with no zones do not get exported to dbus
Kevron Rees [Fri, 1 Nov 2013 18:37:13 +0000 (11:37 -0700)]
fixed issue where sources with no zones do not get exported to dbus

10 years agofixed merge issues
Kevron Rees [Thu, 31 Oct 2013 18:16:32 +0000 (11:16 -0700)]
fixed merge issues

10 years agoadded conditional g_type_init call for older versions of glib
Kevron Rees [Thu, 31 Oct 2013 16:44:29 +0000 (09:44 -0700)]
added conditional g_type_init call for older versions of glib

10 years agoremoved websocket plugin from default config
Kevron Rees [Thu, 31 Oct 2013 15:31:22 +0000 (08:31 -0700)]
removed websocket plugin from default config

10 years agofixed crasher with databaseconfig and several other issues regarding memory in dbus...
Kevron Rees [Thu, 31 Oct 2013 01:02:44 +0000 (18:02 -0700)]
fixed crasher with databaseconfig and several other issues regarding memory in dbus and database plugins

10 years agoMerge branch 'master' of github.com:otcshare/automotive-message-broker
Kevron Rees [Wed, 30 Oct 2013 21:10:02 +0000 (14:10 -0700)]
Merge branch 'master' of github.com:otcshare/automotive-message-broker

10 years agoadded a few more zone options. made zones a class. change propertyChanged signature...
Kevron Rees [Sun, 27 Oct 2013 00:11:47 +0000 (17:11 -0700)]
added a few more zone options. made zones a class.  change propertyChanged signature and removed old function

10 years agofixed case in manager doc
Kevron Rees [Fri, 25 Oct 2013 09:05:03 +0000 (02:05 -0700)]
fixed case in manager doc

10 years agoadded comments
Kevron Rees [Thu, 24 Oct 2013 04:32:33 +0000 (21:32 -0700)]
added comments

10 years agoadded some todo's
Kevron Rees [Mon, 21 Oct 2013 20:59:03 +0000 (13:59 -0700)]
added some todo's

10 years agoadded more documentation for VehicleProperty 0.10.800
Kevron Rees [Mon, 14 Oct 2013 18:35:24 +0000 (11:35 -0700)]
added more documentation for VehicleProperty

10 years agozone is not a tuple
Kevron Rees [Mon, 14 Oct 2013 17:49:51 +0000 (10:49 -0700)]
zone is not a tuple

10 years agoadded doxygen doc generation option
Kevron Rees [Fri, 11 Oct 2013 22:40:19 +0000 (15:40 -0700)]
added doxygen doc generation option

10 years agoadded driving mode and documented it and night mode in idl
Kevron Rees [Mon, 7 Oct 2013 19:11:47 +0000 (12:11 -0700)]
added driving mode and documented it and night mode in idl

10 years agoadded a bunch of documentation to plugin related headers
Kevron Rees [Fri, 11 Oct 2013 16:23:37 +0000 (09:23 -0700)]
added a bunch of documentation to plugin related headers

10 years agoMerge branch 'master' of https://github.com/otcshare/automotive-message-broker
Kevron Rees [Tue, 8 Oct 2013 02:20:49 +0000 (19:20 -0700)]
Merge branch 'master' of https://github.com/otcshare/automotive-message-broker

10 years agoMerge branch 'master' of github.com:otcshare/automotive-message-broker
Kevron Rees [Wed, 2 Oct 2013 22:26:25 +0000 (15:26 -0700)]
Merge branch 'master' of github.com:otcshare/automotive-message-broker

10 years agoadded packaging dir with various init scripts and configs for different distros
Kevron Rees [Wed, 2 Oct 2013 22:25:49 +0000 (15:25 -0700)]
added packaging dir with various init scripts and configs for different distros

10 years agoUpdate README
Kevron Rees [Wed, 2 Oct 2013 21:53:32 +0000 (14:53 -0700)]
Update README

10 years agoUpdate README
Kevron Rees [Wed, 2 Oct 2013 21:42:19 +0000 (14:42 -0700)]
Update README

10 years agoError if ambd is run as root
Kevron Rees [Wed, 2 Oct 2013 17:39:47 +0000 (10:39 -0700)]
Error if ambd is run as root

10 years agofixed errors and warnings in example sink/dbus configuration
Kevron Rees [Tue, 1 Oct 2013 22:29:26 +0000 (15:29 -0700)]
fixed errors and warnings in example sink/dbus configuration

10 years agoadded project_quality define.
Kevron Rees [Tue, 1 Oct 2013 17:52:41 +0000 (10:52 -0700)]
added project_quality define.

10 years agoadded options to throw on warnings or errors and cleaned up help option output
Kevron Rees [Mon, 30 Sep 2013 18:36:36 +0000 (11:36 -0700)]
added options to throw on warnings or errors and cleaned up help option output

10 years agoMerge branch 'master' of https://github.com/otcshare/automotive-message-broker
Kevron Rees [Mon, 30 Sep 2013 16:20:26 +0000 (09:20 -0700)]
Merge branch 'master' of https://github.com/otcshare/automotive-message-broker

10 years agoonly increment on the press, not the release
Kevron Rees [Fri, 27 Sep 2013 20:52:39 +0000 (13:52 -0700)]
only increment on the press, not the release

10 years agodon't increase gear beyond a max gear
Kevron Rees [Wed, 25 Sep 2013 20:15:18 +0000 (13:15 -0700)]
don't increase gear beyond a max gear

10 years agofixed merge errors
Kevron Rees [Wed, 25 Sep 2013 15:24:43 +0000 (08:24 -0700)]
fixed merge errors

10 years agoproperly initialize regId
Kevron Rees [Tue, 17 Sep 2013 23:48:41 +0000 (16:48 -0700)]
properly initialize regId

10 years agomake bluemonkey a source
Kevron Rees [Mon, 16 Sep 2013 22:40:00 +0000 (15:40 -0700)]
make bluemonkey a source

10 years agoupdated release for 0.11
Kevron Rees [Fri, 13 Sep 2013 17:16:53 +0000 (10:16 -0700)]
updated release for 0.11

10 years agochanged signature for agent timeout
Kevron Rees [Tue, 10 Sep 2013 18:36:17 +0000 (11:36 -0700)]
changed signature for agent timeout

10 years agofixed some compiler errors. disabled qscript agent
Kevron Rees [Thu, 12 Sep 2013 15:14:32 +0000 (08:14 -0700)]
fixed some compiler errors.  disabled qscript agent

10 years agochanged time and sequence types from struct (*) to *
Kevron Rees [Tue, 10 Sep 2013 17:52:08 +0000 (10:52 -0700)]
changed time and sequence types from struct (*) to *

10 years agosome bluemonkey tweaks
Kevron Rees [Tue, 10 Sep 2013 17:40:27 +0000 (10:40 -0700)]
some bluemonkey tweaks

10 years agorearranged bluemonkey's eval timeout
Kevron Rees [Mon, 9 Sep 2013 20:17:01 +0000 (13:17 -0700)]
rearranged bluemonkey's eval timeout

10 years agoupdated bluemonkey irc abilities
Kevron Rees [Mon, 9 Sep 2013 17:33:51 +0000 (10:33 -0700)]
updated bluemonkey irc abilities

10 years agosome bluemonkey updating
Kevron Rees [Fri, 6 Sep 2013 16:48:41 +0000 (09:48 -0700)]
some bluemonkey updating

10 years agoadded cuda support for opencv plugin
Kevron Rees [Fri, 6 Sep 2013 07:00:38 +0000 (00:00 -0700)]
added cuda support for opencv plugin

10 years agodepend on dbus for systemd startup
Kevron Rees [Thu, 5 Sep 2013 23:03:33 +0000 (16:03 -0700)]
depend on dbus for systemd startup

10 years agomake uuid() const. update all plugins
Kevron Rees [Thu, 5 Sep 2013 21:28:05 +0000 (14:28 -0700)]
make uuid() const. update all plugins

10 years agodeprecate old update function. use new one
Kevron Rees [Wed, 4 Sep 2013 17:36:12 +0000 (10:36 -0700)]
deprecate old update function.  use new one

10 years agoMerge branch 'master' of github.com:otcshare/automotive-message-broker
Kevron Rees [Wed, 4 Sep 2013 06:24:58 +0000 (23:24 -0700)]
Merge branch 'master' of github.com:otcshare/automotive-message-broker

10 years agosome housework
Kevron Rees [Wed, 4 Sep 2013 06:22:52 +0000 (23:22 -0700)]
some housework

10 years agoadded openxc plugin
Kevron Rees [Wed, 4 Sep 2013 06:07:20 +0000 (23:07 -0700)]
added openxc plugin

10 years agoadded common library for plugins
Kevron Rees [Wed, 4 Sep 2013 04:11:18 +0000 (21:11 -0700)]
added common library for plugins

10 years agofixed getRanged for new properties syntax
Kevron Rees [Tue, 3 Sep 2013 23:13:28 +0000 (16:13 -0700)]
fixed getRanged for new properties syntax

10 years agoadded README
Kevron Rees [Sat, 31 Aug 2013 17:09:41 +0000 (10:09 -0700)]
added README

10 years agoinitial working gpsnmea plugin
Kevron Rees [Fri, 30 Aug 2013 17:40:26 +0000 (10:40 -0700)]
initial working gpsnmea plugin

10 years agoinitial gpsnmea plugin
Kevron Rees [Fri, 30 Aug 2013 00:02:29 +0000 (17:02 -0700)]
initial gpsnmea plugin

10 years agosome debugging of database on bluemonkey
Kevron Rees [Fri, 30 Aug 2013 00:01:39 +0000 (17:01 -0700)]
some debugging of database on bluemonkey

10 years agoUpdate RELEASE
Kevron Rees [Fri, 23 Aug 2013 17:47:46 +0000 (10:47 -0700)]
Update RELEASE

10 years agoUpdate README
Kevron Rees [Fri, 23 Aug 2013 17:46:17 +0000 (10:46 -0700)]
Update README

10 years agoupdated TODO
Kevron Rees [Tue, 20 Aug 2013 18:36:18 +0000 (11:36 -0700)]
updated TODO

10 years agochanged GetHistory return value signature
Kevron Rees [Tue, 20 Aug 2013 18:28:30 +0000 (11:28 -0700)]
changed GetHistory return value signature

10 years agoqueue up announces if not connected.
Kevron Rees [Sun, 18 Aug 2013 04:41:06 +0000 (21:41 -0700)]
queue up announces if not connected.

10 years agoadded isConnected() call to irc
Kevron Rees [Sun, 18 Aug 2013 04:21:09 +0000 (21:21 -0700)]
added isConnected() call to irc

10 years agoUpperCamelCase for all DBus methods
Kevron Rees [Fri, 16 Aug 2013 20:15:02 +0000 (13:15 -0700)]
UpperCamelCase for all DBus methods

10 years agochanged getHistory to GetHistory (merge fix)
Kevron Rees [Fri, 16 Aug 2013 17:26:33 +0000 (10:26 -0700)]
changed getHistory to GetHistory (merge fix)

10 years agochanged icecc to look for g++ instead of c++
Kevron Rees [Fri, 16 Aug 2013 16:38:14 +0000 (09:38 -0700)]
changed icecc to look for g++ instead of c++

10 years agofixed errors in websocket. get ranged is broken in websocket plugins for now.
Kevron Rees [Fri, 16 Aug 2013 16:38:14 +0000 (09:38 -0700)]
fixed errors in websocket.  get ranged is broken in websocket plugins for now.

10 years agomerge with 0.10's getHistory and fix for time and zone properties
Kevron Rees [Thu, 15 Aug 2013 21:47:29 +0000 (14:47 -0700)]
Merge ... 0.10's getHistory and fix for time and zone properties

10 years agomade requested properties in ranged request a list
Kevron Rees [Thu, 15 Aug 2013 15:30:58 +0000 (08:30 -0700)]
made requested properties in ranged request a list

10 years agoMerge branch 'master' of github.com:otcshare/automotive-message-broker
Kevron Rees [Thu, 15 Aug 2013 05:22:33 +0000 (22:22 -0700)]
Merge branch 'master' of github.com:otcshare/automotive-message-broker

10 years agogot rid of the invalid reads in valgrind
Kevron Rees [Wed, 14 Aug 2013 17:44:46 +0000 (10:44 -0700)]
got rid of the invalid reads in valgrind

10 years agoadded support for more buttons to wheel
Kevron Rees [Tue, 13 Aug 2013 23:55:20 +0000 (16:55 -0700)]
added support for more buttons to wheel

10 years agopre-work for getHistory
Kevron Rees [Tue, 13 Aug 2013 22:57:21 +0000 (15:57 -0700)]
pre-work for getHistory

10 years agomay have fixed memory smashing
Kevron Rees [Tue, 13 Aug 2013 22:56:17 +0000 (15:56 -0700)]
may have fixed memory smashing

10 years agoadded script agent to monitor
Kevron Rees [Tue, 13 Aug 2013 04:04:14 +0000 (21:04 -0700)]
added script agent to monitor

10 years agoupdate to docs
Kevron Rees [Wed, 7 Aug 2013 02:46:22 +0000 (19:46 -0700)]
update to docs