summaryrefslogtreecommitdiff
path: root/ambd/core.cpp
Commit message (Expand)AuthorAgeFilesLines
* ambd: remove redundant code in corePetr Nechaev2015-03-301-12/+0
* reverted varianttypeKevron Rees2014-12-291-1/+0
* README's for all plugins, cmake fixesKevron Rees2014-12-291-4/+10
* Fix all plugins; fix websocket pluginsKevron Rees2014-12-181-2/+1
* updated idlKevron Rees2014-12-151-0/+5
* added personalization propertiesKevron Rees2014-12-031-25/+26
* updated docs. added deleted callbackKevron Rees2014-10-071-0/+18
* fixed up test pluginKevron Rees2014-08-211-5/+2
* priority queuesKevron Rees2014-07-061-4/+40
* added asyncqueue. Made updateProperty() thread safeKevron Rees2014-06-261-11/+22
* some performance tweaks to core and dbussignallerKevron Rees2014-06-241-33/+34
* added support for lambda subscriptions. initial bluetooth5 support in obd2 p...Kevron Rees2014-06-111-19/+67
* added stub ambclient codeKevron Rees2014-06-051-1/+32
* use vector where possibleKevron Rees2014-04-131-8/+3
* Updated plugins to work without the now deprecated setSupported() call.Kevron Rees2014-03-281-5/+7
* some core changes as well as additions to opencv pluginKevron Rees2014-03-271-30/+32
* fixed random crash when process subscribes to an object interface0.11.807Kevron Rees2014-03-131-0/+1
* database can support zone nowKevron Rees2014-02-121-2/+1
* change error to warning in core for set property failureKevron Rees2014-02-041-1/+1
* working multi-frameKevron Rees2014-02-031-1/+1
* core must keep sink subscriptions even if there are no sources. when sources...Kevron Rees2014-01-301-4/+5
* whitespaces change revertMarek Timko2014-01-151-12/+12
* Added tests into testplugin, fixed Core issues found using added testsMarek Timko2014-01-151-121/+121
* sourceForProperty fixed, spaces converted to tabsMarek Timko2014-01-141-162/+176
* Merge branch 'MasterPropertyList' of github.com:timkoma/automotive-message-br...Marek Timko2014-01-141-78/+86
|\
| * mMasterPropertyList changed to std::multimap<AbstractSource*, VehicleProperty...Marek Timko2014-01-131-135/+158
* | mMasterPropertyList changed to std::multimap<AbstractSource*, VehicleProperty...Marek Timko2014-01-141-135/+158
|/
* make some maps unordered and use vector for some operations to improve perfor...Kevron Rees2014-01-091-9/+6
* generally working pluginKevron Rees2014-01-061-9/+19
* removed duplicate method from coreKevron Rees2014-01-061-20/+1
* fixed useless contains call in coreKevron Rees2013-12-281-1/+1
* throttle dbus signalsKevron Rees2013-12-131-0/+2
* added a few more zone options. made zones a class. change propertyChanged si...Kevron Rees2013-10-261-2/+3
* fixed errors and warnings in example sink/dbus configurationKevron Rees2013-10-011-1/+1
* deprecate old update function. use new oneKevron Rees2013-09-041-2/+4
* initial working gpsnmea pluginKevron Rees2013-08-301-0/+4
* merge with 0.10's getHistory and fix for time and zone propertiesKevron Rees2013-08-151-1/+1
* made requested properties in ranged request a listKevron Rees2013-08-151-3/+1
* added script agent to monitorKevron Rees2013-08-121-1/+2
* may have fixed crasherKevron Rees2013-07-301-1/+6
* fixed up athe setSupported issue.Kevron Rees2013-07-171-19/+0
* merge from 0.10Kevron Rees2013-07-161-0/+19
* added overload for subscribe that includes a zone filter. it is unimplemente...Kevron Rees2013-07-111-0/+5
* mostly working zones and source dbus supportKevron Rees2013-07-061-4/+19
* compiles nowKevron Rees2013-06-281-1/+1
* implemented new abstractrouting things in coreKevron Rees2013-06-241-16/+60
* fixed obd2. added getSourcesForInterfaceKevron Rees2013-06-141-0/+19
* fixed some previous merge bugs that may have broken building a few plugins. ...Kevron Rees2013-06-061-2/+4
* always subscribe whether supported or not.Kevron Rees2013-05-151-2/+2
* removed G_IO_IN conditionKevron Rees2013-05-141-1/+1