Tue, 28 Nov 2023 11:23:29 UTC | login

Information for build rapidjson-1.1.0-18.el9

ID9924
Package Namerapidjson
Version1.1.0
Release18.el9
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/rapidjson#da3ee8174def8729636b2842ab7b319677dc070e
SummaryFast JSON parser and generator for C++
DescriptionRapidJSON is a fast JSON parser and generator for C++. It was inspired by RapidXml. RapidJSON is small but complete. It supports both SAX and DOM style API. The SAX parser is only a half thousand lines of code. RapidJSON is fast. Its performance can be comparable to strlen(). It also optionally supports SSE2/SSE4.1 for acceleration. RapidJSON is self-contained. It does not depend on external libraries such as BOOST. It even does not depend on STL. RapidJSON is memory friendly. Each JSON value occupies exactly 16/20 bytes for most 32/64-bit machines (excluding text string). By default it uses a fast memory allocator, and the parser allocates memory compactly during parsing. RapidJSON is Unicode friendly. It supports UTF-8, UTF-16, UTF-32 (LE & BE), and their detection, validation and transcoding internally. For example, you can read a UTF-8 file and let RapidJSON transcode the JSON strings into UTF-16 in the DOM. It also supports surrogates and "\u0000" (null character). JSON(JavaScript Object Notation) is a light-weight data exchange format. RapidJSON should be in fully compliance with RFC4627/ECMA-404.
Built byhhorak
State complete
Volume DEFAULT
StartedThu, 15 Jul 2021 14:17:24 UTC
CompletedThu, 15 Jul 2021 14:18:28 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/rapidjson:da3ee8174def8729636b2842ab7b319677dc070e)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/rapidjson#da3ee8174def8729636b2842ab7b319677dc070e'}}
Tags
c9s-gate
c9s-pending
c9s-pending-signed
RPMs
src
rapidjson-1.1.0-18.el9.src.rpm (info) (download)
aarch64
rapidjson-devel-1.1.0-18.el9.aarch64.rpm (info) (download)
i686
rapidjson-devel-1.1.0-18.el9.i686.rpm (info) (download)
noarch
rapidjson-doc-1.1.0-18.el9.noarch.rpm (info) (download)
ppc64le
rapidjson-devel-1.1.0-18.el9.ppc64le.rpm (info) (download)
s390x
rapidjson-devel-1.1.0-18.el9.s390x.rpm (info) (download)
x86_64
rapidjson-devel-1.1.0-18.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Thu Jul 15 2021 Honza Horak <hhorak@redhat.com> - 1.1.0-18 - Remove gtest dependency and turn off tests Resolves: #1977656 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.0-17 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Sep 01 2020 Tom Hughes <tom@compton.nu> - 1.1.0-15 - Add patch for C++20 support * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 14 2020 Tom Hughes <tom@compton.nu> - 1.1.0-13 - Install pkg-config and cmake files to arched location - Build documentation as noarch * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild