Rémy Tassoux

Results 13 issues of Rémy Tassoux

Update catch2 from 3.0.1 to 3.1.0. Changelog : https://github.com/catchorg/Catch2/releases/tag/v3.1.0

category:port-update
requires:author-response

Add three functions to set callbacks to be called during a window modal loop, allowing the user to keep his app running when it happens. The message handling require more...

The CREATE_WAITABLE_TIMER_HIGH_RESOLUTION flag was added since Window 10 version 1803 and allows to create high resolution timers without having to alter the system timer resolution and brings better accuracy. More...

Currently, Catch2 Benchmark automatically compute the required iterations count for a benchmark to be accurate, and the sample count seems to be fixed to 100. This is great. But in...

Hello, I noticed you are copying the slots when emit is called : ``` for( auto const& slot : copy_slots() ) { if( slot ) { value = func( value,...

Hello, I was looking for the new formatter attribute names in the Read the Docs documentation, but they are outdated. I found the new ones [in the doc folder](https://github.com/odygrd/quill/blob/master/docs/tutorial.rst#formatters), so...

Hello, the current vcpkg port of ImGuizmo is based on the latest release version (1.83) which date from more than a year. I would like to update it, but the...

SDL3 added a new function SDL_CreateWindowWithProperties which allows specifying more options before the window is created compared to SDL_CreateWindow. The issue I tried to fix is described here: https://github.com/ocornut/imgui/pull/7989#issuecomment-2354000789 >...

backends

Makes use of SDL events to update gamepad inputs on SDL2 and SDL3 backends. This way, inputs are only updated when required instead of systematically on every frame, and it...

backends
inputs

For various technical reasons [detailled here](https://github.com/MolecularMatters/lpp_public/issues/21#issuecomment-2968236982), Live++ must store its preferences files in its installation directory. This is an issue for the vcpkg port because user settings are erased every...