Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iox #1036 in place creation for shared memory #1053

Commits on Feb 7, 2022

  1. iox-eclipse-iceoryx#1059 Implement filesystem tests

    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    c40ec60 View commit details
    Browse the repository at this point in the history
  2. iox-eclipse-iceoryx#1036 Create Shared memory builder

    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    6629697 View commit details
    Browse the repository at this point in the history
  3. iox-eclipse-iceoryx#1036 shared memory object does not require a lead…

    …ing slash, shared memory builder implemented
    
    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    20f8859 View commit details
    Browse the repository at this point in the history
  4. iox-eclipse-iceoryx#1036 Add SharedMemoryBuilder documentation and ch…

    …angelog update
    
    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ea8a8c1 View commit details
    Browse the repository at this point in the history
  5. iox-eclipse-iceoryx#1036 Fix gcc-5.4 bug by using uniform initializat…

    …ion, remove unnecessary / from shared memory name
    
    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    de7ebdf View commit details
    Browse the repository at this point in the history
  6. iox-eclipse-iceoryx#1036 Create leadingSlashName function and add lea…

    …ding slash in unlinkIfExists
    
    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a085d46 View commit details
    Browse the repository at this point in the history
  7. iox-eclipse-iceoryx#1036 Restrict shared memory builder default value…

    …s, cleanup shm file handle one failure, unlink shm when owned on failure
    
    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    e71e76d View commit details
    Browse the repository at this point in the history
  8. iox-eclipse-iceoryx#1036 Remove redundant ownership check

    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    c3f3787 View commit details
    Browse the repository at this point in the history
  9. iox-eclipse-iceoryx#1036 move statement definition to position of its…

    … usage
    
    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    eff84bd View commit details
    Browse the repository at this point in the history
  10. iox-eclipse-iceoryx#1036 Update copyright year

    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    eee632b View commit details
    Browse the repository at this point in the history
  11. iox-eclipse-iceoryx#1036 Fix FreeBSD unlink issue - missing /

    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5f753e0 View commit details
    Browse the repository at this point in the history
  12. iox-eclipse-iceoryx#1036 Fix issue of wrong name conversion in named …

    …pipe
    
    Signed-off-by: Christian Eltzschig <me@elchris.org>
    elfenpiff committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    cae20a7 View commit details
    Browse the repository at this point in the history