Added version 1.0.1
authorGuy Sagnes <guy.sagnes@continental-corporation.com>
Tue, 25 Feb 2014 09:32:29 +0000 (10:32 +0100)
committerRalf Anton Beier <ralf.anton.beier@continental-corporation.com>
Tue, 25 Feb 2014 10:33:41 +0000 (11:33 +0100)
commit880e7ffe185e5b410ee6183c4ce355a8a204ab28
tree9c18d6aecfaf69a6753b4c2f251583cfe9f3722e
parent94b07e2221c3333a5a54f689eca4249667892f74
Added version 1.0.1

12.12.2013 * add missing licenses information / update after review feedback 20131212 - J.Kowalski
03.12.2013 * Persistence Common Object - OIP BL 0.9.130
08.08.2013 * Add instrumentation for debug purposes (low level db access)
18.06.2013 * persistence-common version 1.0.1
 - Add makefile to allow creation of auto-generated code
 - Default error handler causes the termination of the calling process
 - de-central build of the common part
02.05.2013 * initial version of the common persistence libraries

Change-Id: I6ac6b7f1fe453537835ac32f664c04d537d732db
Signed-off-by: Guy Sagnes <guy.sagnes@continental-corporation.com>
28 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
autogen.sh [new file with mode: 0644]
configure.ac [new file with mode: 0644]
dbus_config/org.genivi.persistence.admin.conf [new file with mode: 0644]
dbus_specifications/org.genivi.persistence.admin.xml [new file with mode: 0644]
dbus_specifications/org.genivi.persistence.admin_generate.txt [new file with mode: 0644]
generated/Makefile.am [new file with mode: 0644]
inc/private/pers_ipc_dbus_if.h [new file with mode: 0644]
inc/private/pers_low_level_db_access_if.h [new file with mode: 0644]
inc/protected/persComDataOrg.h [new file with mode: 0644]
inc/protected/persComDbAccess.h [new file with mode: 0644]
inc/protected/persComErrors.h [new file with mode: 0644]
inc/protected/persComIpc.h [new file with mode: 0644]
inc/protected/persComRct.h [new file with mode: 0644]
inc/protected/persComTypes.h [new file with mode: 0644]
pkgconfig/libperscommon.pc.in [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/pers_data_organization.c [new file with mode: 0644]
src/pers_ipc.c [new file with mode: 0644]
src/pers_ipc_dbus.c [new file with mode: 0644]
src/pers_local_shared_db_access.c [new file with mode: 0644]
src/pers_low_level_db_access.c [new file with mode: 0644]
src/pers_resource_config_table.c [new file with mode: 0644]