Skip to content
Snippets Groups Projects
Select Git revision
5 results Searching

NEWS

Blame
    • Vivek Das Mohapatra's avatar
      161ad9e4
      libcapsule is a library used to implement proxying/shim libraries · 161ad9e4
      Vivek Das Mohapatra authored
      The generated shim libraries (libz and libGL are included as examples)
      provide the same symbols as the target library but do not expose the
      symbols from their dependencies to other objects that link to them.
      
      They are also capable of using a filesystem tree starting somwhere
      other than / to get the dependencies for the target.
      
      Included are tools to help generate said proxy libraries with minimal
      manual intervention.
      161ad9e4
      History
      libcapsule is a library used to implement proxying/shim libraries
      Vivek Das Mohapatra authored
      The generated shim libraries (libz and libGL are included as examples)
      provide the same symbols as the target library but do not expose the
      symbols from their dependencies to other objects that link to them.
      
      They are also capable of using a filesystem tree starting somwhere
      other than / to get the dependencies for the target.
      
      Included are tools to help generate said proxy libraries with minimal
      manual intervention.
    drm_syncobj.h 4.29 KiB