Coder Social home page Coder Social logo

luxoft / safe-renderer Goto Github PK

View Code? Open in Web Editor NEW
25.0 15.0 9.0 2.76 MB

Luxoft Automotive HMI Safe Renderer

License: Mozilla Public License 2.0

CMake 4.04% C++ 74.91% C 10.83% Batchfile 0.71% Perl 1.64% XSLT 7.55% Shell 0.31%
automotive functional-safety

safe-renderer's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

safe-renderer's Issues

README.md: Missing information

The README.md file is missing the information on what is project is all about. Why is it useful? For whom? Any basic information would be helpful :).

Is Google's gmock required?

Do we have to ship Google's gmock source code? Isn't this just used for testing? If so, can we ask that those who want to test download gmock themselves? This way we would reduce the number of build dependencies.

Exception Handling for EGL api calls

As a general development guideline/approach it's really safer to handle exceptions when we call/use api's from 3rd parties. Since LSR already has "pilassert" lib, can we implement exception handling for all 3rd party calls?.

For example in gil.c, the "eglGetConfigAttrib()" egl code could be enclosed inside an exception handler to handle egl exceptions.

static NativeWindowType getNativeWindow(NativeDisplayType dsp, int32_t width, int32_t height)
{
eglGetConfigAttrib(m_display.egl, m_config, EGL_NATIVE_VISUAL_ID, &format);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.