summaryrefslogtreecommitdiff
path: root/ambd
Commit message (Expand)AuthorAgeFilesLines
* Fix all plugins; fix websocket pluginsKevron Rees2014-12-231-2/+1
* fixed issue where database plugin was not properly exporting zones for suppor...Kevron Rees2014-12-231-4/+4
* updated idlKevron Rees2014-12-231-0/+5
* added personalization propertiesKevron Rees2014-12-033-27/+39
* added support for several w3c data spec propertiesKevron Rees2014-10-311-11/+9
* bluemonkey irc moduleKevron Rees2014-10-131-1/+1
* fixed crashes in websocketsourceKevron Rees2014-10-131-21/+0
* updated docs. added deleted callbackKevron Rees2014-10-071-0/+18
* removed all libtool usageKevron Rees2014-10-012-33/+28
* cleaned up unused code blockKevron Rees2014-10-011-11/+0
* use pure dlopen to open source/sink pluginsKevron Rees2014-09-292-23/+24
* fix lib install dir for qtmainloop pluginKevron Rees2014-09-161-1/+1
* multi-arch supportKevron Rees2014-09-053-20/+22
* fixed up test pluginKevron Rees2014-08-212-6/+3
* priority queuesKevron Rees2014-07-063-17/+100
* added asyncqueue. Made updateProperty() thread safeKevron Rees2014-06-262-28/+44
* some performance tweaks to core and dbussignallerKevron Rees2014-06-242-39/+40
* added support for lambda subscriptions. initial bluetooth5 support in obd2 p...Kevron Rees2014-06-111-19/+67
* added stub ambclient codeKevron Rees2014-06-052-1/+41
* fixed a GVS errorKevron Rees2014-05-211-0/+2
* corrected signature call to RegisterProfileKevron Rees2014-05-161-1/+1
* load non-SinkManager pluginsKevron Rees2014-05-161-1/+8
* make unhandled nmea messages level 7 to avoid spammingKevron Rees2014-04-281-2/+0
* use vector where possibleKevron Rees2014-04-132-10/+6
* use debugout for errors instead of cerrsubmit/trunk/20140417.1842280.11.809Kevron Rees2014-04-131-2/+2
* enable usage of different routing engines via configKevron Rees2014-04-103-48/+97
* 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-273-32/+38
* 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-152-130/+134
* sourceForProperty fixed, spaces converted to tabsMarek Timko2014-01-141-162/+176
* Merge branch 'MasterPropertyList' of github.com:timkoma/automotive-message-br...Marek Timko2014-01-142-82/+90
|\
| * mMasterPropertyList changed to std::multimap<AbstractSource*, VehicleProperty...Marek Timko2014-01-132-139/+168
* | mMasterPropertyList changed to std::multimap<AbstractSource*, VehicleProperty...Marek Timko2014-01-142-139/+168
|/
* make some maps unordered and use vector for some operations to improve perfor...Kevron Rees2014-01-092-10/+8
* generally working pluginKevron Rees2014-01-062-13/+27
* removed duplicate method from coreKevron Rees2014-01-062-23/+2
* fixed useless contains call in coreKevron Rees2013-12-281-1/+1
* throttle dbus signalsKevron Rees2013-12-131-0/+2
* AbstractSinkManagers deleted in ~PluginLoaderMarek Timko2013-12-022-8/+3
* Memory leaks fixedMarek Timko2013-11-254-13/+36
* added conditional g_type_init call for older versions of glibKevron Rees2013-10-311-0/+4
* removed websocket plugin from default configKevron Rees2013-10-311-5/+0
* fixed crasher with databaseconfig and several other issues regarding memory i...Kevron Rees2013-10-301-4/+0
* added a few more zone options. made zones a class. change propertyChanged si...Kevron Rees2013-10-261-2/+3