Jan

Results 94 issues of Jan

Right now Zig puts native paths on the rpath if either `-feach-lib-rpath` is passed or the compile is happening for the native OS On Fedora this will cause errors while...

bug

generates a preview for splash screens if no suitable preview.png was found Code is *very* ugly right now because the core preview drawing code expects to deal with a single...

### Godot version v3.5.1.stable.official [6fed1ffa3] ### System information Fedora 37, libstdc++ 12.2.1 ### Issue description `get_processor_count` is suppose to return the "number of logical CPU cores available on the host...

bug
topic:core

### Zig Version e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118 ### Steps to Reproduce and Observed Behavior Unsure what causes this Git bisect points to #13560 causing this, I know too little about wasm to be...

bug

#15970 was elegant, but ended up breaking another setup (like every previous variant of it) Relevant bug #16056 a bit ugly and only has code for the Elf linker, but...

Changes the implementation behind `cmakedefine` and `cmakedefine01` to match the actual cmake behavior. Tested against https://github.com/Jan200101/cmakedefine-test, which can configure a test header against cmake, meson and zig. The diff between...

counter-part to #7089 `PrefersNonDefaultGPU` is broken by design, intended to mean "Use the Discrete GPU if possible" but instead generalized to mean "Use anything that we aren't using by default"...

Valve-provided steam package

depends on #2989 #2986 #2988 #2985 very much WIP, but is at least capable of compiling

cairo-script depends on `lzo2` but never defines its dependency in any of its pkg-config files. Future cairo releases use meson, where this is no longer an issue. Also adds another...

existing patches were rebased new patch was added to fix libintl detection Thus far I have only build gtk3 against it, which needed `-Werror` removed, since it makes use of...