Pierre Guillot

Results 15 issues of Pierre Guillot

Ancients: - n° 9: 3 x receive~ h-1: no matching send Nouveaux: - n° 1: (plein de ) cyclone/zl iter 1... couldn't create - n° 5: le graphisme est beaucoup...

### Externals: - 2D - [x] hoa.2d.decoder~ - [x] hoa.2d.optim~ - [x] hoa.2d.encoder~ - [x] hoa.2d.rotate~ - [x] hoa.2d.wider~ - [ ] hoa.2d.map~ - [x] hoa.2d.projector~ - [x] hoa.2d.recomposer~ -...

On Windows, when we click on the object to open the FAUST file in the editor, the command console is displayed. Here is solution to avoid this behavior: https://stackoverflow.com/questions/1597289/hide-console-in-c-system-function-win.

enhancement

When whisper.cpp is used as a sub-project with `WHISPER_METAL_EMBED_LIBRARY=ON`, the file paths of [ggml-metal.metal]( https://github.com/ggerganov/whisper.cpp/blob/master/CMakeLists.txt#L176) and [ggml-common.h]( https://github.com/ggerganov/whisper.cpp/blob/master/CMakeLists.txt#L177) are invalid because they use `${CMAKE_SOURCE_DIR}` instead of `${CMAKE_CURRENT_SOURCE_DIR}`. This would allow...

It would be great to be able to define the MSVC runtime library via [CMAKE_MSVC_RUNTIME_LIBRARY](https://cmake.org/cmake/help/latest/variable/CMAKE_MSVC_RUNTIME_LIBRARY.html) (or the MSVC_RUNTIME_LIBRARY property). However, this feature has only been included in CMake 3.15. Would...