office-gobmx/external/zxing
Stephan Bergmann 1e51a325a8 Missing #include <stdint.h> in various external code
...which is a problem presumably since GCC 13 trunk
<https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=6f038efd93593da6e661b829d1bd3877e75550f1>
"libstdc++: Avoid including <cstdint> for std::char_traits".  (All the broken
C++ code used unqualified uintptr_t etc. rather than std::uintptr_t etc., so I
deemed it more appropriate to include <stdint.h> rather than <cstdint>.)

Change-Id: Id9dfc383c5986126a425971c4557b90ac45ac963
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134760
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-05-23 12:08:30 +02:00
..
inc/pch
0001-Use-a-patch-file-to-document-changes-from-upstream-s.patch
0002-Update-stb_image_write-from-1.14-to-1.16.patch
0003-Update-stb_image-from-2.25-to-2.27.patch
0004-Apply-stb-PR-1223-to-stb_image.patch
include.patch.0
Makefile
Module_zxing.mk
README
StaticLibrary_zxing.mk
UnpackedTarball_zxing.mk
zxing_newline.patch.1

Qr code generation library availaible from [https://github.com/nu-book/zxing-cpp]

Qr code generator to make a QR code out of a provided link or text in LibreOffice.