- 03 Jan, 2018 1 commit
-
-
Vivek Das Mohapatra authored
We also need to wrap realloc() to dispatch pointers to the correct free/alloc implementation.
-
- 21 Dec, 2017 1 commit
-
-
Vivek Das Mohapatra authored
malloc/calloc/realloc/posix_memalign are simply replaced by their external counterparts. free() gets a wrapper which route the pointer to the hopefully correct free() implementation.
-
- 05 Oct, 2017 1 commit
-
-
Simon McVittie authored
This lets library users override them via the usual compiler include path. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- 19 Sep, 2017 1 commit
-
-
Simon McVittie authored
While there, drop unused $(shim_files) and $(shim_srcs) variables. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- 14 Sep, 2017 1 commit
-
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- 16 May, 2017 1 commit
-
-
Vivek Das Mohapatra authored
-
- 09 May, 2017 1 commit
-
-
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.
-