Fri, 26 Apr 2024 04:39:23 UTC | login

Information for build rapidjson-1.1.0-19.el9s

ID36615
Package Namerapidjson
Version1.1.0
Release19.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/rapidjson.git#ad18cdea6bf1d2b2701466967ebdc64a14dc57d7
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 bykkeithle
State complete
Volume DEFAULT
StartedWed, 12 Jan 2022 22:21:17 UTC
CompletedWed, 12 Jan 2022 22:24:57 UTC
Taskbuild (storage9s-ceph-pacific-el9s, /rpms/rapidjson.git:ad18cdea6bf1d2b2701466967ebdc64a14dc57d7)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/rapidjson.git#ad18cdea6bf1d2b2701466967ebdc64a14dc57d7'}}
Tags
storage9s-ceph-pacific-candidate
storage9s-ceph-pacific-release
storage9s-ceph-pacific-testing
storage9s-ceph-quincy-candidate
storage9s-ceph-quincy-release
storage9s-ceph-quincy-testing
RPMs
src
rapidjson-1.1.0-19.el9s.src.rpm (info) (download)
aarch64
rapidjson-devel-1.1.0-19.el9s.aarch64.rpm (info) (download)
noarch
rapidjson-doc-1.1.0-19.el9s.noarch.rpm (info) (download)
ppc64le
rapidjson-devel-1.1.0-19.el9s.ppc64le.rpm (info) (download)
x86_64
rapidjson-devel-1.1.0-19.el9s.x86_64.rpm (info) (download)
Logs
aarch64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
ppc64le
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.0-19 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * 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