0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. ohos_vlc
  2. /
  3. contrib
  4. /
  5. src
  6. /
  7. protobuf
JJean-Baptiste Kempfcontribs: use $(GITHUB) consistently
b2b0683d创建于 2023年8月5日历史提交
文件最后提交记录最后更新时间
SHA512SUMS
Contribs: update protobuf to 3.1.0 9 年前
dont-build-protoc.patch
contrib: protobuf: don't build libprotoc (cherry picked from commit 4d54824cc033aa4fd8fd00bc24e877d90ba9cabd) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 8 年前
include-algorithm.patch
contrib: protobuf: Apply a patch to avoid relying on transitive includes This fixes build breakage with latest nightly libc++. Since https://github.com/llvm/llvm-project/commit/2e2f3158c604adb8401a2a44a03f58d4b6f1c7f9, fewer libc++ headers transitively include <algorithm>. This protobuf header uses std::fill unconditionally, which is a function provided by <algorithm>. (The surrounding code comment was wrong/outdated - <algorithm> was needed on all platforms.) The same seems to have been fixed in upstream protobuf as part of a larger code sync: https://github.com/protocolbuffers/protobuf/commit/ab4585a6956675ce14a1cba5d321fde980bbf12b#diff-5cc9e8e347380b7bbc8fac8c06dc98100f3b5c076fcffa177e8ce11e753d4f7c (cherry picked from commit 5f6776416e903200941db906e16efea56454ed25) 4 年前
rules.mak
contribs: use $(GITHUB) consistently (cherry picked from commit 2dcd7516a08c38b75c901b19718bd301cbd22af1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 2 年前