Sheldon Robinson
Sheldon Robinson
json.c is included in amalgamation build when SQLITE_OMIT_JSON is not defined ``` c #ifndef SQLITE_OMIT_JSON ... static const char jsonIsSpace[] = { 0, 0, 0, 0, 0, 0, 0, 0,...
__popcnt64 not available for Windows on Arm, see [ARM64 __popcnt intrinsics #4683](https://github.com/microsoft/STL/issues/4683) A workaround is found in #72. This is probably also affecting issues #68, #69, #70, and #71. For...
__Issue__ Android does not provide a separate rt library. This functionality is included as part of bionic lib. This is a common error, see [Android Build Error :cannot find -lrt...
### Redefinition of `u64` defined in `sqliteInt.h` ``` error: typedef redefinition with different types ('uint64_t' (aka 'unsigned long') vs 'sqlite_uint64' (aka 'unsigned long long')) typedef uint64_t u64; note: previous definition...
The is no need to link with `-lpthread` as functions are included in`libc`
Change: Update distrelease.ps1 Files generated now icu-windows-$arch.zip, where $arch is x64, x86 and ARM64. Previously, all were icu-windows.zip. All have same directories: bin and lib. Previously, x64 had bin64 and...
### Main idea Can we use CMake module `FindBLAS` instead of `find_blas.cmake`. Prior blocker was support for `cmake
### Problem Enabling `INFOWARE_USE_VULKAN` for Windows causes failure with error `VK_ERROR_INCOMPATIBLE_DRIVER`, code `-9`, due missing registry entry `\\Khronos\\Vulkan\\Drivers` ### Solution Enable `INFOWARE_USE_D3D`. This should have a higher precedence for Windows...
Changed the pinned to submodules file, dirent and pcre2 to FetchContent. Improved to better manage dependencies.