summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.0.3 add persComDbgetMaxKeyValueSize() ,new Options for ↵1.0.3Guy Sagnes2015-03-043-21/+29
| | | | persComDbOpen() merge of the interface extension provided by MentorGraphic: - Default Max size of the key descreased to 8KiB - add function persComDbgetMaxKeyValueSize() - add bitfield definition for persComDbOpen() bOption: create, write through, read only
* latest version of key-value-store (updated database structure, using mmap ↵Disch, Simon2015-02-2412-1830/+6115
| | | | for database access, added recovery mechanism)
* Merge remote-tracking branch 'genivi/master' (Key Value Store)7.01.0.2Guy Sagnes2014-09-1721-3/+8923
|\ | | | | | | | | | | | | Conflicts: src/Makefile.am Change-Id: I930ce4078a897e7811ad764fd1d6a9ab217abd8f
| * initial commit of key-value-storeDisch, Simon2014-09-0421-3/+8923
| |
* | PCO Vers. 1.0.2 - Updated protected IF persComTypes.h :Petrica Manoila2014-09-164-10/+23
|/ | | | | | | Allow support of the standard C99 instead of redeclaration. Change-Id: Ie62e2c6466fc73c2d054c115627a2387db3eb964 Signed-off-by: Petrica Manoila <petrica.manoila@continental-corporation.com>
* Merge remote-tracking branch 'genivi/master'Guy Sagnes2014-09-010-0/+0
|\
| * Revert "Extended enum type PersistencePolicy_e with values for default data ↵Guy Sagnes2014-07-311-8/+4
| | | | | | | | | | | | | | | | | | | | | | and configurable default data" The interface change was only provided for test purpose. The extension of the enumerator in not in scope of the RCT definition and is removed. This reverts commit adf7dfb37ea4dcf8d48af5c503b7b7b8877cc455. Signed-off-by: Guy Sagnes <guy.sagnes@continental-corporation.com>
| * Updated interface versionIngo Huerner2014-07-171-1/+2
| |
| * Extended enum type PersistencePolicy_e with values vor default data and ↵Ingo Huerner2014-07-171-3/+6
| | | | | | | | configurable default data
* | PCO Vers. 1.0.1 - Split of the low level database accessPetrica Manoila2014-08-296-23/+126
|/ | | | | | | | | | | | Added separate folders (itzam, sqlite, rawdb) under src, for specific database access implementations. Default database : itzam. Use "./configure --with-sqlite" to build using the SQLITE db. Provide implementation in src/sqlite/pers_low_level_db_access.c based on pers_low_level_db_access_if.h Use "./configure --with-rawdb" to build using the RAWDB db. Provide implementation in src/rawdb/pers_low_level_db_access.c based on pers_low_level_db_access_if.h Change-Id: I4c32835fd1863b3d25bc35c54958905e2c535758 Signed-off-by: Petrica Manoila <petrica.manoila@continental-corporation.com>
* * Bugfix: Convert files to unix expected formatGuy Sagnes2014-03-065-2307/+2307
| | | | | | | Issue reported by Ingo Hürner / Marko Hoyer Change-Id: I0f08035f8506e0ab0b01b2d3a22d9298d3f2ed93 Signed-off-by: Guy Sagnes <guy.sagnes@continental-corporation.com>
* Added version 1.0.1Guy Sagnes2014-02-2528-0/+6654
| | | | | | | | | | | | | 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>
* Initial fileGuy Sagnes2014-02-211-0/+26
Signed-off-by: Guy Sagnes <guy.sagnes@continental-corporation.com>