summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2016-07-20Use mount namespace for backward compatiblitysubmit/tizen/20160722.091303accepted/tizen/wearable/20160724.042058accepted/tizen/tv/20160724.042044accepted/tizen/mobile/20160724.042026accepted/tizen/ivi/20160724.042111accepted/tizen/common/20160722.135230Semun Lee1-0/+1
To supported applications with hardcoded path in their code, mount application root path to the legacy path. Change-Id: I3cfe9937f281b52c02cda80836f2a59d5cf31625 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
2016-06-07Use script file for making launchpad-loadersubmit/tizen/20160607.082137accepted/tizen/wearable/20160607.235313accepted/tizen/tv/20160607.235322accepted/tizen/mobile/20160607.235304accepted/tizen/ivi/20160607.235332accepted/tizen/common/20160607.194649Junghoon Park1-3/+2
Change-Id: I1794da64cb448381c404c89acbd618d93fd93ac6 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2016-06-01Reuse h/w type loader to reduce idle memorysubmit/tizen/20160602.040935accepted/tizen/wearable/20160602.230646accepted/tizen/tv/20160602.230711accepted/tizen/mobile/20160602.230729accepted/tizen/ivi/20160602.230748accepted/tizen/common/20160606.141607Junghoon Park1-1/+1
- remove common type and s/w type loader - convert h/w type loader to common type and s/w type if they are needed Change-Id: I05130276d12457272f731df64a8721c9cac0ef11 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2016-05-17Support script file to register static loaderssubmit/tizen/20160519.045032submit/tizen/20160519.002157accepted/tizen/wearable/20160520.002312accepted/tizen/tv/20160520.002251accepted/tizen/mobile/20160520.002331accepted/tizen/ivi/20160520.002320accepted/tizen/common/20160520.170912Junghoon Park1-3/+2
Change-Id: Ic518d538de87a5f1401f503dd4d4862f433008fb Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2016-04-06Add feature LAZY_LOADER for wrt-loadersubmit/tizen/20160406.013051accepted/tizen/wearable/20160406.071919accepted/tizen/tv/20160406.071857accepted/tizen/mobile/20160406.071838accepted/tizen/ivi/20160406.071941accepted/tizen/common/20160406.144159Junghoon Park1-0/+3
- wrt-loader should be prepared after the first launch of a web app Change-Id: I55bfb2aac4c67d9c417088cfd534af55bffb8730 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2016-03-09Enable compiler option -WerrorJunghoon Park1-0/+1
Change-Id: Ib92b0f8583e29adb7394922cae0e1f21015d4c33 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
2016-02-23Add trace pointMyungki Lee1-0/+1
Change-Id: I31c72ef80ff1dfe625b2b51551b895d3d62379c9 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
2016-02-12Support 2.x apps which use their own shared librariessubmit/tizen/20160215.013052accepted/tizen/wearable/20160216.001644accepted/tizen/tv/20160216.001625accepted/tizen/mobile/20160216.001612Sangyoon Jang1-2/+4
Some applications from Tizen 2.x were compiled with '-rpath' pointing at their lib directory which starts as '/opt/usr/apps/...'. But this path is not adapted to Tizen 3.0. We cannot set LD_LIBRARY_PATH directly by some security issues, we make the loader have empty rpath to the dynamic linker looks in the CWD forcely. And then, change working directory before calling dlopen() to find libraries well. Change-Id: I8111e5ca087ea07c52866d77deb7f53332957346 Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2016-01-26Install preload-list for launchpad-loadersubmit/tizen/20160126.013029accepted/tizen/wearable/20160126.050708accepted/tizen/tv/20160126.050644accepted/tizen/mobile/20160126.050627Hwankyu Jhun1-0/+4
Change-Id: If46f6ee4d469a7d78d9a7e28a00dec0d0adff229 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2016-01-19Use gdbus instead of dbus-glibsubmit/tizen/20160119.013756accepted/tizen/wearable/20160119.043408accepted/tizen/tv/20160119.043344accepted/tizen/mobile/20160119.043317Hwankyu Jhun1-1/+1
Change-Id: I457f0b662fcbb24acfd7251b903aaee906955300 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2015-11-16add library for making launchpad-loadersubmit/tizen/20151116.052223accepted/tizen/wearable/20151116.074850accepted/tizen/tv/20151116.074843accepted/tizen/mobile/20151116.074826Junghoon, Park1-1/+34
Change-Id: Ic929c89fa1f8b77172846423a1658009b142a99e Signed-off-by: Junghoon, Park <jh9216.park@samsung.com>
2015-11-06apply some APIs from aulsubmit/tizen/20151110.025318submit/tizen/20151109.110451accepted/tizen/wearable/20151110.070513accepted/tizen/tv/20151110.070449accepted/tizen/mobile/20151110.070428Junghoon, Park1-16/+31
- modify cmakefile - apply preinit window - apply preinit pkgid/appid Change-Id: I8d8a7ff0b5f6dcbd8c6c9c1fdabec89a9afc76b9 Signed-off-by: Junghoon, Park <jh9216.park@samsung.com>
2015-11-05initial releasesubmit/tizen/20151105.081003accepted/tizen/wearable/20151106.045410accepted/tizen/tv/20151106.045352accepted/tizen/mobile/20151106.045335Junghoon, Park1-0/+74
Change-Id: I3a001fa3c414abbaea717ee38af0119c06b32ce6 Signed-off-by: Junghoon, Park <jh9216.park@samsung.com>