Mon, 06 Jan 2025 04:47:50 CST | login

Information for RPM stb_sprintf-devel-1.10^20240531git013ac3b-1.ocs23.x86_64.rpm

ID147576
Namestb_sprintf-devel
Version1.10^20240531git013ac3b
Release1.ocs23
Epoch
Archx86_64
SummaryFast sprintf, snprintf for C/C++
DescriptionThis is a full sprintf replacement that supports everything that the C runtime sprintfs support, including float/double, 64-bit integers, hex floats, field parameters (%*.*d stuff), length reads backs, etc. Why would you need this if sprintf already exists? Well, first off, it’s *much* faster (see below). It’s also much smaller than the CRT versions code-space-wise. We’ve also added some simple improvements that are super handy (commas in thousands, callbacks at buffer full, for example). Finally, the format strings for MSVC and GCC differ for 64-bit integers (among other small things), so this lets you use the same format strings in cross platform code. It uses the standard single file trick of being both the header file and the source itself. If you just include it normally, you just get the header file function definitions. To get the code, you include it from a C or C++ file and define STB_SPRINTF_IMPLEMENTATION first. It only uses va_args macros from the C runtime to do its work. It does cast doubles to S64s and shifts and divides U64s, which does drag in CRT code on most platforms. It compiles to roughly 8K with float support, and 4K without. As a comparison, when using MSVC static libs, calling sprintf drags in 16K.
Build Time2024-08-07 02:21:09 GMT
Size22.82 KB
3ed2fd1c429b46bc380d89ed6504316b
LicenseMIT OR Unlicense
Buildrootdist-ocs23-epol9-build-228999-17649
Provides
stb_sprintf-devel = 1.10^20240531git013ac3b-1.ocs23
stb_sprintf-devel(x86-64) = 1.10^20240531git013ac3b-1.ocs23
stb_sprintf-static = 1.10^20240531git013ac3b-1.ocs23
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
rpmlib(CaretInVersions) <= 4.15.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 5 of 5
Name ascending sort Size
/usr/include/stb0.00 B
/usr/include/stb/stb_sprintf.h56.92 KB
/usr/include/stb_sprintf.h17.00 B
/usr/share/licenses/stb_sprintf-devel0.00 B
/usr/share/licenses/stb_sprintf-devel/LICENSE2.45 KB
Component of No Buildroots