mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #413] [CLOSED] Feature cctranslate #1244
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/413
Author: @cfsmp3
Created: 8/17/2016
Status: ❌ Closed
Base:
master← Head:feature-cctranslate📝 Commits (10+)
bd050f6Sharing options added9bc70dfPassing extracted subs to share moduleee61c23tmp569b4b0implemented cc sharing messages4d02402cctranslate launchingc95cf33oh shiea18dc0CCTranslate ingegrationfc809a7sharing define fix7166cf6one more67608f5Sharing options added📊 Changes
16 files changed (+5303 additions, -6 deletions)
View changed files
📝
docs/using_cmake_build.txt(+5 -0)📝
src/CMakeLists.txt(+20 -3)📝
src/ccextractor.c(+29 -0)📝
src/lib_ccx/CMakeLists.txt(+4 -0)📝
src/lib_ccx/ccx_common_constants.h(+3 -0)📝
src/lib_ccx/ccx_common_option.c(+7 -1)📝
src/lib_ccx/ccx_common_option.h(+9 -0)📝
src/lib_ccx/ccx_encoders_common.c(+9 -0)➕
src/lib_ccx/ccx_share.c(+290 -0)➕
src/lib_ccx/ccx_share.h(+51 -0)➕
src/lib_ccx/ccx_sub_entry_message.pb-c.c(+161 -0)➕
src/lib_ccx/ccx_sub_entry_message.pb-c.h(+81 -0)➕
src/lib_ccx/ccx_sub_entry_message.proto(+8 -0)📝
src/lib_ccx/params.c(+48 -2)➕
src/protobuf-c/protobuf-c.c(+3481 -0)➕
src/protobuf-c/protobuf-c.h(+1097 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.