mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #744] [CLOSED] Refactoring the source code and extension to python module. #1565
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/744
Author: @Diptanshu8
Created: 6/27/2017
Status: ❌ Closed
Base:
master← Head:first_phase_evaluation📝 Commits (10+)
d3540ccMade temp changes to initiate library codingb0a0c92library development done till api_start. Implementation of stop and status function is left.644d265Facing VERSION attribute error in generated modulef70f34epushing the api code9fa2e3eadding the ccextractorapi.py filedba1d7bDebugging the core dumped error751a22fResolving merge conflicts in .gitignore98e295eCommiting the build_library filea7e2ac7Adding auto deletion of obj files to build_librarya79bab6modifying the test code for 5 samples📊 Changes
15 files changed (+5276 additions, -65 deletions)
View changed files
📝
.gitignore(+1 -0)➕
linux/api_testing.py(+11 -0)📝
linux/build(+1 -1)➕
linux/build_api(+44 -0)➕
linux/build_library(+35 -0)➕
linux/ccextractor.i(+13 -0)➕
linux/ccextractor.py(+195 -0)➕
linux/ccextractor_wrap.c(+4811 -0)➕
linux/first_phase_evaluation_script(+14 -0)➕
linux/module_generator(+12 -0)📝
src/ccextractor.c(+93 -63)➕
src/ccextractor.h(+41 -0)📝
src/lib_ccx/ccx_common_option.c(+3 -0)📝
src/lib_ccx/ccx_common_option.h(+2 -0)📝
src/lib_ccx/params.c(+0 -1)📄 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):
This pull request mainly comprises of two major parts:
ccextractor.cand breaking the code into smaller function.Note: to generate the python module, just run the
build_libraryexecutable.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.