Simon Richter
Simon Richter
The problem is that ratpoison sends a ConfigureNotify for the main window before the MapNotify. The ConfigureNotify handler writes down the new size, but does not check if a resize...
The problem is that if I set CMAKE_PDB_OUTPUT_DIRECTORY, the PDB files are created in that directory instead of the normal project output directory, so the install step cannot find them....
Sorry, that is what I use. The script fragment is ``` cmake --build . --config %config% --target install -- /M if ERRORLEVEL 1 exit /b %ERRORLEVEL% :: disable Windows CRT...
The `_CrtDumpMemoryLeaks` is called from CRT exit handling, if `_CRTDBG_LEAK_CHECK_DF` is set using `_CrtSetDbgFlag` at some point, disabling leak detection should make sure it is disabled. When I manually run...
Would probably work for me, but that would kind of contradict the documentation that says that a value of `0` disables leak detection, since it doesn't. Looking at the `detect_memory_leaks`...
That, and I'm also wary of how giving that environment variable still somehow suppresses output of debug information to the console, even though it is generated -- that might be...
Also, I just saw that the documentation for `_CrtSetDbgFlag` states that the `_CRTDBG_LEAK_CHECK_DF` defaults OFF -- the only thing that is ON by default is writing down the allocation information...
Eep, that's bad because I'd like to join a multiplayer game, so I don't have much choice in version. Can this be documented on the homepage? Is there a description...
I made another udev rules file with the same IDs, enabling uaccess for the `/dev/bus/usb` device nodes, at least some of these are necessary for firmware update to work.
Yes, I am.