Sam Spilsbury

Results 12 issues of Sam Spilsbury

FindUBSan fails when UndefinedBehaviourSanitizer is supported on newer clang versions because FindUBSan uses check_cxx_source_compiles and the compiler may (if the user specified -Wextra) emit a warning about deleting an object...

This was reported in the hacker news thread. Should make it more clear where the bounds of the geometry are. We can do this with a simple barymetric pass.

This is sort of in a similar light to #214 , but a bit more general. It would be useful to be able to estimate the total context memory requirement...

This enables also some bindings to python (through pygi), gjs, vala, csharp, etc. However `ggml-gobject`s main purpose is to make the library a bit more friendly to the desktop platform,...

This makes it easier for other library consumers to find the library and link to it. Fixes #334

This would make it easier for other build systems to find and link to the library, without having to manually specify compiler include directories, etc. See https://people.freedesktop.org/~dbn/pkg-config-guide.html

Right now header files aren't installed as part of the build process. At least for linux packaging, installing the header file is sort of a pre-requisite if code using this...

It'd be nice if we could use this from language bindings, but it is not introspectable for now because both it and ga_entry_group_add_service_full_strlist are not marked introspect able, possibly because...

bug