summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixed vs project filemaintain/2.0Stefan Laner2014-02-051-1/+0
|
* removed poll emulation for windowsStefan Laner2014-02-052-67/+6
|
* added comments on windows version to READMEStefan Laner2014-01-161-0/+7
|
* removed unnecessary library directory referenceStefan Laner2014-01-151-1/+0
|
* new version for handling msvc variadic template bug by using defaultStefan Laner2013-12-233-18/+56
| | | | | attribute extension Change-Id: Id8103679ee0ae2856b9d1332dcc7293a304075ee
* Merge remote-tracking branch 'origin/maintain/2.0' into dev/windowsStefan Laner2013-12-202-2/+2
|\
| * Changed version to match with CommonAPI-D-Bus and correspondingStefan Laner2013-12-101-1/+1
| | | | | | toolchain
| * Matched version for next point release with CommonAPI ToolingPhilip Rauwolf2013-10-161-1/+1
| |
| * Made former static utility function in MainloopContext.h inline, addedPhilip Rauwolf2013-10-162-2/+2
| | | | | | | | micro version number checking to configure.ac, moved minor version forward to next point release
* | added usleep (workaround) definition for windowsStefan Laner2013-10-221-0/+6
| |
* | Added visual studio solution file and project files for library and testStefan Laner2013-10-213-0/+228
| |
* | Always throw exception in SerializableVariant on windowsStefan Laner2013-10-211-1/+1
| |
* | Adopted code to compile with Microsoft Visual Studio 2013Stefan Laner2013-10-218-9/+107
|/
* Clean up some minor changes required for windows VC++ buildJohannes Schanda2013-10-092-0/+6
| | | | - Add headers where needed - No exception build supported
* Update VariantTestJohannes Schanda2013-08-061-19/+12
| | | | | | Update variant test for better automated result checking Change-Id: Ib3cca53520aefec322d4531896c31c9862e9ee0d
* Added CommonAPI.h for general usage in user code.Philip Rauwolf2013-08-062-0/+23
|
* 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
|
* Updated .gitignorePhilip Rauwolf2013-05-281-0/+1
|
* 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-184-18/+360
| | | Change-Id: Ic44bb8c9340c426bb1c3c7ab82dcede5f6f55e7e
* Add doxygen generation targetsJohannes Schanda2013-03-125-2/+2531
|
* add libtool version-info supportAleksandar Kanchev2013-03-121-0/+8
|
* Comments of public APIJohannes Schanda2013-03-115-4/+340
|
* Set version 2.0 in package versionJohannes Schanda2013-03-071-1/+1
|
* 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.
* remove generated README fileAleksandar Kanchev2013-02-211-844/+0
| | | | | | | this should be generated the same way the doxygen docs are generated. No point in keeping it into the repository, since it's actually a duplicate of the README file and thus redundant. We should add this to the Makefile instead.
* Eliminate final warning in middlewareinfoJohannes Schanda2013-02-151-1/+1
|
* Fixed type in READMEJohannes Schanda2013-02-142-479/+845
|
* Eliminated warnings in MiddlewareInfo.hPhilip Rauwolf2013-02-141-5/+5
|
* add gitattributes and proper crlf handlingAleksandar Kanchev2013-02-136-673/+714
|
* 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
|
* include LICENSE in make dist targetAleksandar Kanchev2013-01-223-1/+3
|