summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Update VariantTestJohannes Schanda2013-06-101-19/+12
| | | | | | Update variant test for better automated result checking Change-Id: Ib3cca53520aefec322d4531896c31c9862e9ee0d
* factory: fix error return typesAleksandar Kanchev2013-06-061-2/+2
|
* Added CommonAPI.h for general usage in user code.Philip Rauwolf2013-06-061-0/+22
|
* Fixed an issue for older compilersPhilip Rauwolf2013-06-061-1/+2
|
* Changes to variant to extend functionality for some binding needsJohannes Schanda2013-06-063-4/+9
|
* Decoupling of declaration and implementation in Factory andPhilip Rauwolf2013-06-044-74/+163
| | | | | ServicePublisher plus some dependency refactoring (user interface has not changed) to further separate the new ServicePublisher interface from the deprecated Factory functions.
* add polymorphic struct supportAleksandar Kanchev2013-06-043-0/+40
| | | | | | SerializablePolymorphicStruct is a new sub type of SerializableStruct. It makes sense to use SerializablePolymorphicStruct only with std::shared_ptr. New stream operators added to support the polymorhic struct shared pointers.
* Added compile time deprecation markers, fixed typoPhilip Rauwolf2013-06-032-4/+13
|
* Added and integrated the ServicePublisher interface in order to improve ↵Johannes Schanda2013-06-035-71/+263
| | | | | | management of services. The equivalent interfaces of the Factory have been flagged as deprecated, documentation on the meaning of this flag has been added. Also, an interface for asynchronous service discovery has been added to the Factory.
* Some additional tests for variant moves2.0.2.1Johannes Schanda2013-06-031-0/+50
|
* Better tests for variant movesJohannes Schanda2013-05-311-0/+50
|
* Corrected move constructor / initialisation of empty variantJohannes Schanda2013-05-293-35/+119
|
* Extended documentation for mainloop integration in Runtime.hPhilip Rauwolf2013-05-281-0/+3
|
* Fix bug in assignment of variant to variantJohannes Schanda2013-05-271-12/+32
|
* Better variant testsJohannes Schanda2013-05-271-0/+12
|
* Change attribute sync getter to match all other sync signatures, typoJohannes Schanda2013-05-102-2/+2
|
* Added MainloopContextPhilip Rauwolf2013-04-183-1/+342
| | | Change-Id: Ic44bb8c9340c426bb1c3c7ab82dcede5f6f55e7e
* Comments of public APIJohannes Schanda2013-03-115-4/+340
|
* Improve locking in eventgpt_6_1_preJohannes Schanda2013-03-061-5/+12
|
* Added mutex for event unsubscribe callsPhilip Rauwolf2013-03-041-1/+7
|
* Moved service management down to middleware implementation. Added aPhilip Rauwolf2013-03-012-26/+10
| | | variant for service-deregistration for splitted CommonAPI Addresses.
* Deinitialization of running services now workingPhilip Rauwolf2013-02-282-1/+10
|
* Fixed 2 warnings in Variant TypePhilip Rauwolf2013-02-261-1/+1
|
* Fix full namespace in variant for using namespace std compatabilityJohannes Schanda2013-02-262-7/+3
| | | | Fix wrong path for byte buffers in output stream
* InputStream and OutputStream now have a way to recognize beginning/endPhilip Rauwolf2013-02-222-2/+10
| | | of each entry in a map
* add UNKNOWN AvailabilityStatusAleksandar Kanchev2013-02-211-0/+1
| | | | | | Support cases where we're simply waiting for a callback to set our variable to either AVAILABLE or NOT_AVAILABLE. Without the UNKNOWN value, another boolean variable was needed to indicate if the AvailabilityStatus was already set.
* Eliminate final warning in middlewareinfoJohannes Schanda2013-02-151-1/+1
|
* Eliminated warnings in MiddlewareInfo.hPhilip Rauwolf2013-02-141-5/+5
|
* add gitattributes and proper crlf handlingAleksandar Kanchev2013-02-134-195/+195
|
* No API-changes. Made internals of Factory compliant with improvedPhilip Rauwolf2013-02-041-0/+1
| | | encapsulation
* Adaptions for support of config fileslipci2013-02-041-6/+6
|
* Added "serviceName" to proxy- and service-creation methods that make usePhilip Rauwolf2013-02-011-13/+16
| | | | | | of splitted address (was necessary to fully incorporate configuration possibilities for DBus connection name and DBus object path by using the full commonapi address)
* Extended headers of In- and OutputStream for support of vectors ofPhilip Rauwolf2013-01-292-0/+20
| | | enums.
* Really fix compile problems on older GCCJohannes Schanda2013-01-232-2/+2
|
* Fix windows line endingsJohannes Schanda2013-01-231-172/+172
|
* Fix build on GCC < 4.7Johannes Schanda2013-01-232-4/+3
|
* Variant test matches new variant APIJohannes Schanda2013-01-181-42/+26
|
* Variants fully integrated into inputStream, Bugfixing Variants andPhilip Rauwolf2013-01-174-48/+34
| | | datatype "ByteBuffer"
* Bugfixing for reading of variantsPhilip Rauwolf2013-01-162-4/+9
|
* Merge remote-tracking branch 'origin/variant_dev' into variant_devJohannes Schanda2013-01-163-10/+56
|\
| * Finished integration of SerializableVariant into InputStreamPhilip Rauwolf2013-01-163-10/+48
| |
| * started integration variants into inputstreamPhilip Rauwolf2013-01-161-0/+8
| |
* | Test now uses expectsJohannes Schanda2013-01-161-8/+52
| |
* | Corrected copy constructors for deep copyJohannes Schanda2013-01-161-7/+6
|/
* Renamed .ipp to .hppJohannes Schanda2013-01-162-2/+1
|
* Variant with working output streamJohannes Schanda2013-01-163-402/+491
|
* Integration of Variants into outputStreamPhilip Rauwolf2013-01-161-5/+20
|
* First integration of TypeStream into existing code. Testing as wellPhilip Rauwolf2013-01-152-24/+38
| | | as class partitioning and encapsulation remains to be done.
* Work on integration of typeOutputStream into outputStreamPhilip Rauwolf2013-01-152-5/+275
|
* Added includePhilip Rauwolf2013-01-151-0/+1
|