aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE.MIT
AgeCommit message (Collapse)AuthorFilesLines
2019-06-03Add boot sequence and multi ecu transferfukubayashi.akio1-0/+20
Signed-off-by: fukubayashi.akio <fukubayashi.akio@genetec.co.jp>
2018-10-24Refactor : Hide wayland operations from Window ManagerKazumasa Mitsunari1-20/+0
Window Manager now uses abstract client, area for layer/surface management, then hide wayland operation into LayerControl class. LayerControl class uses ilmControl library instead of wayland protocol. This patch reduces the binary size of binding by 30% than before. Currently, the following debug methods are not available. * debug_status * debug_layers * debug_surfaces * list_drawing_names Bug-AGL: SPEC-1817 Change-Id: I7313787f3c4a286ceee3c23783e5c0e713388dac Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-11-01Add LICENSE.MITKazumasa Mitsunari1-0/+20
Window Manager uses json.hpp licensed with MIT, so we need to add LICENSE file. Change-Id: Id78d482bd2edc20cbbc420d7795d4e7341305c92 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>