-
On Windows, the following pcre2 libraries are bundled:
![image](https://github.com/JuliaLang/julia/assets/1282691/584494e2-bb0a-44d0-979e-25454088ee89)
However, we only seem to use the `libpcre2…
-
Basically every 3rd party library for Godot 3.6 is an older version of said library. Updating said libraries should fix some stuff but it might also introduce some other things as well which I'll need…
-
Hi,
I don't suppose there's any chance of a porting guide from pcre1 to pcre2, is there, please?
I know you want to be shot of pcre1; I've recently filed bugs against the outstanding packages in…
-
**Describe the bug**
Windeployqt from vcpkg (located at `tools\qt5\bin`) does not deploy the following required libraries:
* pcre2-16.dll
* zstd.dll
* harfbuzz.dll
* freetype.dll
* bz2.dll
* …
-
### Your Feature Request
Update now deprecated opentracing to opentelemetry.
~~Additionally, update corresponding container distributions to have pre-compiled support as well. Neither of the cu…
-
Maintainer: No maintainer listed in Makefile
Environment: x86_64 master
Description:
Building the Vala package fails for me with the following errors. I am building on Fedora 38, and this is a ho…
-
I see that tup bundles lua 5.4.6, pcre2 10.42, and sqlite3 3.45.2. I already have these installed on my system, and in the case of pcre2 my version is newer. How can I tell tup to use these existing l…
-
We found several crashing files (attached) through fuzzing the following program:
```
#include
#define PCRE2_CODE_UNIT_WIDTH 8
#include
int main(int argc, char *argv[])
{
FILE *f = fo…
-
**Describe the bug**
I want to repack Poco for [xrepo](https://github.com/xmake-io/xmake-xrepo) in msys platform. When I build poco for test, I receive build failure.
**To Reproduce**
xmake.lu…
-
I am usually working in an environment where custom allocators are used for various reasons and usage of plain `malloc`/`free` is frowned upon. Thankfully many libraries allow their users to supply cu…