mgood7123

Results 106 issues of mgood7123

### This is a - [ ] Breaking change - [x] New feature - [x] Bugfix ### I have - [ ] Merged in the latest upstream changes - [x]...

google test DEATH_TEST* macros match the standard error output (stderr/cerr) against a given regex string in order to verify a death test FATAL (and ERROR) logging levels write to standard...

is there going to be support for compiled languages like C/C++ #include "..." and #include

feature

https://jira.mongodb.org/browse/SERVER-44270 only issue i can find that is related to this `__cpp_lib_hardware_interference_size` is defined even though `std::hardware_destructive_interference_size` is not found when using set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) this does not occur...

- Android Pie - Android Studio + CMake 3.10 - 'Mali-G71', API version 1.0.97, Driver version 16.0.0. - no errors reported - Call stack (if available) ```C++ VulkanUtilities::VulkanLogicalDevice::CreateGraphicsPipeline(VkGraphicsPipelineCreateInfo const&, VkPipelineCache_T*,...

the following fails ``` #define MAC2STR(x) x[0],x[1],x[2],x[3],x[4],x[5] #define FT_DEBUG(fmt, args...) if(pGlobalCtx && pGlobalCtx->debug_level>=2) printf("FT-dbg: "fmt, ##args) FT_DEBUG(" %02x:%02x:%02x:%02x:%02x:%02x\n", MAC2STR(pCtx->wlan_intf_addr[i])); ``` gcc -E ``` if(pGlobalCtx && pGlobalCtx->debug_level>=2) printf("FT-dbg: "fmt, pCtx->wlan_intf_addr[i][0],pCtx->wlan_intf_addr[i][1],pCtx->wlan_intf_addr[i][2],pCtx->wlan_intf_addr[i][3],pCtx->wlan_intf_addr[i][4],pCtx->wlan_intf_addr[i][5]); ```...

``` PS D:\IMPORTANT\source\repos\WindowsProject1\AndroidUI.Native> ls Directory: D:\IMPORTANT\source\repos\WindowsProject1\AndroidUI.Native Mode LastWriteTime Length Name ---- ------------- ------ ---- -a---- 4/20/2022 8:12 PM 1518 AndroidUI.Native.vcxitems -a---- 4/19/2022 5:09 PM 1378 TmpPtr.h -a---- 4/20/2022 8:14 PM...

bug
help wanted

OpenGL view appears blank in screenshot (uses SurfaceView to render) see https://github.com/bolteu/screenshotty/issues/5

what are your thoughts about implementing memory based file conversion? (eg using memory buffers instead of physical/RAM-based filesystem files) also perhaps a queue based conversion, based on memory buffers, something...