summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-12Avoid conflicts with standard integer typedefs.HEADtizen_3.0_ivi_releasetizen_3.0.m14.3_ivi_releasesubmit/tizen_ivi/20140912.867530submit/devel/ivi/20160127.022320accepted/tizen/ivi/20140915.163328tizen_3.0_ivitizen_3.0.m14.3_ivitizendevel/iviaccepted/tizen_iviaccepted/tizen_3.0_iviaccepted/tizen_3.0.m14.3_iviOssama Othman2-0/+9
Change-Id: Ibad76c44131a48d9e860229bb1007c6f89a8c089 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2014-09-05Initial packaging.submit/tizen_ivi/20140910.567321Ossama Othman6-0/+83
Bug-Tizen: TC-1504 Change-Id: Id594c3000c0fe98f4a96abe9147026d114a94c5e Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2014-09-04initial commit of key-value-store1.0.1upstreamDisch, Simon21-3/+8923
2014-09-01Merge remote-tracking branch 'genivi/master'Guy Sagnes0-0/+0
2014-08-29PCO Vers. 1.0.1 - Split of the low level database accessPetrica Manoila6-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>
2014-07-31Revert "Extended enum type PersistencePolicy_e with values for default data ↵Guy Sagnes1-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>
2014-07-17Updated interface versionIngo Huerner1-1/+2
2014-07-17Extended enum type PersistencePolicy_e with values vor default data and ↵Ingo Huerner1-3/+6
configurable default data
2014-03-06* Bugfix: Convert files to unix expected formatGuy Sagnes5-2307/+2307
Issue reported by Ingo Hürner / Marko Hoyer Change-Id: I0f08035f8506e0ab0b01b2d3a22d9298d3f2ed93 Signed-off-by: Guy Sagnes <guy.sagnes@continental-corporation.com>
2014-02-25Added version 1.0.1Guy Sagnes28-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>
2014-02-21Initial fileGuy Sagnes1-0/+26
Signed-off-by: Guy Sagnes <guy.sagnes@continental-corporation.com>