summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use nullptr.hgcc45Kevron Rees2012-08-294-9/+10
* define nullptr if using < gcc 4.6Kevron Rees2012-08-292-4/+12
* fixed dbus plugin not to use the temp pointerKevron Rees2012-08-283-4/+9
* some additional updatespropertytypeKevron Rees2012-08-282-5/+1
* use pointer to avoid implicit casting failKevron Rees2012-08-2824-93/+130
* Merge branch 'mal'; commit '1aad5d5' into propertytypeKevron Rees2012-08-280-0/+0
* Fixes for new AbstractPropertyTypeMichael Carpenter2012-08-283-7/+12
* it compilesKevron Rees2012-08-285-6/+37
* added missingsKevron Rees2012-08-282-0/+81
* more updating. still brokenKevron Rees2012-08-2811-50/+42
* some more changesKevron Rees2012-08-281-2/+2
* major breakage ahead...Kevron Rees2012-08-2813-37/+49
* Add two new configs for source/sink websocket testsMichael Carpenter2012-08-282-0/+10
* Fixes for issues concerning subscriptions and websocketsourceMichael Carpenter2012-08-285-99/+87
* Changes to allow websocketsourceplugin to operate properly, and load from a c...Michael Carpenter2012-08-281-17/+103
* Addition of new websocketsource pluginMichael Carpenter2012-08-284-0/+428
* Fixing a bug where a AMBD property request was being replied as a genivi requestMichael Carpenter2012-08-283-43/+72
* sinks auto-register with the routing engineKevron Rees2012-08-284-14/+45
* example sink reacts to supported changedKevron Rees2012-08-281-1/+2
* subscribeToProperty being called on the source nowKevron Rees2012-08-281-0/+9
* example supports engine coolantKevron Rees2012-08-271-0/+4
* example does throttleKevron Rees2012-08-271-0/+4
* Fix for subscriptions not working properly due to non-standard AMB properties...Michael Carpenter2012-08-271-0/+4
* Addition of handling of generic string properties. If they're supported by AM...Michael Carpenter2012-08-271-4/+61
* added capabilities call to VehiclePropertyKevron Rees2012-08-272-0/+24
* checked in a small fix to the api.js to handle when the serviceTodd Brandt2012-08-271-5/+10
* added signal handler for sigterm and sigintKevron Rees2012-08-261-0/+4
* fixed types expressed in the example source pluginKevron Rees2012-08-263-9/+28
* updated example to produce fake data for wheel and transmission shift propertiesKevron Rees2012-08-263-15/+35
* Merge pull request #7 from malcom2073/masterKevron Rees2012-08-254-99/+300
|\
| * Addition of new debugging output, and better error handlingMichael Carpenter2012-08-252-73/+50
| * Added unsubscribe supportedeventtypeMichael Carpenter2012-08-251-4/+4
| * Addition of getSupportedEventTypes with no data field for listing supported p...Michael Carpenter2012-08-251-13/+24
| * Code formatting cleanupMichael Carpenter2012-08-252-189/+187
| * Changes for unsubscribe to work properly, as well as getSupportedEventTypesMichael Carpenter2012-08-254-1/+98
| * Fix for current subscription changes to api.js. Added steering wheel angle an...Michael Carpenter2012-08-242-17/+117
| * Change for subscription requests to now operate properlyMichael Carpenter2012-08-243-3/+21
|/
* Clean up the boost::any casting a bitJames Ausmus2012-08-242-66/+80
* Add event propogation of all data items from the wheelJames Ausmus2012-08-241-18/+231
* change get and set to allow an array of events, added subscribe and unsubscribeTodd Brandt2012-08-245-72/+517
* Make the boost::any conversions actually work in WheelSourceJames Ausmus2012-08-231-6/+6
* Make WheelPlugin actually read JS events, print out event infoJames Ausmus2012-08-232-35/+62
* Add PropertySet typedef to VehiclePropertyJames Ausmus2012-08-231-1/+2
* fixed unsubscribeKevron Rees2012-08-234-46/+58
* made VehicleProperty::Property stringsKevron Rees2012-08-233-20/+38
* added vehiclespeed propertyKevron Rees2012-08-236-24/+41
* Merge remote-tracking branch 'origin/master' into wheelsourceJames Ausmus2012-08-2315-44/+243
|\
| * Merge pull request #6 from malcom2073/masterKevron Rees2012-08-234-19/+68
| |\
| | * Slight change to support uuid string transactionids from the client websocketMichael Carpenter2012-08-231-1/+1
| | * Changes to support latest websocket protocol api. Now supports running_status...Michael Carpenter2012-08-231-9/+43