mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-26 08:00:20 +00:00
[PR #830] [CLOSED] [IMPROVEMENT] Add LibExplain #1649
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/830
Author: @MatejMecka
Created: 12/11/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
2ba162dAdd LibExplain📊 Changes
4142 files changed (+329365 additions, -0 deletions)
View changed files
📝
src/CMakeLists.txt(+2 -0)➕
src/libexplain/ac/acl/libacl.c(+43 -0)➕
src/libexplain/ac/acl/libacl.h(+35 -0)➕
src/libexplain/ac/arpa/inet.h(+30 -0)➕
src/libexplain/ac/assert.h(+32 -0)➕
src/libexplain/ac/bluetooth/bluetooth.h(+31 -0)➕
src/libexplain/ac/bluetooth/bnep.h(+30 -0)➕
src/libexplain/ac/bluetooth/cmtp.h(+30 -0)➕
src/libexplain/ac/bluetooth/hci.h(+30 -0)➕
src/libexplain/ac/bluetooth/hidp.h(+30 -0)➕
src/libexplain/ac/bluetooth/rfcomm.h(+30 -0)➕
src/libexplain/ac/ctype.h(+33 -0)➕
src/libexplain/ac/dirent.h(+48 -0)➕
src/libexplain/ac/dlfcn.h(+35 -0)➕
src/libexplain/ac/errno.h(+33 -0)➕
src/libexplain/ac/fcntl.h(+93 -0)➕
src/libexplain/ac/float.h(+35 -0)➕
src/libexplain/ac/ftw.h(+40 -0)➕
src/libexplain/ac/getopt.h(+35 -0)➕
src/libexplain/ac/grp.h(+34 -0)...and 80 more files
📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
I've added the libexplain library as part of Goo gle Code In. After this PR is merged you can include libexplain in any of the files you like
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.