hsdk123
hsdk123
Looking for a Containers::Array from ImageData2D implementation as per gitter chat. Use case: when ex. don't need to iterate over all pixels, but just need to fetch one or a...
Hi, I'm attempting to use a static version of OpenAL built through the repo here: https://github.com/kcat/openal-soft Using a dynamic library build of OpenAL seems to link fine, whereas using the...
Hi, video seems to be a big part of media effects lately, and I was hoping to propose an official implementation with a simple backend. I noticed that there was...
Hi, it seems we currently use the bottom tab to search for dlls. It would be nice if this could be improved to show also which parent dlls might be...
Hi, I find that sometimes bugtrap creates dump files that seem to require the bugtrap pdb (visual studio) files in order to debug them properly. It would be great if...
Hi, I've been using bugtrap very well for my c++ applications, and was trying to use Bugtrap for my .net applications as well. I'm however getting the error that .net...
**Describe the bug** A clear and concise description of what the bug is. ``` FAILED: _deps/google_benchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.obj C:\PROGRA~2\MICROS~4\2019\COMMUN~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DAL_LIBTYPE_STATIC -DHAVE_STD_REGEX -DHAVE_STEADY_CLOCK -D_CRT_SECURE_NO_WARNINGS -I_deps\google_benchmark-src\include -I_deps\google_benchmark-src\src -I_deps\google_benchmark-build\include /DWIN32 /D_WINDOWS /GR /EHsc...
``` In file included from _deps/csvparser-src/include/internal/csv_utility.hpp:4: _deps/csvparser-src/include/internal/csv_reader.hpp:136:20: warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted] CSVReader& operator=(CSVReader&& other) = default; ^ _deps/csvparser-src/include/internal/csv_reader.hpp:202:23: note: move assignment operator of 'CSVReader'...
Hi, it looks as if the headers inside the library aren't auto exposed when using FetchContent_Declare. This is a request to allow this to happen.
Currently, the variable is automatically set based upon configuration, and hence this does not play well with cmake FetchContent. Would be great if this was made an option() instead. Reference:...