blender/intern/ghost/test
Hans Goudey 7d44065f73 Cleanup: Revert replacement of GSQueue with std::queue
There are some tragic design flaws with the Microsoft STL
implementation of `std::dequeue`. Unless we implement our
own similar data structure or use an implementation from
another library, the change isn't worth it.

This reverts commit b26cd6a4b9008836f9d764489b4aac5e143ad611.
This reverts commit cc11ba33d90e5a541e8263f7d365d6eeda9d984c.
This reverts commit c929d750541bc25131dec63c9c9e126a1370daf0.
This reverts commit bd3d5a750d2d0f5f72ed7ae262cd69abec4b0143.
2023-12-27 12:34:49 -05:00
..
gears Cleanup: store const events in GHOST's event handling logic 2023-10-08 15:23:40 +11:00
multitest Fix uninitialized variable use accessing the screen size under Wayland 2023-10-03 15:40:58 +11:00
CMakeLists.txt Cleanup: Revert replacement of GSQueue with std::queue 2023-12-27 12:34:49 -05:00