Protocol Buffers - Google's data interchange format
Go to file
Pavol Sloboda bc10a24959 Added a fix for s390x when calling __atomic_thread_fence
by converting std::memory_order to int to get rid of this error:
error: cannot convert 'const std::memory_order' to 'int'
   59 |   __atomic_thread_fence(std::memory_order_seq_cst);
      |                         ~~~~~^~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              const std::memory_order

while using said function
Resolves: RHEL-104565
2025-07-28 16:19:21 +02:00
.fmf re-import sources as agreed with the maintainer 2023-06-29 17:52:03 +02:00
tests re-import sources as agreed with the maintainer 2023-06-29 17:52:03 +02:00
.gitignore re-import sources as agreed with the maintainer 2023-06-29 17:52:03 +02:00
0001-fix-build-on-s390x.patch Auto sync2gitlab import of protobuf-3.5.0-15.el8.src.rpm 2022-05-26 13:28:46 -04:00
0002-fix-__atomic_thread_fence-on-s390x.patch Added a fix for s390x when calling __atomic_thread_fence 2025-07-28 16:19:21 +02:00
ci.fmf re-import sources as agreed with the maintainer 2023-06-29 17:52:03 +02:00
CVE-2021-22570.rhel-8.patch Auto sync2gitlab import of protobuf-3.5.0-15.el8.src.rpm 2022-05-26 13:28:46 -04:00
ftdetect-proto.vim Auto sync2gitlab import of protobuf-3.5.0-15.el8.src.rpm 2022-05-26 13:28:46 -04:00
gating.yaml Bring gating.yaml over from Brew dist-git 2023-03-10 11:15:25 -08:00
protobuf-init.el Auto sync2gitlab import of protobuf-3.5.0-15.el8.src.rpm 2022-05-26 13:28:46 -04:00
protobuf.spec Added a fix for s390x when calling __atomic_thread_fence 2025-07-28 16:19:21 +02:00
sources Auto sync2gitlab import of protobuf-3.5.0-15.el8.src.rpm 2022-05-26 13:28:46 -04:00