[PR #413] [CLOSED] Feature cctranslate #1244

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

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/413
Author: @cfsmp3
Created: 8/17/2016
Status: Closed

Base: masterHead: feature-cctranslate


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/413 **Author:** [@cfsmp3](https://github.com/cfsmp3) **Created:** 8/17/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature-cctranslate` --- ### 📝 Commits (10+) - [`bd050f6`](https://github.com/CCExtractor/ccextractor/commit/bd050f6505e1384bfdd059c78d50814a18d1caca) Sharing options added - [`9bc70df`](https://github.com/CCExtractor/ccextractor/commit/9bc70dfaead2a2b055b700bea4e1381cfd5fd601) Passing extracted subs to share module - [`ee61c23`](https://github.com/CCExtractor/ccextractor/commit/ee61c2399af04f783d5ac3d806c33d3a47ed9f2d) tmp - [`569b4b0`](https://github.com/CCExtractor/ccextractor/commit/569b4b05ba975dcab89d1a60ef0c7d689c04208f) implemented cc sharing messages - [`4d02402`](https://github.com/CCExtractor/ccextractor/commit/4d024025799ea159a33dea9bb6a6c4b407245c01) cctranslate launching - [`c95cf33`](https://github.com/CCExtractor/ccextractor/commit/c95cf33d5663d536928e95609010e2ddf001998a) oh shi - [`ea18dc0`](https://github.com/CCExtractor/ccextractor/commit/ea18dc043e850417de63cf28bbe97287bf209fe6) CCTranslate ingegration - [`fc809a7`](https://github.com/CCExtractor/ccextractor/commit/fc809a7060b60e70dfc17a858967c97abf24099a) sharing define fix - [`7166cf6`](https://github.com/CCExtractor/ccextractor/commit/7166cf6cd8476f1f9f925f8257eb5857a639002e) one more - [`67608f5`](https://github.com/CCExtractor/ccextractor/commit/67608f5a4b72ab0a0fe116dbfe21c17f6b6a665a) Sharing options added ### 📊 Changes **16 files changed** (+5303 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <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:00:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1244