Víctor Cebollada [Mon, 30 Mar 2020 10:02:36 +0000 (10:02 +0000)]
Merge "Fix MSVC warning." into devel/master
adam.b [Fri, 27 Mar 2020 13:28:39 +0000 (13:28 +0000)]
DALi Version 1.9.5
Change-Id: Ie86367c31969d191b2ec75619671902dd6b0aee1
Victor Cebollada [Thu, 6 Feb 2020 11:45:33 +0000 (11:45 +0000)]
Fix MSVC warning.
* warning C4804: '+=': unsafe use of type 'bool' in operation
Change-Id: I7e190bc9655377d3c45364ac75e60f9650b3ab47
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Heeyong Song [Thu, 19 Mar 2020 05:38:23 +0000 (14:38 +0900)]
Add a test case for RenderTask
Change-Id: Ia31772f8f512e52d3030a46861c4c3292485d876
Adeel Kazmi [Fri, 20 Mar 2020 18:21:39 +0000 (18:21 +0000)]
Merge "Implementation of reflection feature" into devel/master
adam.b [Fri, 7 Feb 2020 17:49:41 +0000 (17:49 +0000)]
Implementation of reflection feature
Change-Id: I63e4e1d46acb7af7bd382d7e1c6f0b5e615a99db
Victor Cebollada [Fri, 20 Mar 2020 07:50:45 +0000 (07:50 +0000)]
DALi Version 1.9.4
Change-Id: If4141f9330826d3742d5460c3b8109118420b8ac
Heeyong Song [Thu, 19 Mar 2020 00:31:20 +0000 (00:31 +0000)]
Merge "Fix a crash of the RenderTask" into devel/master
Richard Huang [Fri, 13 Mar 2020 12:15:17 +0000 (12:15 +0000)]
DALi Version 1.9.3
Change-Id: I57fdcb6443d7d1c5fd431a3a54fc0c2b62523131
Heeyong Song [Thu, 12 Mar 2020 07:38:45 +0000 (16:38 +0900)]
Fix a crash of the RenderTask
If a source actor or a camera actor of the RenderTask are destoryed, then ensure they are appropriately updated
Change-Id: Ifb9db5d14dde2a648df5d9d4bb9e322369c20b5a
greynaga [Fri, 6 Mar 2020 12:02:09 +0000 (12:02 +0000)]
DALi Version 1.9.2
Change-Id: Ifdb5096d58d8c174ce6e059d253ae81c75b81100
György Straub [Fri, 28 Feb 2020 09:09:06 +0000 (09:09 +0000)]
DALi Version 1.9.1
Change-Id: Idc217f5981075e71d5550f927bff9b8ff1dc94d6
Paul Wisbey [Mon, 17 Feb 2020 16:28:52 +0000 (16:28 +0000)]
Moved SingletonService into dali-core
Change-Id: I72649695560fa6acafbdeb5f48df61c7d4c75509
Cheng-Shiun Tsai [Fri, 21 Feb 2020 14:12:22 +0000 (14:12 +0000)]
Use stack variable instead of global when computing matrix
This is to solve a synchronization problem with multiple DALi instances
Change-Id: I146880175b6e6b5644b232c17a3a1fc51103fc53
Cheng-Shiun Tsai [Fri, 21 Feb 2020 16:24:36 +0000 (16:24 +0000)]
DALi Version 1.9.0
Change-Id: I3a6358a20c4f205f709974fa16392d0599e0be84
György Straub [Tue, 18 Feb 2020 09:13:36 +0000 (09:13 +0000)]
Improved correctness of Program::GetActiveSamplerUniforms().
Problems:
- The current implementation picks up samplers that are declared as other
than uniforms (e.g. function arguments etc.), then, failing to find a
location associated with the same name, issues warnings about them.
- Tabs are ignored when tokenizing the shader source;
Solution: find declarations starting with "uniform" and ending with
a semicolon, then tokenize on whitespace (only), looking for the name
following a sampler* type declaration.
This also eliminates the need to tokenize the whole shader source.
- Also made some global const c-strings const pointers too;
Change-Id: Ibaa026d2e7873c28142300c149e6295f3cdbf7c5
Signed-off-by: György Straub <g.straub@partner.samsung.com>
Adeel Kazmi [Fri, 14 Feb 2020 07:30:05 +0000 (07:30 +0000)]
DALi Version 1.5.0
Change-Id: I96797e30b26fb8aecee6c7c50dd1994190060f31
Adeel Kazmi [Thu, 13 Feb 2020 14:50:52 +0000 (14:50 +0000)]
(patch-coverage.pl) Ignore header files that yield no coverage
Change-Id: I5488a6c1d9f52db6f0d4ee7ee285cb6679c759fb
Wonsik Jung [Thu, 13 Feb 2020 01:30:27 +0000 (01:30 +0000)]
Merge "Fix property notificaition's bug for SIZE" into devel/master
Adeel Kazmi [Tue, 11 Feb 2020 12:47:03 +0000 (12:47 +0000)]
Remove Unused Retention policy
Change-Id: I544a3dfb9773be32e1b63e766a3bf063d98c0e4d
Wonsik Jung [Tue, 24 Dec 2019 11:25:25 +0000 (20:25 +0900)]
Fix property notificaition's bug for SIZE
When the property of SIZE is changed by swapping width and height in Vector3.
property notification signal does not occur.
Because vector's length are compared.
To fix, this patch has the comparing previous and current raw data itself.
Change-Id: Idbf0029653a73c10971e751b71366811661c73b7
Adeel Kazmi [Fri, 7 Feb 2020 19:49:14 +0000 (19:49 +0000)]
Merge "Few warnings removed (MSVC)." into devel/master
Anton Obzhirov [Thu, 6 Feb 2020 14:30:15 +0000 (14:30 +0000)]
DALi Version 1.4.57
Change-Id: I3521203dca8ec221eb16b80d9e17eb720ed1332e
Victor Cebollada [Thu, 6 Feb 2020 09:29:07 +0000 (09:29 +0000)]
Few warnings removed (MSVC).
* Specific pragma warnings for GNU
* Wrong struct/class forward declarations
Change-Id: Ia797176a955ca698266ffcb9b60ac05c1cdc91b2
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Wed, 5 Feb 2020 12:28:32 +0000 (12:28 +0000)]
Merge "Add methods to set variables for Pinch and Rotation gesture processing" into devel/master
Heeyong Song [Wed, 5 Feb 2020 02:00:08 +0000 (11:00 +0900)]
Add a test case for RenderTask::SetClearEnabled()
Change-Id: I446cb60e16b57a1f579bee7a516e5bcfb645980a
Jiyun Yang [Tue, 21 Jan 2020 11:00:47 +0000 (20:00 +0900)]
Add methods to set variables for Pinch and Rotation gesture processing
- Set the minimum touch events required before a pinch can be started
- Set the minimum touch events required after a pinch started
- Set the minimum touch events required before a rotation can be started
- Set the minimum touch events required after a rotation started
Change-Id: Ib9e268d2508e9b529bf219ac6662b9d82da52092
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Heeyong Song [Fri, 31 Jan 2020 05:39:34 +0000 (14:39 +0900)]
Fix a bug that RenderTask::SetClearEnabled(false) doesn't work
Change-Id: I38f37263b1a763125e82a4d90f4df9f8ce9fd742
adam.b [Fri, 31 Jan 2020 11:12:43 +0000 (11:12 +0000)]
DALi Version 1.4.56
Change-Id: Iaa7565748cdf703c35cd6d5f65609ec457f0a215
Adeel Kazmi [Fri, 24 Jan 2020 14:17:44 +0000 (14:17 +0000)]
Merge "DALi Version 1.4.55" into devel/master
Victor Cebollada [Fri, 24 Jan 2020 13:49:17 +0000 (13:49 +0000)]
DALi Version 1.4.55
Change-Id: I69a4feffa3fc58bb37d50934979e8d8526e7e4c0
Adeel Kazmi [Fri, 24 Jan 2020 11:27:15 +0000 (11:27 +0000)]
Merge "Only change the resize policy to fixed if we haven't set the resize policy before" into devel/master
Adeel Kazmi [Fri, 24 Jan 2020 08:14:27 +0000 (08:14 +0000)]
Move Added FrameBuffer API to Devel API
Change-Id: Ida5d7776f40bcfd4c0fbf1ee79964fc5b0f2082a
Adeel Kazmi [Thu, 23 Jan 2020 17:28:44 +0000 (17:28 +0000)]
Only change the resize policy to fixed if we haven't set the resize policy before
Change-Id: I0322a8b50a22a5f5b2dcf13da763f66ee6ae979a
Adeel Kazmi [Thu, 23 Jan 2020 17:00:01 +0000 (17:00 +0000)]
Merge "Added support for Multiple Render Targets, to Dali::FrameBuffer." into devel/master
Adeel Kazmi [Thu, 23 Jan 2020 16:52:30 +0000 (16:52 +0000)]
Merge "VCPKG - CMakeLists.txt updated to build for vcpkg." into devel/master
György Straub [Wed, 15 Jan 2020 16:08:20 +0000 (16:08 +0000)]
Added support for Multiple Render Targets, to Dali::FrameBuffer.
- A maximum of 8 colour attachment are currently supported (as the minimum
required by the OpenGL standard);
- Repeated calls to AttachColorTexture() adds subsequent color attachments;
- Added a GetColorAttachment() overload that takes an index; an empty handle
is returned when an invalid index was provided;
- An error is logged if the maximum is exceeded;
Change-Id: I0b4cc593ab5e40b17dc427956cd78950ab49e5ae
Signed-off-by: György Straub <g.straub@partner.samsung.com>
Adeel Kazmi [Thu, 23 Jan 2020 14:30:28 +0000 (14:30 +0000)]
Merge "Change setting background color for Scene." into devel/master
Victor Cebollada [Wed, 11 Dec 2019 14:55:23 +0000 (14:55 +0000)]
VCPKG - CMakeLists.txt updated to build for vcpkg.
Change-Id: Iec9b2b83eacd7eadd5539712925452d4255e9047
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Tue, 21 Jan 2020 14:17:53 +0000 (14:17 +0000)]
Merge "MS Windows - Fix compile errors when debug is enabled." into devel/master
Adeel Kazmi [Mon, 20 Jan 2020 17:06:55 +0000 (17:06 +0000)]
Merge "Set ResizePolicy::FIXED even though the size is 0" into devel/master
Victor Cebollada [Fri, 17 Jan 2020 07:36:58 +0000 (07:36 +0000)]
MS Windows - Fix compile errors when debug is enabled.
* Builds with VCPKG
Change-Id: I209c6e4d4ec470595dc75d60965cd3ca76ecc394
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Anton Obzhirov [Fri, 10 Jan 2020 14:20:51 +0000 (14:20 +0000)]
Change setting background color for Scene.
Sets clear color to the default render task of the scene
instead of setting background color via frame buffer property.
Fixes problem when the scene surface is replaced and the background color
information is lost when new frame buffer is created.
Change-Id: I036837f790d1db0540baf82ff9305811d05ffa51
JIYUN YANG [Mon, 20 Jan 2020 08:28:19 +0000 (08:28 +0000)]
Merge "Add an environment variable for long press gesture" into devel/master
Heeyong Song [Tue, 31 Dec 2019 06:38:10 +0000 (15:38 +0900)]
Set ResizePolicy::FIXED even though the size is 0
Change-Id: Ic059465bc7d86faf5d8be9c9af439326bf9d8450
György Straub [Fri, 17 Jan 2020 08:48:20 +0000 (08:48 +0000)]
DALi Version 1.4.54
Change-Id: I389625836917a7982cb3345ba3a1e210e7c4a5e1
György Straub [Thu, 16 Jan 2020 11:15:29 +0000 (11:15 +0000)]
Updated automated-tests' README.md with more specific instructions / caveats.
Change-Id: I4e2988e803e41a9ff1d2d819eacbd818f110bc7a
Signed-off-by: György Straub <g.straub@partner.samsung.com>
Jiyun Yang [Fri, 20 Dec 2019 06:51:30 +0000 (15:51 +0900)]
Add an environment variable for long press gesture
DALI_LONG_PRESS_MINIMUM_HOLDING_TIME
The minimum holding time required to be recognized as a long press gesture
Change-Id: Ie6ed848b090ac5564a4b4944b1426c7be4af19ef
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
greynaga [Fri, 10 Jan 2020 11:49:57 +0000 (11:49 +0000)]
DALi Version 1.4.53
Change-Id: I3d11f8acc37af62b30acf60e9da88c766aeb0ddb
Adeel Kazmi [Thu, 9 Jan 2020 17:23:55 +0000 (17:23 +0000)]
Merge "Fix random crash in TCT when stderr is closed but we try to write to it" into devel/master
Richard Huang [Wed, 8 Jan 2020 10:33:13 +0000 (10:33 +0000)]
Fix random crash in TCT when stderr is closed but we try to write to it
Change-Id: Ic09eba9f9f9c0cbfaf419d23bad5a937a770690d
Adeel Kazmi [Tue, 7 Jan 2020 16:15:45 +0000 (16:15 +0000)]
GCC 9.2 Support
Change-Id: I762e8e95654724ff648b93172788cdcaf0a0def3
adam.b [Thu, 2 Jan 2020 16:45:08 +0000 (16:45 +0000)]
Regenerating uniform maps fix
The problem:
Crash when uniform maps changed on the update side but not on the render side.
The crash is caused if "keep rendering".
The fix:
When new shader is set, the message is sent to Render::Renderer which will be
executed when object becomes visible (renderable). The message sets the flag
indicating whether the shader changed so next time the renderer sets uniforms
first the maps will be regenerated.
Change-Id: I06d872945f1db6c8fe180d347a5674e8931761b7
Richard Huang [Fri, 3 Jan 2020 11:06:27 +0000 (11:06 +0000)]
DALi Version 1.4.52
Change-Id: I2bb533a167beef3bd6230a26d8d62cdaade2bb92
Adeel Kazmi [Thu, 12 Dec 2019 17:54:50 +0000 (17:54 +0000)]
Pan now possible without a touch down
Before you had to be listening to pan gestures before the touch-down
event arrives.
Change-Id: Id9fa1164ab43c038ab407950a5b794ab4976241e
Adeel Kazmi [Mon, 23 Dec 2019 08:59:55 +0000 (08:59 +0000)]
Merge "Update manager dirty flag is set when continuous rendering behaviour enabled." into devel/master
Seungho BAEK [Sun, 22 Dec 2019 23:35:13 +0000 (23:35 +0000)]
Merge "Remove FrameBufferStateCache initialization function." into devel/master
Cheng-Shiun Tsai [Fri, 20 Dec 2019 10:32:39 +0000 (10:32 +0000)]
DALi Version 1.4.51
Change-Id: I55ac7d323bd728d2d4419281bfb53d9c20a0ca37
Seungho, Baek [Tue, 12 Nov 2019 11:15:20 +0000 (20:15 +0900)]
Remove FrameBufferStateCache initialization function.
- Remove GetInitialFrameBufferState function.
- Set default state as 0u
Change-Id: I3b0d13eed8f26b68ecd9c980c58ca5851631397b
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
adam.b [Wed, 18 Dec 2019 10:26:46 +0000 (10:26 +0000)]
Update manager dirty flag is set when continuous rendering behaviour enabled.
if 'STAGE_KEEP_RENDERING' is set at the end of the frame, update manager sets the dirty flag to RenderableUpdateFlags.
Change-Id: I269847258c623baea8ce8f6caadf275da9d3d5a9
Seoyeon Kim [Wed, 18 Dec 2019 10:22:45 +0000 (19:22 +0900)]
Update tizen document URL
- According to the address change of tizen documents,
the site URL in dali-core-doc.h has been updated.
Change-Id: I0ed43fb7fb38738e9440f1d53b8b894593bda877
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Agnelo Vaz [Fri, 13 Dec 2019 10:57:03 +0000 (10:57 +0000)]
DALi Version 1.4.50
Change-Id: I5d82aba4216236c07e96cb72514b5a65dfb44694
Anton Obzhirov [Thu, 5 Dec 2019 11:53:09 +0000 (11:53 +0000)]
DALi Version 1.4.49
Change-Id: Ic60ef10dd742fe5519950f8825dd395ce4c921a5
adam.b [Fri, 29 Nov 2019 12:16:44 +0000 (12:16 +0000)]
DALi Version 1.4.48
Change-Id: I4f0eb7573a792ce7f2d2172b2f18c21cd69b059d
Victor Cebollada [Fri, 22 Nov 2019 07:14:00 +0000 (07:14 +0000)]
DALi Version 1.4.47
Change-Id: Ie12cc975021e1829c2dc6d8e992c460d889dc4dd
Adeel Kazmi [Fri, 15 Nov 2019 16:01:47 +0000 (16:01 +0000)]
Merge "Clearing the dirty flags of scene's root nodes." into devel/master
Richard Huang [Fri, 15 Nov 2019 14:02:53 +0000 (14:02 +0000)]
DALi Version 1.4.46
Change-Id: I75ae4008eb2e702d6926a7b4dbb871bcdbc36524
adam.b [Fri, 25 Oct 2019 14:30:29 +0000 (15:30 +0100)]
Clearing the dirty flags of scene's root nodes.
Clearing the dirty flags of scene's root nodes.
Change-Id: Ie0e3be99d8cfd439da462a10b951cfde41cbbc18
György Straub [Fri, 8 Nov 2019 09:44:14 +0000 (09:44 +0000)]
DALi Version 1.4.45
Change-Id: I9a5e5286fcb99fe01b723695eb51dac0cef6ded4
Adeel Kazmi [Fri, 1 Nov 2019 15:48:15 +0000 (15:48 +0000)]
Merge "Add a GCC compiler version check in the CMakeList.txt file." into devel/master
Victor Cebollada [Fri, 1 Nov 2019 11:13:23 +0000 (11:13 +0000)]
Add a GCC compiler version check in the CMakeList.txt file.
Change-Id: Ia6b8abeb098f6294050ccc57e9f2e8b3b9c84ea4
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
greynaga [Fri, 1 Nov 2019 11:24:22 +0000 (11:24 +0000)]
DALi Version 1.4.44
Change-Id: I57aa5153cfcf747c065cbcb63418147fcedac56b
Adeel Kazmi [Thu, 31 Oct 2019 10:13:25 +0000 (10:13 +0000)]
Merge "Removed -std=c++11 from dali-core.pc.in" into devel/master
Adeel Kazmi [Tue, 29 Oct 2019 16:54:33 +0000 (16:54 +0000)]
(Animation) Ensure we do not adjust the current value when stopping an AnimateBy animation
- The issue was that when issuing a stop, we set the current value but
we use that as the amount to adjust for an AnimateBy animation rather
than a target.
Change-Id: I49ab3a5d004dce5b18d747b9e7791df81d4aaddb
adam.b [Tue, 29 Oct 2019 15:46:17 +0000 (15:46 +0000)]
Removed -std=c++11 from dali-core.pc.in
Removed -std=c++11 from dali-core.pc.in, the flag makes C compiler fail.
Change-Id: Ie7666c8d57bf3eacee3c6cebeec267c4161cf956
Agnelo Vaz [Fri, 25 Oct 2019 09:29:32 +0000 (10:29 +0100)]
DALi Version 1.4.43
Change-Id: I27027ddd503b3c001d6d08fb00d72dd4b6f45e6a
Adeel Kazmi [Wed, 23 Oct 2019 09:41:59 +0000 (10:41 +0100)]
(Build) Ensure CXX11 libraries are marked as provided when building the RPM
Change-Id: I9e92bdf0c6818b04f924292672c2cd1d0a27f445
Cheng-Shiun Tsai [Fri, 18 Oct 2019 10:12:54 +0000 (11:12 +0100)]
DALi Version 1.4.42
Change-Id: I6c720d40e17843342c944287f7a80a7488efd036
Adeel Kazmi [Fri, 11 Oct 2019 15:49:27 +0000 (16:49 +0100)]
Ensure we install gesture-devel.h
Change-Id: If315d31de3d5146c061f3742fc7670874fc7e921
Adeel Kazmi [Fri, 4 Oct 2019 18:57:44 +0000 (19:57 +0100)]
Added support for Rotation Gestures
Change-Id: Ib824b72119425f7329e9514295e83ade767d5117
Adeel Kazmi [Thu, 10 Oct 2019 14:59:19 +0000 (14:59 +0000)]
Merge "DALi Version 1.4.41" into devel/master
Anton Obzhirov [Thu, 10 Oct 2019 14:57:08 +0000 (15:57 +0100)]
DALi Version 1.4.41
Change-Id: Ic105c60227052d621abd7437411789e1a90d0642
Jiyun Yang [Thu, 10 Oct 2019 08:29:41 +0000 (17:29 +0900)]
Fix the minimum pinch gesture distance
Previously, the minimum pinch distance is determined by dividing the screen height by 85,
which is proportional to the screen height.
The problem is that, on the big size screen (or law dpi) devices,
the user have to make a long distance between their fingers to make a pinch gesture,
it makes the user misunderstand that the pinch gesture is not workoring properly.
This patch fixes the problem by calculating minimum pinch distance using screen dpi.
Change-Id: Iaab2d37f43421d53f9aa14060bd55465df4f9343
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Adeel Kazmi [Fri, 4 Oct 2019 19:12:08 +0000 (20:12 +0100)]
(Gestures) Moved into separate folders
Change-Id: Ib7e0fd665c53312b6e0e39cd2d3eed6eeb15ae78
Adeel Kazmi [Fri, 4 Oct 2019 12:40:01 +0000 (13:40 +0100)]
DALi Version 1.4.40
Change-Id: I2ab3766a2fa80c3fb493c515b5f1d3bc53586b72
Adeel Kazmi [Mon, 30 Sep 2019 15:53:20 +0000 (16:53 +0100)]
Remove unused PLATFORM_TIZEN & DALI_COMPILATION defines from cmake
Change-Id: I996b1f4d2cd03ae1b82b20905fdaf482f48f84bc
adam.b [Thu, 26 Sep 2019 14:37:48 +0000 (15:37 +0100)]
Fixed relative CMakeLists.txt path
Fixed relative CMakeLists.txt path, using CMAKE_CURRENT_[SOURCE|BINARY]_DIR
Change-Id: I1e234e5806f5a604c263cdb2937c0bb49dcfbe7f
Adeel Kazmi [Fri, 27 Sep 2019 09:32:35 +0000 (09:32 +0000)]
Merge "DALi Version 1.4.39" into devel/master
adam.b [Fri, 27 Sep 2019 09:15:34 +0000 (10:15 +0100)]
DALi Version 1.4.39
Change-Id: Id2ee6dbd3cf31f97c1eb2582655727412beecd7d
Adeel Kazmi [Thu, 26 Sep 2019 14:32:41 +0000 (15:32 +0100)]
(Animation) Fix assert when animation is resumed using PlayAfter after all loops have finished
Change-Id: I7342b253e6c2508184b29dc02b4abcf482e1c168
Richard Huang [Fri, 20 Sep 2019 10:15:51 +0000 (11:15 +0100)]
Fix framebuffer rendering for native image source on Ubuntu
Change-Id: I1438b8af9b38efe6dc3c0e94979633b364ea3ba8
Victor Cebollada [Fri, 20 Sep 2019 06:23:58 +0000 (07:23 +0100)]
DALi Version 1.4.38
Change-Id: I56572c6db818949438e87db844e0c234d4a4c417
Adeel Kazmi [Wed, 18 Sep 2019 10:01:13 +0000 (10:01 +0000)]
Merge "Provide option to upload resource only without rendering" into devel/master
Richard Huang [Wed, 11 Sep 2019 09:10:13 +0000 (10:10 +0100)]
Provide option to upload resource only without rendering
Change-Id: If166043085496975f96355569bceb458d5292e08
Adeel Kazmi [Fri, 13 Sep 2019 17:19:52 +0000 (17:19 +0000)]
Merge "Removed explicit -g flag setting" into devel/master
Adeel Kazmi [Fri, 13 Sep 2019 13:38:55 +0000 (13:38 +0000)]
Merge "DALi Version 1.4.37" into devel/master
Richard Huang [Fri, 13 Sep 2019 12:19:04 +0000 (13:19 +0100)]
DALi Version 1.4.37
Change-Id: I8c3b430f50570c0f306e728eecd11378d35c3063
adam.b [Tue, 10 Sep 2019 13:31:34 +0000 (14:31 +0100)]
Removed explicit -g flag setting
Setting -g flag has been removed. This should be set by the CMAKE_BUILD_TYPE (Debug/Release).
Change-Id: I5dc0061a03f98132264cf65103c1ca11979bd2e0
adam.b [Mon, 9 Sep 2019 14:59:55 +0000 (15:59 +0100)]
Linking pthreads optional
Pthreads added to the linked libs only when exists.
Change-Id: Icfe78665bf00705f2d2ef53634095ea9e25d7789
Adeel Kazmi [Thu, 5 Sep 2019 14:30:37 +0000 (14:30 +0000)]
Merge "DALi Version 1.4.36" into devel/master