[PR #830] [CLOSED] [IMPROVEMENT] Add LibExplain #1649

Open
opened 2026-01-29 17:17:46 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/830
Author: @MatejMecka
Created: 12/11/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/830 **Author:** [@MatejMecka](https://github.com/MatejMecka) **Created:** 12/11/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2ba162d`](https://github.com/CCExtractor/ccextractor/commit/2ba162d43aefae28a84908b50eb16e9a3a0b40a9) Add LibExplain ### 📊 Changes **4142 files changed** (+329365 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 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):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [x] I am an active contributor to CCExtractor. --- 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:17:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1649