summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2014-09-30Multiuser featuretizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi/20141007.222222submit/tizen_common/20141001.125034accepted/tizen/ivi/20141008.075209accepted/tizen/common/20141001.131249tizen_3.0.m14.3_ivitizen_3.0.2014.q3_commonaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonJean-Benoit MARTIN1-1/+1
Use User UID to write or read into database Use Unix socket Fix-Tizen: TC-1482 Change-Id: I557a28de1650c9af1a30ef7d795d64464eaa2e8f Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2014-06-25Instead of using a "GMainLoop" element in the main thread, we nowManuel Bachmann1-1/+1
create a separate thread which will initiate the loop and do the socket listening logic. This avoids conflicting with the "GMainLoop" created by Ecore_Evas, which produces lots of warnings and errors. Bug-Tizen: TC-21 Change-Id: I453a21df649b256b63c96d4f274122c692aaf2f0 Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
2014-03-03Remove hardcoded path for multiuser supportsubmit/tizen_ivi/20140624.064036submit/tizen_ivi/20140623.000000submit/tizen_ivi/20140622.000000submit/tizen_ivi/20140619.000000submit/tizen_ivi/20140618.000001submit/tizen_ivi/20140618.000000submit/tizen_common/20140522.135644submit/tizen_common/20140522.130648submit/tizen_common/20140521.163740Sabera Djelti (sdi2)1-1/+1
Change-Id: I9e54129f903594ffe47b40c85b9e961b5aabe6d0 Bug-Tizen: PTREL-191 Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
2013-08-24Do not install in /usr/localAnas Nashif1-2/+1
We should never install anything into /usr/local, this is reserved for the user of the system. System binaries need to be installed under /usr per the FHS. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2013-04-18Change from INET tcp to Unix domain socketsubmit/tizen_2.1/20130424.232001submit/tizen/20130517.045032accepted/tizen_2.1/20130425.035000accepted/tizen/20130520.1011292.1b_releasetizen_2.1Hyunjun Ko1-0/+1
2013-04-02Fix for 64 bit compatibility.Junfeng Dong1-5/+4
- Fix hardcoding path. - Use %cmake to set default paths. Change-Id: If8f46c350b6371ee30120df9fde3e9b42c1f41da
2013-03-16merge with masterJinkun Jang1-1/+1
2013-03-13Tizen 2.1 baseJinkun Jang1-0/+105